From 7bf62a5812134d911d37eefdb1c94cea1273e3d5 Mon Sep 17 00:00:00 2001 From: dawnbeauty <18810562248@163.com> Date: Wed, 13 Nov 2019 20:12:56 -0600 Subject: [PATCH] Update nexthop seperator of acl redirect action (#520) --- doc/vrf/vrf-ansible-test-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/vrf/vrf-ansible-test-plan.md b/doc/vrf/vrf-ansible-test-plan.md index 2934060904..f3c68dc1df 100644 --- a/doc/vrf/vrf-ansible-test-plan.md +++ b/doc/vrf/vrf-ansible-test-plan.md @@ -383,12 +383,12 @@ Acl redirect action supports vrf, so we need specify the outgoing interface of t "VRF_ACL_REDIRECT_V4|rule1": { "priority": "55", "SRC_IP": "10.0.0.1", - "packet_action": "redirect:{\% for intf, ip in redirect_dst_ipv6s \%}{{ ip ~ "|" ~ intf }}{{ "," if not loop.last else "" }}{\% endfor \%}" + "packet_action": "redirect:{\% for intf, ip in redirect_dst_ipv6s \%}{{ ip ~ "@" ~ intf }}{{ "," if not loop.last else "" }}{\% endfor \%}" }, "VRF_ACL_REDIRECT_V6|rule1": { "priority": "55", "SRC_IPV6": "2000::1", - "packet_action": "redirect:{\% for intf, ip in redirect_dst_ipv6s \%}{{ ip ~ "|" ~ intf }}{{ "," if not loop.last else "" }}{\% endfor \%}" + "packet_action": "redirect:{\% for intf, ip in redirect_dst_ipv6s \%}{{ ip ~ "@" ~ intf }}{{ "," if not loop.last else "" }}{\% endfor \%}" } } }