ipsec: Tunnel SA DSCP behaviour
Type: feature - use tunnel_encap_decap_flags to control the copying of DSCP/ECN/etc during IPSEC tunnel mode encap. - use DSCP value to have fixed encap value. Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: If4f51fd4c1dcbb0422aac9bd078e5c14af5bf11f
This commit is contained in:
@@ -946,10 +946,6 @@ class VppPapiProvider(object):
|
||||
{'spd_index': spd_index if spd_index else 0,
|
||||
'spd_index_valid': 1 if spd_index else 0})
|
||||
|
||||
def ipsec_sa_dump(self, sa_id=None):
|
||||
return self.api(self.papi.ipsec_sa_dump,
|
||||
{'sa_id': sa_id if sa_id else 0xffffffff})
|
||||
|
||||
def ipsec_spd_entry_add_del(self,
|
||||
spd_id,
|
||||
sa_id,
|
||||
|
||||
Reference in New Issue
Block a user