← Back to team overview

group.of.nepali.translators team mailing list archive

[Bug 1715131] Re: networkd add support for Bridge Priority, AgeingTimeSec and DefaultPVID

 

This bug was fixed in the package systemd - 229-4ubuntu20

---------------
systemd (229-4ubuntu20) xenial; urgency=medium

  * resolved: recognize DNS names with more than one trailing dot as invalid
    (LP: #1600000)
  * Ignore failures to set Nice priority on services in containers.
    (LP: #1709536)
  * networkd: accept `:' in ifnames in systemd/networkd. (LP: #1714933)
  * initramfs-tools: trigger udevadm add actions with subsystems first.
    (LP: #1713536)
  * networkd: Add support to set STP value on a bridge. (LP: #1665088)
  * networkd: add support for AgeingTImeSec, Priority and DefaultPVID settings.
    (LP: #1715131)
    - Drop cherrypick of uint16 config parser, superseeded by above commit.
  * networkd: add support to set ActiveSlave and PrimarySlave. (LP: #1709135)
    - networkd: add support to configure ARP, depedency of Primary/ActiveSlave.

 -- Dimitri John Ledkov <xnox@xxxxxxxxxx>  Tue, 05 Sep 2017 14:01:51
+0100

** Changed in: systemd (Ubuntu Xenial)
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1715131

Title:
  networkd add support for Bridge Priority, AgeingTimeSec and
  DefaultPVID

Status in systemd package in Ubuntu:
  Fix Released
Status in systemd source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  Newer releases of networkd support more optional settings for Bridge Priority, AgeingTimeSec and DefaultPVID.

  https://www.freedesktop.org/software/systemd/man/systemd.netdev.html#AgeingTimeSec=
  https://www.freedesktop.org/software/systemd/man/systemd.netdev.html#Priority=
  https://www.freedesktop.org/software/systemd/man/systemd.netdev.html#DefaultPVID=

  Backporting these features to xenial, allows to use/set these options
  via netplan for any releases as for example deployed by MAAS.

  [Fix]
  cherrypick these settings for better supportability of networkd on xenial with netplan.

  [Testcase]
  1) Create .netdev bridge device
  2) Specify Priority, AgeingTimeSec, DefaultPVID settings in the [Bridge] section
  3) Verify that there are no parsing errors in journalctl from systemd-netword
  4) Verify with `ip` command that the bridge device got created
  5) Verify in sysfs that the settings requested have been applied to the device

  [Regression]
  These stanazas are optional, and will be ignored by older networkd if for example users start using them, and downgrade networkd to the one in release pocket. It is future compatible settings that will not cause upgrade issues, nor could result in failure to create the bridge device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1715131/+subscriptions


References