diff options
Diffstat (limited to 'templates/protocols/static/route6')
-rw-r--r-- | templates/protocols/static/route6/node.tag/blackhole/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
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; |