diff options
author | Neale Ranns <neale@graphiant.com> | 2021-07-15 08:11:38 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-07-15 14:50:50 +0000 |
commit | 5be3d4cc59ea955cff35ef962fd908e1147eea99 (patch) | |
tree | 7d181452e25db812d488c0ffd3a18e581c717967 /src/scripts/version | |
parent | 05698730e42346c54b7405c6c1a498a0467261ab (diff) |
acl: Fix the CLI to accept IPv6 prefixes
Type: fix
DBGvpp# set acl-plugin acl src 1::1/128 dst 2::/64
DBGvpp# sh acl-plugin acl
acl-index 0 count 1 tag {cli}
0: ipv4 permit src 1.1.1.1/32 dst 1.1.1.2/32 proto 0 sport 0-65535 dport 0-65535
acl-index 1 count 1 tag {cli}
0: ipv6 permit src 1::1/128 dst 2::/64 proto 0 sport 0-65535 dport 0-65535
Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: Ibb8e20dd4ec2792f423a61eefe7398175e45a577
Diffstat (limited to 'src/scripts/version')
0 files changed, 0 insertions, 0 deletions