[Bug 220464] New: No vlan support in xen bridge scripts
https://bugzilla.novell.com/show_bug.cgi?id=220464 Summary: No vlan support in xen bridge scripts Product: SUSE Linux 10.1 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Enhancement Priority: P5 - None Component: Xen AssignedTo: cgriffin@novell.com ReportedBy: erik@hensema.net QAContact: qa@suse.de The xen scripts supplied by novell don't support vlan interfaces. In particular the network-bridge script does a 'ifdown vlanX' which destroys the interface. This fragment of /etc/xen/scripts/xen-network-common.sh fixes it: ifup() { case $1 in vlan*) echo skipping ifup $1 ;; *) /sbin/ifup $1 -o rc || true ;; esac } ifdown() { case $1 in vlan*) ip addr flush $1 2>&1 > /dev/null ip link set $1 down ;; *) /sbin/ifdown $1 -o rc ;; esac } It's still lightly tested. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220464 cgriffin@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|cgriffin@novell.com |kallan@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220464 lbendixs@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lbendixs@novell.com Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220464 fkohler@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fkohler@novell.com Status|ASSIGNED |RESOLVED Resolution| |WONTFIX ------- Comment #1 from fkohler@novell.com 2007-04-19 02:09 MST ------- Thanks, will be considered for other releases. Considering time/resources no fix for 10.1. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220464 lbendixs@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Component|Xen |Xen Product|SUSE Linux 10.1 |openSUSE 10.3 QAContact|qa@suse.de |jdouglas@novell.com Resolution|WONTFIX | Version|Final |unspecified ------- Comment #2 from lbendixs@novell.com 2007-04-19 14:43 MST ------- We should consider incorporating this patch into 10.3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=220464 Frank Kohler <fkohler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=220464#c5 Kirk Allan <kallan@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|kallan@novell.com | Resolution| |FIXED --- Comment #5 from Kirk Allan <kallan@novell.com> 2007-10-16 15:34:26 MST --- After looking at openSUSE 10.3 and SLES 10 sp1 with all the latest updates, vlan is now supported in the network-bridge script. Marking this bug as fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com