class Construqt::Flavour::Ciscian::DlinkDgs15xx::Ipv4RouteVerb

Public Class Methods

find_regex(variable) click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 110
def self.find_regex(variable)
  {
    "routedefs" => "(\\S+\\s+\\S+\\s+\\S+)"
  }[variable]
end
patterns() click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 116
def self.patterns
  ["no ip route {-routedefs}", "ip route {+routedefs}"]
end
section() click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 102
def self.section
  "ip route"
end

Public Instance Methods

group?() click to toggle source
# File lib/construqt/flavour/ciscian/dialect_dlink-dgs15xx.rb, line 106
def group?
  false
end