diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/interfaces/loopback/node.tag/ip/ospf/network/node.def | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def b/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def index 7b8aacf2..d49c4414 100644 --- a/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def +++ b/templates/interfaces/loopback/node.tag/ip/ospf/network/node.def @@ -1,7 +1,7 @@ type: txt help: Network type -syntax:expression: $VAR(@) in "broadcast", "non-broadcast", "point-to-multipoint", "point-to-point"; \ - "Must be (broadcast|non-broadcast|point-to-multipoint|point-to-point)" +syntax:expression: $VAR(@) in "non-broadcast"; \ + "Must be non-broadcast" update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \ -c \"configure terminal\" -c \"interface $VAR(../../../@)\" \ @@ -12,7 +12,4 @@ delete:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \ -c \"no ip ospf network \"; " comp_help: possible completions: - broadcast Set broadcast network type non-broadcast Set non-broadcast network type - point-to-multipoint Set point-to-multipoint network type - point-to-point Set point-to-point network type |