summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/priority/node.def
blob: 89484918bd692ec8f4c027f2d4849486ce0ab0b4 (plain)
1
2
3
4
5
6
7
8
type: u32
help: Set router priority
default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"
update: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 priority $VAR(@)"
delete: vyatta-vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf6 priority"
comp_help: possible completions:
  <0-255>           Priority (default 1)