Linux Bridge – How it works
goyalankit.com
Linux Bridge – How it works
1–10 of 21 posts
Re: Linux Bridge – How it works
#2We use it to add bridged adapters with VLAN tags to our hypervisors
Re: Linux Bridge – How it works
#3Also 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
#4Very well written, and I like how he used strace on all those examples.
Re: Linux Bridge – How it works
#5Re: Linux Bridge – How it works
#6This 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
#7This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?
It's a linux software bridge, and should work on raspberry pi.
Re: Linux Bridge – How it works
#8This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?
It's a linux software bridge, and should work on raspberry pi.
An example using bridge to packet capture. https://github.com/williamknows/PiTap
Re: Linux Bridge – How it works
#9Re: Linux Bridge – How it works
#10This only works with dedicated hardware, right? I can't just take an arbitrary board like the raspberry pi and do this?