diff options
author | Nathan Skrzypczak <nathan.skrzypczak@gmail.com> | 2021-09-29 15:36:51 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-10-06 12:32:20 +0000 |
commit | 2c77ae484c30ca5a752c5f7ccd336d8e977db9a6 (patch) | |
tree | dbc5038f3e4cc60b62f151589728e7d74490b160 /test/test_ipsec_esp.py | |
parent | ecd6b1a985acd8e0256a170f1fe1f7e38df8c420 (diff) |
docs: vnet comment nitfixes
Type: improvement
Change-Id: Iac01d7830b53819ace8f199554be10ab89ecdb97
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
Diffstat (limited to 'test/test_ipsec_esp.py')
-rw-r--r-- | test/test_ipsec_esp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ipsec_esp.py b/test/test_ipsec_esp.py index 0e0aaee425c..74d01cd5568 100644 --- a/test/test_ipsec_esp.py +++ b/test/test_ipsec_esp.py @@ -948,7 +948,7 @@ class RunTestIpsecEspAll(ConfigIpsecESP, 1970, # results in 2 chained buffers entering decrypt node # but leaving as simple buffer due to ICV removal (tra4) 2004, # footer+ICV will be added to 2nd buffer (tun4) - 4010, # ICV ends up splitted accross 2 buffers in esp_decrypt + 4010, # ICV ends up splitted across 2 buffers in esp_decrypt # for transport4; transport6 takes normal path 4020, # same as above but tra4 and tra6 are switched ] |