Hacker News new | ask | show | jobs
by SteveNuts 3303 days ago
Also check out Open vSwitch http://openvswitch.org/

We use it to add bridged adapters with VLAN tags to our hypervisors

2 comments

I'm not sure if this is still the case but the linux bridge had(has?) a limit of 1024 ports. OVS does not have this. Also OVS can give you GRE and VXVLAN as well.
Yeah, it's pretty neat as well.