Magellan Linux

Diff of /trunk/qemu-networking/qemu-networking.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2593 by niro, Mon Oct 14 09:09:00 2013 UTC revision 2594 by niro, Tue Mar 4 10:12:48 2014 UTC
# Line 59  case $1 in Line 59  case $1 in
59    
60   # destroy interface   # destroy interface
61   ifconfig ${TAPDEV} down   ifconfig ${TAPDEV} down
62   kill -15 $(< /var/run/vde-qemu.pid)   pgrep -f vde_switch | xargs --no-run-if-empty kill -TERM
63   ;;   ;;
64  esac  esac

Legend:
Removed from v.2593  
changed lines
  Added in v.2594