summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/priority/node.def
blob: 61f7c9befe9aebe73ec0a0ed2c773902b569dba3 (plain)
1
2
3
4
5
6
7
8
type: u32
help: Router priority
default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"
val_help: u32:0-255; Priority (default 1)

update: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 priority $VAR(@)"
delete: vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf6 priority 1"