-
-
Notifications
You must be signed in to change notification settings - Fork 130
Description
It would be nice to incorporate VLAN tag support into the rules (and maybe maps too).
Currently, the firewall processes only untagged packets. In environments where an interface handles multiple VLANs, this limitation causes the firewall to overlook tagged packets.
While it is technically possible to attach directly to a VLAN interface - albeit with the performance penalty of SKB processing - a more efficient solution would be to manage VLAN tagging at the entry point, thereby reducing overhead.
For example, consider a router equipped with a high-speed interface (10Gb or 40Gb) that carries numerous VLANs. Implementing VLAN support within the firewall would allow us to manage all VLANs by attaching to a single interface instead of requiring separate attachments for each VLAN, while avoiding the SKB processing overhead.