where bond0 device come from

When debug Linux kernel, there is one more network device with "ifconfig -a", it show a bond0 device. detail information as following:

-----------------------------------------------------

bond0 

-----------------------------------------------------

After check the Linux network configuration, I found disable the following configuration, the bond0 device will disappear.

make menuconfig

   ---> device drivers

              ---> Network device support

                         ---> Bonding driver support


More detail information, please read: Documentation/networking/bonding.tx under Linux source tree.

發佈了132 篇原創文章 · 獲贊 5 · 訪問量 45萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章