|   | 4 |  | 
                  
                          |   | 5 |  * DRBL 蒐集 MAC 時收到 IP 的解法 | 
                  
                          |   | 6 | {{{ | 
                  
                          |   | 7 | #!diff | 
                  
                          |   | 8 | --- drbl-collect-mac.org        2010-09-26 20:14:37.000000000 +0800 | 
                  
                          |   | 9 | +++ drbl-collect-mac    2010-09-26 17:41:24.000000000 +0800 | 
                  
                          |   | 10 | @@ -150,7 +150,7 @@ | 
                  
                          |   | 11 |  ## main | 
                  
                          |   | 12 |  for eth in $request_eth_port; do | 
                  
                          |   | 13 |      #/usr/sbin/tcpdump -qte -i $eth > $drblmac/setup-drbl-auto.$eth 2> /dev/null & | 
                  
                          |   | 14 | -    /usr/sbin/tcpdump -tel -i $eth broadcast and port bootpc > $drblmac/setup-drbl-auto.$eth 2> /dev/null & | 
                  
                          |   | 15 | +    /usr/sbin/tcpdump -teln -i $eth broadcast and port bootpc > $drblmac/setup-drbl-auto.$eth 2> /dev/null & | 
                  
                          |   | 16 |  done | 
                  
                          |   | 17 | }}} |