diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-15 21:07:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-15 21:07:11 +0100 |
commit | fd9cb1574f2ef9bca648c040074820635ad301b1 (patch) | |
tree | 199d1e0add86eaca69962cae223fbdf256bde015 /data/templates | |
parent | 4924a82cbdc74c3bdaed60640ba805cc842f7f9c (diff) | |
download | vyos-1x-fd9cb1574f2ef9bca648c040074820635ad301b1.tar.gz vyos-1x-fd9cb1574f2ef9bca648c040074820635ad301b1.zip |
frr: T4302: upgrade to version 8.2
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/frr/policy.frr.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/frr/policy.frr.tmpl b/data/templates/frr/policy.frr.tmpl index 97eb15331..60e15f4fd 100644 --- a/data/templates/frr/policy.frr.tmpl +++ b/data/templates/frr/policy.frr.tmpl @@ -204,7 +204,7 @@ route-map {{ route_map }} {{ rule_config.action }} {{ rule }} match ipv6 address prefix-list {{ rule_config.match.ipv6.address.prefix_list }} {% endif %} {% if rule_config.match.ipv6 is defined and rule_config.match.ipv6.nexthop is defined and rule_config.match.ipv6.nexthop is not none %} - match ipv6 next-hop {{ rule_config.match.ipv6.nexthop }} + match ipv6 next-hop address {{ rule_config.match.ipv6.nexthop }} {% endif %} {% if rule_config.match.large_community is defined and rule_config.match.large_community.large_community_list is defined and rule_config.match.large_community.large_community_list is not none %} match large-community {{ rule_config.match.large_community.large_community_list }} |