mbox series

[v2,0/2] ACL fix 8B field

Message ID 20220515200319.81002-1-konstantin.v.ananyev@yandex.ru (mailing list archive)
Headers
Series ACL fix 8B field |

Message

Konstantin Ananyev May 15, 2022, 8:03 p.m. UTC
  Fix problem with 8B fields and extend test-acl test coverage.

v2:
 - extend app/test-acl/test-acl.sh to support both formats for IPv6
   addresses.

Konstantin Ananyev (2):
  acl: fix rules with 8 bytes field size are broken
  app/acl: support different formats for IPv6 address

 app/test-acl/main.c      | 355 ++++++++++++++++++++++++++++++---------
 app/test-acl/test-acl.sh |   4 +-
 lib/acl/acl_bld.c        |  14 +-
 3 files changed, 289 insertions(+), 84 deletions(-)
  

Comments

Thomas Monjalon May 30, 2022, 9:33 p.m. UTC | #1
> Konstantin Ananyev (2):
>   acl: fix rules with 8 bytes field size are broken
>   app/acl: support different formats for IPv6 address

Applied, thanks.