Skip to content

Commit

Permalink
Fixes: Problems with service chaining through F5 firewall
Browse files Browse the repository at this point in the history
In the VRF Assign rule, protocol field is missing in the
match condition.≈≈

Change-Id: Ifb958762471d939f69f7b9cbb463cae13da6b214
Closes-Bug: 1577856
  • Loading branch information
Ranjeet R committed May 9, 2016
1 parent 043cfa1 commit 1690463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/schema-transformer/to_bgp.py
Original file line number Diff line number Diff line change
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 1690463

Please sign in to comment.