summaryrefslogtreecommitdiff
path: root/interface-templates/ipv6/ospfv3/network/node.def
blob: d1f6292dfe7df30e688386c811d722d0dd9db425 (plain)
1
2
3
4
5
6
7
8
9
type: txt
help: Network type
syntax:expression: $VAR(@) in "broadcast", "point-to-point"; \
       "Must be (broadcast|point-to-point)"
update:vtysh -c "configure terminal" -c "interface $IFNAME" -c "ipv6 ospf network $VAR(@)"
delete:vtysh -c "configure terminal" -c "interface $IFNAME" -c "no ipv6 ospf network"

val_help: broadcast; Broadcast network type
val_help: point-to-point; Point-to-point network type