Sha256: 9e7726a6d34b49cff33d2f6cb7bbdab5f6637415ebac8652bb7209ac109772ac
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
module Paloalto CONFIG_RE = /^(config {\n(?:[^\n]+\n){1,}}\n)\n\Z/ def disable_logging_console # XXX end def enable end def disable end def show_running_config return cmd('show config running') end def interface_gets(sw) # XXX end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
netutils-0.1.2 | lib/netutils/cli/paloalto.rb |
netutils-0.1.1 | lib/netutils/cli/paloalto.rb |