On Sat, 21 Feb 2026 00:13:33 +0530 Harsh raj Singh <[email protected]> wrote:
> diff --git a/examples/meson.build b/examples/meson.build > index 25d9c88457..bce2982229 100644 > --- a/examples/meson.build > +++ b/examples/meson.build > @@ -24,6 +24,7 @@ all_examples = [ > 'ipsec-secgw', > 'ipv4_multicast', > 'l2fwd', > + 'l2fwd_acl', > 'l2fwd-cat', > 'l2fwd-crypto Should be named l2fwd-acl not l2fwd_acl for consistency with other variants.

