[systemd-bugs] [Bug 90082] New: systemd-networkd: in [Route] section Gateway must come before Destination

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Apr 17 22:03:07 PDT 2015


https://bugs.freedesktop.org/show_bug.cgi?id=90082

            Bug ID: 90082
           Summary: systemd-networkd: in [Route] section Gateway must come
                    before Destination
           Product: systemd
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: general
          Assignee: systemd-bugs at lists.freedesktop.org
          Reporter: jyoung15 at gmail.com
        QA Contact: systemd-bugs at lists.freedesktop.org

Overview:
In a .network file [Route] section, if the Destination= directive is specified
before the Gateway= directive the former is ignored.  The documentation does
not explicitly state that the Gateway must come before the Destination.

Steps to Reproduce:
Add Route section to .network file with Destination listed first.

[Route]
Destination=x.x.x.x
Gateway=x.x.x.x


Actual Results:
Default route is added for gateway. Destination is ignored.


Expected Results:
Static route is added for specified destination


Version:
$ /usr/lib/systemd/systemd --version
systemd 216
+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK -SYSVINIT -LIBCRYPTSETUP -GCRYPT
-GNUTLS +ACL -XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN

$ uname -a
Linux xxxx 3.17.7-gentoo #1 SMP Mon Jan 5 12:29:29 EST 2015 x86_64 AMD
Opteron(tm) Processor 4122 AuthenticAMD GNU/Linux

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150418/0967e360/attachment.html>


More information about the systemd-bugs mailing list