class Construqt::Flavour::Ciscian::Hp2510g::TrunkVerb
Public Class Methods
find_regex(variable)
click to toggle source
# File lib/construqt/flavour/ciscian/dialect_hp-2510g.rb, line 158 def self.find_regex(variable) { "mode" => "(Trunk|LACP)" }[variable] end
patterns()
click to toggle source
# File lib/construqt/flavour/ciscian/dialect_hp-2510g.rb, line 164 def self.patterns ["no trunk {-ports}", "trunk {+ports} Trk{*channel} {=mode}"] end
section()
click to toggle source
# File lib/construqt/flavour/ciscian/dialect_hp-2510g.rb, line 154 def self.section "trunk" end