Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Sep 2021 11:54:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258447] add! no longer works in PPP the way its described
Message-ID:  <bug-258447-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 258447
           Summary: add! no longer works in PPP the way its described
           Product: Base System
           Version: 13.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: mike@sentex.net

With multipath enabled in RELENG_13 by default, I noticed that using my ppp
scripts from previous releases no longer work as expected. In the past and
according to the documentation,=20

         If the add! command is used (note the trailing =E2=80=9C!=E2=80=9D=
), then if the
         route already exists, it will be updated as with the =E2=80=98rout=
e change=E2=80=99
         command (see route(8) for further details).

This instead adds an additional route to the FIB instead of overwriting the=
 old
one

eg
default            10.255.255.1       UGS         6   1500       igb0
default            10.1.0.1           UGS        17   1500      tun10=20

setting=20
net.route.multipath=3D0
restores the behaviour as described in the man pages

--=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-258447-227>