From 0a214202b81b24e657186cd06d4818d74cb7c3cc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 25 Aug 2018 13:19:45 +0200 Subject: T795: fix blackhole routes for FRR that only accepts Null0, not null0 --- templates/protocols/static/route6/node.tag/blackhole/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/protocols/static/route6') diff --git a/templates/protocols/static/route6/node.tag/blackhole/node.def b/templates/protocols/static/route6/node.tag/blackhole/node.def index 4344aa5a..48fca8f8 100644 --- a/templates/protocols/static/route6/node.tag/blackhole/node.def +++ b/templates/protocols/static/route6/node.tag/blackhole/node.def @@ -6,11 +6,11 @@ end: if [ ${COMMIT_ACTION} = 'DELETE' ]; then fi vtysh -c "configure terminal" \ - -c "no ipv6 route $VAR(../@) null0"; + -c "no ipv6 route $VAR(../@) Null0"; else if [ -n "$VAR(./distance/@)" ]; then DIST="$VAR(./distance/@)"; fi; vtysh -c "configure terminal" \ - -c "ipv6 route $VAR(../@) null0 $DIST"; + -c "ipv6 route $VAR(../@) Null0 $DIST"; fi; -- cgit v1.2.3