Skip to content

Commit

Permalink
Merge "Fixes: Problems with service chaining through F5 firewall" int…
Browse files Browse the repository at this point in the history
…o R2.20
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed May 12, 2016
2 parents 0d122d3 + 1690463 commit 976b3b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema-transformer/to_bgp.py
Expand Up @@ -2262,6 +2262,7 @@ def recreate_vrf_assign_table(self):
for ip in ip_list:
address = AddressType(subnet=SubnetType(ip, 32))
mc = MatchConditionType(src_address=address,
protocol='any',
src_port=PortType(),
dst_port=PortType())

Expand Down

0 comments on commit 976b3b3

Please sign in to comment.