diff options
author | Daniil Baturin <daniil@baturin.org> | 2010-11-16 09:33:13 +0600 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-11-18 12:07:55 -0800 |
commit | d1bc0854513d794245bb53f4aa785abd4d70341f (patch) | |
tree | 070f0683a1209cf2b3a2c9be575a7b7edc10f72a /templates/protocols/ospfv3/parameters/router-id | |
parent | b10c0f4e5d5fc4b435c559f7015e3875c069c98f (diff) | |
download | vyatta-cfg-quagga-d1bc0854513d794245bb53f4aa785abd4d70341f.tar.gz vyatta-cfg-quagga-d1bc0854513d794245bb53f4aa785abd4d70341f.zip |
OSPFv3 templates replaced to correspond new backend
Diffstat (limited to 'templates/protocols/ospfv3/parameters/router-id')
-rw-r--r-- | templates/protocols/ospfv3/parameters/router-id/node.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/protocols/ospfv3/parameters/router-id/node.def b/templates/protocols/ospfv3/parameters/router-id/node.def index f0a02436..659cccf1 100644 --- a/templates/protocols/ospfv3/parameters/router-id/node.def +++ b/templates/protocols/ospfv3/parameters/router-id/node.def @@ -1,5 +1,2 @@ type: ipv4 help: Router identifier -update:expression: "vtysh -c \"configure terminal\" \ - -c \"router ospf6\" \ - -c \"router-id $VAR(@)\" " |