Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!
| author | Michael Gebetsroither <michael.geb@gmx.at> |
| Sat Oct 27 15:39:05 2007 +0000 (13 months ago) | |
| changeset 52 | 4ce27c7b22d5 |
| manifest | 4ce27c7b22d5 |
| parent 51 | f562c0f47153 |
| child 53 | 80640776d761 |
--- a/debian/changelog Sat Oct 27 15:33:11 2007 +0000+++ b/debian/changelog Sat Oct 27 15:39:05 2007 +0000@@ -8,8 +8,9 @@ grml-network (0.1.13) unstable; urgency=* added manpage for grml-vnet* added uml-utilities to Suggests* grml-vnet: reworked interface activation code+ * grml-vnet: deactivate bridge before removing- -- Michael Gebetsroither <michael.geb@gmx.at> Sat, 27 Oct 2007 15:32:28 +0000+ -- Michael Gebetsroither <michael.geb@gmx.at> Sat, 27 Oct 2007 15:38:37 +0000grml-network (0.1.12) unstable; urgency=low
--- a/sbin/grml-vnet Sat Oct 27 15:33:11 2007 +0000+++ b/sbin/grml-vnet Sat Oct 27 15:39:05 2007 +0000@@ -104,6 +104,7 @@ elseif [[ $OPT_BRIDGE_ != '' && $OPT_AUTO_ == 'true' ]]; thentmp_="`brctl showmacs "$OPT_BRIDGE_" |wc -l`"if (( $tmp_ == 1 )); then+ ip link set down dev "$OPT_BRIDGE_"brctl delbr "$OPT_BRIDGE_"elsedie "E: bridge $OPT_BRIDGE_ not empty, not removing"