[PATCH] examples/l2fwd_acl: add ACL-based L2 forwarding example
Stephen Hemminger
stephen at networkplumber.org
Mon Feb 23 18:08:43 CET 2026
On Sat, 21 Feb 2026 00:13:33 +0530
Harsh raj Singh <singhharshraj215 at gmail.com> 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.
More information about the dev
mailing list