Ignore:
Timestamp:
Dec 6, 2007, 1:17:31 AM (16 years ago)
Author:
Bruno Cornec
Message:

Adds support for alb/aft types of bonding on Intel cards (Mark Pinkerton <Mark.Pinkerton_at_emageon.com>)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-files.c

    r1747 r1836  
    12811281    * networking will not start during an NFS restore.
    12821282    *
    1283     * If the NFS device in nfs_dev begins with the word "bond",
     1283    * If the NFS device in nfs_dev begins with the word "bond", or alb or aft
    12841284    * look for the corresponding slave ethN device and copy it to nfs_dev.
    12851285    * Using the common MAC address
    12861286    ********/
    1287     if (!strncmp(nfs_dev, "bond", 4)) {
     1287    if (!strncmp(nfs_dev, "bond", 4) || !strncmp(nfs_dev, "alb", 3) || !strncmp(nfs_dev, "aft", 3)) {
    12881288        log_to_screen("Found bonding device %s; looking for corresponding ethN slave device\n", nfs_dev);
    12891289        sprintf(command,
Note: See TracChangeset for help on using the changeset viewer.