diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-04-15 12:25:49 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-04-15 12:25:49 -0700 |
commit | 25426b78b196ff594744d661ed8bdbbc979c91f6 (patch) | |
tree | ef19744831cf3d77b2b8b0a984cdb4cc4f4a77e1 /templates/interfaces | |
parent | 22895b10690103914294299d27dfe6142e00f32c (diff) | |
download | vyatta-cfg-quagga-25426b78b196ff594744d661ed8bdbbc979c91f6.tar.gz vyatta-cfg-quagga-25426b78b196ff594744d661ed8bdbbc979c91f6.zip |
Merge from glendale
Diffstat (limited to 'templates/interfaces')
-rw-r--r-- | templates/interfaces/loopback/node.tag/ip/ospf/network/node.def | 9 |
1 files changed, 4 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 74cb7719..1296ca18 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,9 @@ type: txt help: Set 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" + +allowed:echo non-broadcast update:expression: "${vyatta_sbindir}/vyatta-vtysh.pl \ -c \"configure terminal\" -c \"interface $VAR(../../../@)\" \ @@ -12,7 +14,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 |