--- debian/changelog | 1 + vlan.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog index 7b7aebe..941c16d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ netcfg (1.138) UNRELEASED; urgency=medium * All of above resolves FTBFS * Impove vlan support, by not relying on '.' to detect and write out vlan raw device stanza + * Queue installation of vlan package, at the end of vlan activation -- Dimitri John Ledkov <x...@ubuntu.com> Wed, 30 Mar 2016 12:13:56 +0100 diff --git a/vlan.c b/vlan.c index a96c9c6..15c68a1 100644 --- a/vlan.c +++ b/vlan.c @@ -56,6 +56,7 @@ int netcfg_set_vlan(struct netcfg_interface *interface, struct debconfclient *cl if(interface->name){ interface->vlan_raw_device = interface->name; interface->name = vlaniface; + di_exec_shell_log("apt-install vlan"); } free(vlancmd); return VLAN_SUCESSED; -- 2.7.4