diff options
Diffstat (limited to 'interface-templates/ipv6/ospfv3/network/node.def')
-rw-r--r-- | interface-templates/ipv6/ospfv3/network/node.def | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/interface-templates/ipv6/ospfv3/network/node.def b/interface-templates/ipv6/ospfv3/network/node.def deleted file mode 100644 index d1f6292d..00000000 --- a/interface-templates/ipv6/ospfv3/network/node.def +++ /dev/null @@ -1,9 +0,0 @@ -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 |