You would probably prefer the netlink interface these days over the old ioctl interface to configure bridges. But for an introduction the older one is probably easier to explain.
Linux Bridge – How it works
11–20 of 21 posts
Re: Linux Bridge – How it works
#12You would probably prefer the netlink interface these days over the old ioctl interface to configure bridges. But for an introduction the older one is probably easier to explain.
Any reason netlink would be preferable if you're only making these calls <10 per minute?
Re: Linux Bridge – How it works
#13This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?
If you want to experiment at a low cost, though, there's the Banana PI BPI-R1. A ~$70 linux ARM dev board with 5 GB ethernet interfaces.
Re: Linux Bridge – How it works
#14This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?
Works fine on a pi with either usb interfaces or virtual ones. If you want to experiment at a low cost, though, there's the Banana PI BPI-R1. A ~$70 linux ARM dev board with 5 GB ethernet interfaces.
Re: Linux Bridge – How it works
#15Also check out Open vSwitch http://openvswitch.org/ We use it to add bridged adapters with VLAN tags to our hypervisors
Re: Linux Bridge – How it works
#16This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?
Re: Linux Bridge – How it works
#17Bridging works great, but it's kind of fun to see this at the proxy ARP level.
Re: Linux Bridge – How it works
#18Re: Linux Bridge – How it works
#19My initial impression is that this is like netgraph[1] but for Linux ? [1] https://www.freebsd.org/cgi/man.cgi?netgraph(4)