[VLAN] ipv6 and debian

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Just a guess, maybe you could add something like

	if grep "$IFACE" /proc/net/vlan/config ; then
		exit 0
	fi

To the top of /etc/network/if-pre-up.d/vlan.  And something like

	if ! grep "$IFACE" /proc/net/vlan/config ; then
		exit 0
	fi

to the top of /etc/network/if-post-down.d/vlan

Alex

On Thu, 2 Mar 2006 17:06:07 +1100
"James Harper" <james.harper@xxxxxxxxxxxxxxxx> wrote:

> The Debian interface scripts that manage vlans try and fire both for
> the inet4 and inet6 instances of the interface.
> 
> Anyone know of an easy workaround?
> 
> Thanks
> 
> james
> 
> _______________________________________________
> Vlan mailing list
> Vlan@xxxxxxxxxxxxxxx
> http://www.lanforge.com/mailman/listinfo/vlan

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux