Re: ipv6 and debian
Alex Zeffertt <[email protected]>
| Newsgroups | gmane.linux.drivers.vlan |
|---|---|
| Organization | Cambridge Broadband Ltd. |
| Message-ID | <[email protected]> |
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" <[email protected]> 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 > [email protected] > http://www.lanforge.com/mailman/listinfo/vlan