netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber.org>
To: netdev@vger.kernel.org
Subject: Fw: [Bug 206523] New: Can no longer add routes while the link is down, RTNETLINK answers: Network is down
Date: Sun, 16 Feb 2020 09:43:07 -0800	[thread overview]
Message-ID: <20200216094307.55a66c52@hermes.lan> (raw)



Begin forwarded message:

Date: Thu, 13 Feb 2020 18:04:40 +0000
From: bugzilla-daemon@bugzilla.kernel.org
To: stephen@networkplumber.org
Subject: [Bug 206523] New: Can no longer add routes while the link is down, RTNETLINK answers: Network is down


https://bugzilla.kernel.org/show_bug.cgi?id=206523

            Bug ID: 206523
           Summary: Can no longer add routes while the link is down,
                    RTNETLINK answers: Network is down
           Product: Networking
           Version: 2.5
    Kernel Version: 5.4.19
          Hardware: All
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Other
          Assignee: stephen@networkplumber.org
          Reporter: rm+bko@romanrm.net
        Regression: No

Hello,

I'm upgrading my machines from kernel 4.14 to the 5.4 series, and noticed quite
a significant behavior change, so I was wondering if this was intentional or a
side effect of something, or a bug. It already broke my network connectivity
for a while and required troubleshooting, to figure out that a certain script
that I had, used to set up all routes before, and only then putting the
interface up.

On 4.14.170 this works:

# ip link add dummy100 type dummy
# ip route add fd99::/128 dev dummy100
# ip -6 route | grep dummy
fd99:: dev dummy100 metric 1024 linkdown  pref medium
#

On 5.4.19 however:

# ip link add dummy100 type dummy
# ip route add fd99::/128 dev dummy100
RTNETLINK answers: Network is down
# ip -6 route | grep dummy
#

Sorry for not narrowing it down more precisely between 4.14 and 5.4, but I'm
sure for the right people this will be easily either an "oh shit" or "yeah,
that", even without any more precise version information :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

             reply	other threads:[~2020-02-16 17:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-16 17:43 Stephen Hemminger [this message]
2020-02-17  7:39 ` Fw: [Bug 206523] New: Can no longer add routes while the link is down, RTNETLINK answers: Network is down Ido Schimmel

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=20200216094307.55a66c52@hermes.lan \
    --to=stephen@networkplumber.org \
    --cc=netdev@vger.kernel.org \
    /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;
as well as URLs for NNTP newsgroup(s).