pve-qemu/debian/kvm-ifup

6 lines
143 B
Plaintext
Raw Normal View History

2017-04-05 11:49:19 +03:00
#!/bin/sh
switch=$(/sbin/ip route list | awk '/^default / { print $NF }')
/sbin/ifconfig $1 0.0.0.0 promisc up
/sbin/brctl addif ${switch} $1