summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/distance/global/node.def
blob: 7b8a45b965bd7d98f1ba7406c1308e0366288ff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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(@) \"; "
comp_help: possible completions:
 <1-255>            Set administrative distance"