summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/distance/global/node.def
blob: 6b45a976c04e168b6df0a03b58bee3cf7b20782c (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: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
         -c \"distance $(@) \"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
         -c \"no distance $(@) \"; "