Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 18:53:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236833] Radix_Mpath ifa_maintain_loopback_route: switch failed for interface
Message-ID:  <bug-236833-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236833

            Bug ID: 236833
           Summary: Radix_Mpath ifa_maintain_loopback_route: switch failed
                    for interface
           Product: Base System
           Version: 11.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: grzesiek@bajtnetbusko.pl

When the RADIX_MPATH option is added in the kernel, an error occurs.

a_maintain_loopback_route: switch failed for interface ngx: 3

Configuration 11.2-RELEASE-p9. Demon MPD5 as pppoe server with two or more
connected pppoe sessions, when disconnecting the interface ng0 when in the
routing table on the interface ng0 is loopback does not change the entry on
interface ng1 and there is an error "fa_maintain_loopback_route: switch fai=
led
for interface ng1: 3"

netstat -rn
192.168.249.1 link#9 UHS lo0
192.1.1.2 link#9 UH ng0
192.1.1.3 link#10 UH ng1

after disconnecting ng0
netstat -rn
192.168.249.1 link#9 UHS lo0
192.1.1.2 link#10 UH ng1

when the disconnection of both sessions appears an error "
ifa_maintain_loopback_route: deletion failed for interface ng1: 3 "and you =
can
not delete the entry in the routing table.

netstat -rn
192.168.249.1 link#9 UHS lo0

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236833-227>