diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2016-09-01 15:34:24 +0200 |
---|---|---|
committer | Sylvain Munaut <tnt@246tNt.com> | 2016-09-01 15:34:24 +0200 |
commit | d7b15b9e5d8be70650ac9e3b415b411ae51ce8b5 (patch) | |
tree | 74b0e652c8398264672c0aa1543fc0cc514f8d4c /templates | |
parent | c24f12ce335fa0cd5077a274325ad969e6c668cb (diff) | |
download | vyatta-cfg-quagga-d7b15b9e5d8be70650ac9e3b415b411ae51ce8b5.tar.gz vyatta-cfg-quagga-d7b15b9e5d8be70650ac9e3b415b411ae51ce8b5.zip |
protocol/static: Tweak priorities to make route-map on static route work
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/static/node.def | 2 | ||||
-rw-r--r-- | templates/protocols/static/route-map/node.def | 1 | ||||
-rw-r--r-- | templates/protocols/static/route/node.def | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/templates/protocols/static/node.def b/templates/protocols/static/node.def index 57304d7c..f5d5a42f 100644 --- a/templates/protocols/static/node.def +++ b/templates/protocols/static/node.def @@ -1,4 +1,4 @@ -priority: 450 +priority: 480 help: static route parameters end: if [ "$COMMIT_ACTION" != "DELETE" ]; then diff --git a/templates/protocols/static/route-map/node.def b/templates/protocols/static/route-map/node.def index c688cfcb..e8120298 100644 --- a/templates/protocols/static/route-map/node.def +++ b/templates/protocols/static/route-map/node.def @@ -1,3 +1,4 @@ +priority: 481 type: txt help: Filter routes installed in local route map allowed: local -a params diff --git a/templates/protocols/static/route/node.def b/templates/protocols/static/route/node.def index e86812db..83645d2a 100644 --- a/templates/protocols/static/route/node.def +++ b/templates/protocols/static/route/node.def @@ -1,3 +1,4 @@ +priority: 482 tag: type: ipv4net help: Static route |