summaryrefslogtreecommitdiffstats
path: root/setup-interfaces.in
diff options
context:
space:
mode:
Diffstat (limited to 'setup-interfaces.in')
-rwxr-xr-xsetup-interfaces.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/setup-interfaces.in b/setup-interfaces.in
index e5e7fc7..219b1ff 100755
--- a/setup-interfaces.in
+++ b/setup-interfaces.in
@@ -301,12 +301,6 @@ prompt_for_interfaces() {
&& echo -e "\tgateway $gateway" >> interfaces
;;
esac
- if [ -n "$bridge" ]; then
- echo -e "\tpost-down brctl delif $bridge $iface" >> interfaces
- echo -e "\tpost-down brctl delbr $bridge" >> interfaces
- fi
- echo "" >> interfaces
- bridge=""
done
while [ "$answer" != "yes" ] && [ "$answer" != "no" ] ; do