mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Ard van Breemen <ard@telegraafnet.nl>
To: "Peter C. Norton" <spacey@lenin.nu>
Cc: linux-kernel@vger.kernel.org, bonding-devel@lists.sourceforge.net
Subject: Re: [Bonding-devel] Re: Weird bonding driver and tulip quad-card interaction on 2.4.17
Date: Fri, 18 Jan 2002 10:33:03 +0100	[thread overview]
Message-ID: <20020118093302.GA6012@telegraafnet.nl> (raw)
In-Reply-To: <20020117191528.GJ31418@lenin.nu> <20020117222036.GT31418@lenin.nu>
In-Reply-To: <20020117222036.GT31418@lenin.nu>

On Thu, Jan 17, 2002 at 02:20:36PM -0800, Peter C. Norton wrote:
> As a follow-up, Chad T. on the bonding list pointed out to me that there is
> no Media flag normally output by ifconfig.  This would lead me to believe
> that somehow the bonding driver is perhaps overwriting the MAC address in my
> case.  How can this have happened?  Why is it only on this system?  
It *is* printed:
>From lib/interface.c (net-tools 1.60):

    if (hw->print != NULL && (! (hw_null_address(hw, ptr->hwaddr) &&
                  hw->suppress_null_addr)))
    printf(_("HWaddr %s  "), hw->print(ptr->hwaddr));
#ifdef IFF_PORTSEL
    if (ptr->flags & IFF_PORTSEL) {
    printf(_("Media:%s"), if_port_text[ptr->map.port][0]);
    if (ptr->flags & IFF_AUTOMEDIA)
        printf(_("(auto)"));
    }
#endif
    printf("\n");

So, something has set IFF_PORTSEL, and ptr->map.port is not within bounds.
Or you have a kernel which does not support IFF_PORTSEL, but something
else is using ptr->flags with different values...

-- 
<ard@telegraafnet.nl> Telegraaf Elektronische Media  http://wwwijzer.nl
http://leerquoten.monster.org/ http://www.faqs.org/rfcs/rfc1855.html 
Let your government know you value your freedom. Sign the petition:
http://petition.eurolinux.org/

      reply	other threads:[~2002-01-18  9:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-17 19:15 Peter C. Norton
2002-01-17 22:20 ` Peter C. Norton
2002-01-18  9:33   ` Ard van Breemen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020118093302.GA6012@telegraafnet.nl \
    --to=ard@telegraafnet.nl \
    --cc=bonding-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=spacey@lenin.nu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®