From 01a1df5cb52f82e6110f63a5c47d73e01153c358 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 23 Jun 2019 12:32:56 +0200 Subject: ospfv3: T1464: support configuring explicit network type * broadcast * point-to-point --- interface-templates/ipv6/ospfv3/network/node.def | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 interface-templates/ipv6/ospfv3/network/node.def diff --git a/interface-templates/ipv6/ospfv3/network/node.def b/interface-templates/ipv6/ospfv3/network/node.def new file mode 100644 index 00000000..d1f6292d --- /dev/null +++ b/interface-templates/ipv6/ospfv3/network/node.def @@ -0,0 +1,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 -- cgit v1.2.3