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