Magellan Linux

Diff of /tags/qemu-networking-4/qemu-networking.in

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

revision 1822 by niro, Sat Jun 9 10:32:51 2012 UTC revision 2201 by niro, Mon Oct 14 09:07:00 2013 UTC
# Line 54  case $1 in Line 54  case $1 in
54   stop)   stop)
55   checkconfig || exit 6   checkconfig || exit 6
56    
57   # maquerade and forward   # masquerade and forward
58   iptables -t nat -D POSTROUTING -s ${VMNETWORK} -o ${BRIDGEDEV} -j MASQUERADE   iptables -t nat -D POSTROUTING -s ${VMNETWORK} -o ${BRIDGEDEV} -j MASQUERADE
59    
60   # destroy interface   # destroy interface

Legend:
Removed from v.1822  
changed lines
  Added in v.2201