[Bug 1813835] Re: Wrong dev in routing table in case of bridge on vlan
Launchpad Bug Tracker
1813835 at bugs.launchpad.net
Mon May 20 04:17:37 UTC 2019
[Expired for netplan.io (Ubuntu) because there has been no activity for
60 days.]
** Changed in: netplan.io (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd 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:
Expired
Status in netplan.io package in Ubuntu:
Expired
Status in systemd package in Ubuntu:
Expired
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