Menu

Q: Is project source code available

Help
Anonymous
2002-12-26
2003-01-18
  • Anonymous

    Anonymous - 2002-12-26

    Dear Sirs

    Is source code for project "Linux Channel Bonding" publicly available for inspection? I was unsuccessful in my attempts to use CVS.

    The respository top level only contains directory CVSROOT. Has the project been moved somewhere else?

    Regards

    T TAralp

     
    • Anonymous

      Anonymous - 2003-01-18

      Since it is a kernel driver, you can see it in your kernel source tree:
      sean@pizza:src/linux-2.4[24] find . -name "bondin*"
      ./include/config/bonding.h
      ./include/config/bonding
      ./drivers/net/bonding.c
      ./drivers/net/bonding.o
      ./Documentation/networking/bonding.txt
      sean@pizza:src/linux-2.4[25]

      Naturally, the latest greatest is via cvs.
      Sean

       

Log in to post a comment.