this post was submitted on 22 Dec 2024
1 points (100.0% liked)

Linux, GNU/Linux, free software...

6 readers
1 users here now

Welcome to /r/Linux! This is a community for sharing news about Linux, interesting developments and press. If you're looking for tech support,...

founded 2 years ago
MODERATORS
 
The original post: /r/linux by /u/swayuser on 2024-12-22 05:48:46.

I'm reading up on IFLA_BR_VLAN_FILTERING for bridges.

Historically, without this feature, I've popped vlans off of physical ports, created one bridge per vlan, and assigned all of the vlan ports for a given vlan ID to the bridge for said vlan. Then, I've assigned the bridge an IP in the vlan's subnet.

Now, I'm curious how this might look with IFLA_BR_VLAN_FILTERING. I think with this feature I can create just a single bridge, assign all physical trunk ports to the bridge, and then manage vlans similar to a more traditional switch.

But what happens to IP addresses assigned to this type of bridge? Can they be isolated to a specific VLAN?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here