From d7b15b9e5d8be70650ac9e3b415b411ae51ce8b5 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 1 Sep 2016 15:34:24 +0200 Subject: protocol/static: Tweak priorities to make route-map on static route work Signed-off-by: Sylvain Munaut --- templates/protocols/static/node.def | 2 +- templates/protocols/static/route-map/node.def | 1 + templates/protocols/static/route/node.def | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3