diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-04-15 15:16:01 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-04-15 15:16:01 -0700 |
commit | 40d23b3d1b2c6ae348059bf996b20a10480f1b1e (patch) | |
tree | 2d64effc4342c238d657fecfc34b48c1a641c839 /templates/protocols | |
parent | 25426b78b196ff594744d661ed8bdbbc979c91f6 (diff) | |
download | vyatta-cfg-quagga-40d23b3d1b2c6ae348059bf996b20a10480f1b1e.tar.gz vyatta-cfg-quagga-40d23b3d1b2c6ae348059bf996b20a10480f1b1e.zip |
Partial fix for 3004. Set priority of network node higher than virtual-link node.
Diffstat (limited to 'templates/protocols')
-rw-r--r-- | templates/protocols/ospf/area/node.tag/network/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/protocols/ospf/area/node.tag/network/node.def b/templates/protocols/ospf/area/node.tag/network/node.def index 3929d1e7..d50adfc5 100644 --- a/templates/protocols/ospf/area/node.tag/network/node.def +++ b/templates/protocols/ospf/area/node.tag/network/node.def @@ -1,6 +1,7 @@ multi: type: ipv4net help: Set OSPF network +priority: 1 syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)" create:expression: "${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ -c \"router ospf\" \ |