NAT44: LB NAT - local backends in multiple VRFs (VPP-1345)
Add support for local backends in multiple VRFs for load-balancing NAT rules. Change-Id: I64e6818bd67a7e69985003498cf1f16f7200c334 Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:

committed by
Damjan Marion

parent
e4a9eb7873
commit
c6c0d2a077
@ -1585,7 +1585,6 @@ class VppPapiProvider(object):
|
||||
external_addr,
|
||||
external_port,
|
||||
protocol,
|
||||
vrf_id=0,
|
||||
twice_nat=0,
|
||||
self_twice_nat=0,
|
||||
out2in_only=0,
|
||||
@ -1605,7 +1604,6 @@ class VppPapiProvider(object):
|
||||
'external_addr': external_addr,
|
||||
'external_port': external_port,
|
||||
'protocol': protocol,
|
||||
'vrf_id': vrf_id,
|
||||
'twice_nat': twice_nat,
|
||||
'self_twice_nat': self_twice_nat,
|
||||
'out2in_only': out2in_only,
|
||||
|
Reference in New Issue
Block a user