Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2023 04:36:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 271375] defaultrouter_fibX in rc.conf does not work.
Message-ID:  <bug-271375-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 271375
           Summary: defaultrouter_fibX in rc.conf does not work.
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: shino@fornext.jp

route__default_fibX is not set correctly due to a variable name typo.

--- routing.orig        2023-05-12 13:14:59.532175000 +0900
+++ routing     2023-05-12 13:16:00.291891000 +0900
@@ -171,7 +171,7 @@
                                ;;
                        *)
                                static_routes=3D"${static_routes}
_default_fib${_fibnum}"
-                               eval route__default_fib${fibnum}=3D"'default
${_fib_gw} -fib ${_fibnum}'"
+                               eval route__default_fib${_fibnum}=3D"'defau=
lt
${_fib_gw} -fib ${_fibnum}'"
                                ;;
                        esac
                done

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