-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packet Filter Linux ignore VLAN tagged packets
If you define kea dhcp on an untagged interface that also has a tagged vlan interface on top, it will see both dhcp packets (eth0 and eth0.10). Linux has a feature for auxiliary data on raw sockets which contains data about the vlan of the packet received. Kea should only answer packets without a vlan in the aux data, since those are the data send to the attached interface. vlan data are missing on the intended interface eth0.10 but set on eth0 for the same packet. There was a discussion about this here: http://kea-users.7364.n8.nabble.com/Kea-users-KEA-DHCP-and-VLANS-td1618.html Signed-off-by: Sven Auhagen <[email protected]>
- Loading branch information
1 parent
8a575ad
commit 949e441
Showing
1 changed file
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters