summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/policy/route-map/node.tag/rule/node.tag/match/ipv6/nexthop/node.def12
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/ipv6/nexthop/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/ipv6/nexthop/node.def
index 31b6bd93..b5757965 100644
--- a/templates/policy/route-map/node.tag/rule/node.tag/match/ipv6/nexthop/node.def
+++ b/templates/policy/route-map/node.tag/rule/node.tag/match/ipv6/nexthop/node.def
@@ -1 +1,11 @@
-help: IP next-hop of route to match
+help: IPv6 next-hop of route to match
+type: ipv6
+val_help: next-hop ipv6 address IPv6
+
+update: vtysh -c "configure terminal" \
+ -c "route-map $VAR(../../../../@) $VAR(../../../action/@) $VAR(../../../@)" \
+ -c "match ipv6 next-hop $VAR(@)"
+
+delete: vtysh -c "configure terminal" \
+ -c "route-map $VAR(../../../../@) $VAR(../../../action/@) $VAR(../../../@)" \
+ -c "no match ipv6 next-hop $VAR(@)"