~ddstreet/ubuntu/+source/vlan:ubuntu/devel

Last commit made on 2018-05-30
Get this branch:
git clone -b ubuntu/devel https://git.launchpad.net/~ddstreet/ubuntu/+source/vlan
Only Dan Streetman can upload to this branch. If you are Dan Streetman please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/devel
Repository:
lp:~ddstreet/ubuntu/+source/vlan

Recent commits

e883bc6... by Eric Desrochers

Import patches-unapplied version 1.9-3.3ubuntu1 to ubuntu/cosmic-proposed

Imported using git-ubuntu import.

Changelog parent: 2dac2c213cb9603f9a1bc89a3dd90efbbf2d8bd9

New changelog entries:
  * Merge from Debian unstable. Remaining changes:
    - In vlan ifupdown pre-up script, instead of calling ip link up for
      raw device before creating vlan interface, do a full ifup for raw
      device. Otherwise, if raw device processes ifup after vlan device,
      the raw device may be taken down and back up, which removes all vlan
      routes and other configuration.
    - Correct previous patch, to work for ifupdown configuration where a
      vlan is configured but the vlan's raw device has no ifupdown config.
    - Revert change for lp1573272; instead fix by redesigning when vlan
      interfaces are created; after raw-device ifup, not during raw-device
      udev processing.
    - Add a udeb for vconfig in debian-installer.
    - Add udev hook and script for event based bring up.
    - Add support for biosdevname
    - Revert ifupdown integration as event based bringup is currently
      incompatible with the way ifupdown sets up bridges and vlans.

2dac2c2... by Andrej Shadura

Import patches-unapplied version 1.9-3.3 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 46cb0f5444ca753f8d5c6d27b25b67de821033fd

New changelog entries:
  [ Stéphane Graber ]
  * Now that a vlan interface can be created by a udev hook and
    ifupdown checks return codes from the scripts,
    make sure to properly deal with an already existing interface.
  [ Dan Streetman ]
  * If VLAN is configured with higher MTU than raw device MTU, which can
    happen if VLAN is ifup'ed before raw device, then increase raw device
    MTU first so the VLAN ifup does not fail. (LP: #1224007)
  * Allow ip-rp-filter to be 0, 1, or 2 instead of only 0 or 1
    (LP: #1716964)

46cb0f5... by Andrej Shadura

Import patches-unapplied version 1.9-3.2 to debian/sid

Imported using git-ubuntu import.

Changelog parent: 53158073687efd6a0c9067eb068ae67feb23dcee

New changelog entries:
  * Non-maintainer upload.
  * Don't exit when we're called by bridge-utils.

5315807... by Andrej Shadura

Import patches-unapplied version 1.9-3.1 to debian/sid

Imported using git-ubuntu import.

Changelog parent: b7f4441c2011ec323ac2ebc0f2588af67c1a6f7b

New changelog entries:
  * Non-maintainer upload.
  * Don't act on VLAN interfaces already supported by ifupdown
    (Closes: #705456)
  * Don't depend on iproute, depend on iproute2 instead.

b7f4441... by Loïc Minier

Import patches-unapplied version 1.9-3 to debian/lenny

Imported using git-ubuntu import.