summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/distance/global/node.def
blob: d88a761b7855b349acf7fdb0914ac3ac764623c7 (plain)
1
2
3
4
5
6
7
8
9
type: u32
help: "OSPF administrative distance"
syntax: $(@) >= 1 && $(@) <= 255; "Must be between 1-255"
update: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
         -c \"distance $(@) \"; "
delete: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router ospf\" \
         -c \"no distance $(@) \"; "