[Expired for netplan because there has been no activity for 60 days.]

** Changed in: netplan
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to