summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-distance/node.def
blob: a8ff5914d7099bae887b550f5239985778204f73 (plain)
1
2
3
4
5
6
7
8
type: u32
help: "Administrative distance"
syntax: $(@) >= 1 && $(@) <= 255; "must be between 1 and 255"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \ 
          -c \"distance $(@) \" "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router rip\" \ 
          -c \"no distance $(@) \" "
#comp_help: Enter a distance valude between 1-255