Skip to content

Commit

Permalink
[DM] - Set vpn-apply-export under protocols bgp group for MPLSoUDP en…
Browse files Browse the repository at this point in the history
…capsulation

Change-Id: I6abd763387a8146d96d887968ff4c8449020dcca
Partial-Bug: #1802612
  • Loading branch information
atandon1 committed Nov 10, 2018
1 parent a70653b commit f302e67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set groups {{cfg_group}} routing-options dynamic-tunnels {{contrail_asn_group}}
{% if mode|length > 0 and mode[0] == 'MPLSoUDP' %}
set groups {{cfg_group}} routing-options dynamic-tunnels {{contrail_asn_group}} udp
set groups {{cfg_group}} protocols bgp group {{contrail_asn_group}} export mpls_over_udp
set groups {{cfg_group}} protocols bgp group {{contrail_asn_group}} vpn-apply-export
set groups {{cfg_group}} policy-options policy-statement mpls_over_udp term 1 then community add encap-udp
set groups {{cfg_group}} policy-options policy-statement mpls_over_udp term 1 then accept
set groups {{cfg_group}} policy-options community encap-udp members 0x030c:64512:13
Expand Down

0 comments on commit f302e67

Please sign in to comment.