diff options
author | Vratko Polak <vrpolak@cisco.com> | 2022-08-18 15:10:54 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2022-08-18 15:10:54 +0200 |
commit | d92086e8ee964d2d5700046ef85c6b681844288a (patch) | |
tree | 4e6799662e4a519a6960d29fe77d46448bdd94d8 /resources/libraries/python/InterfaceUtil.py | |
parent | 13617c1ddb6fb2324e331d14ffa38635a13a10b1 (diff) |
feat(papi): use newer API messages
Updated for what is available in (last common ancestor of) 2206.
(So newer messages such as ipsec_spd_entry_add_del_v2 are not used yet.)
+ Removed messgages documented as unused.
- Did not check if more become unused.
+ Restored alphabetical order.
Change-Id: I4191c3f8629106f52ce387d03f30f9f973ffbefe
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'resources/libraries/python/InterfaceUtil.py')
-rw-r--r-- | resources/libraries/python/InterfaceUtil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/InterfaceUtil.py b/resources/libraries/python/InterfaceUtil.py index 4a53f71a01..7578716023 100644 --- a/resources/libraries/python/InterfaceUtil.py +++ b/resources/libraries/python/InterfaceUtil.py @@ -1311,7 +1311,7 @@ class InterfaceUtil: node, u"set logging class af_xdp level debug" ) - cmd = u"af_xdp_create" + cmd = u"af_xdp_create_v2" pci_addr = Topology.get_interface_pci_addr(node, if_key) args = dict( name=InterfaceUtil.pci_to_eth(node, pci_addr), |