zoukankan      html  css  js  c++  java
  • nullnullwhere bond0 device come from

    这段时间一直在学习nullnull之类的问题,现在正好有机会和大家共享一下.

        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.

    文章结束给大家分享下程序员的一些笑话语录: Borland说我很有前途,Sun笑了;Sun说我很有钱,IBM笑了;IBM说我很专业,Sybase笑了;Sybase说我数据库很牛,Oracle笑了;Oracle说我是开放的,Linux笑了;Linux说我要打败Unix,微软笑了;微软说我的系统很稳定,我们都笑了。

  • 相关阅读:
    JAVA 程序pending 数据库锁
    圆形相遇问题
    DROP TABLE
    sed 删除
    JVM程序计数器
    《神奇的数学》颠覆你对数学的初始感觉
    error "OPatch cannot find a valid oraInst.loc file to locate Central Inventory
    【linux】提醒"libc.so.6: version `GLIBC_2.14' not found"系统的glibc版本太低
    Linux 常用命令随笔(一)
    国际结算业务--国际结算中的票据
  • 原文地址:https://www.cnblogs.com/jiangu66/p/3074253.html
Copyright © 2011-2022 走看看