[Bug 1813835] Re: Wrong dev in routing table in case of bridge on vlan
Mathieu Trudel-Lapierre
mathieu.tl at gmail.com
Wed Mar 20 21:26:50 UTC 2019
That's odd. Let's dig in deeper, as it quite likely might be a systemd
bug, but I rather be certain it's not us doing something wrong.
Could you please attach the config files generated in
/run/systemd/network/ so we can confirm that the routes are created for
the right devices?
Thanks!
** Changed in: netplan
Status: New => Incomplete
** Also affects: netplan.io (Ubuntu)
Importance: Undecided
Status: New
** Changed in: netplan.io (Ubuntu)
Status: New => Incomplete
** Also affects: systemd (Ubuntu)
Importance: Undecided
Status: New
** Changed in: systemd (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1813835
Title:
Wrong dev in routing table in case of bridge on vlan
Status in netplan:
Incomplete
Status in netplan.io package in Ubuntu:
Incomplete
Status in systemd package in Ubuntu:
Incomplete
Bug description:
network:
version: 2
renderer: networkd
ethernets:
eno1:
dhcp4: no
dhcp6: no
accept-ra: false
vlans:
voffice:
id: 10
link: eno1
accept-ra: false
bridges:
broffice:
interfaces: [ voffice ]
addresses: [10.200.10.2/24, 10.200.10.3/24 ]
gateway4: 10.200.10.1
nameservers:
addresses: [ "10.200.10.1" ]
routes:
- to: 0.0.0.0/0
via: 10.200.10.1
table: 10
routing-policy:
- from: 10.200.10.0/24
priority: 10
table: 10
has the following result:
# ip route list table 10
default via 10.200.10.1 dev broffice proto static
10.200.10.0/24 dev voffice scope link src 10.200.10.2
The intended result would be:
# ip route list table 10
default via 10.200.10.1 dev broffice proto static
10.200.10.0/24 dev broffice scope link src 10.200.10.2
To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1813835/+subscriptions
More information about the foundations-bugs
mailing list