tobetter / linux

Linux kernel source tree
Other
68 stars 30 forks source link

Add bridge support on the image #8

Open DavidVentura opened 8 years ago

DavidVentura commented 8 years ago

Setting up an lxd cluster and found out there's no bridge support. Easy to add, painful to recompile.

$ diff newconfig oldconfig
742,744c742
< CONFIG_STP=y
< CONFIG_BRIDGE=y
< CONFIG_BRIDGE_IGMP_SNOOPING=y

---
> # CONFIG_BRIDGE is not set
748d745
< CONFIG_LLC=y