make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=mirrorr_gre_bridge_1q_lag.sh TEST_GEN_PROGS="" run_tests make: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests' make[1]: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make[1]: Entering directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' TAP version 13 1..1 # timeout set to 10800 # selftests: net/forwarding: mirror_gre_bridge_1q_lag.sh # 0.74 [+0.74] This program is not intended to be run as root. # 18.22 [+17.48] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 18.22 [+0.00] # 18.22 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 18.23 [+0.00] http://www.netsniff-ng.org # 18.23 [+0.00] # 18.23 [+0.00] Usage: mausezahn [options] [interface] || # 18.23 [+0.00] Options: # 18.23 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 18.23 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 18.24 [+0.00] -4 IPv4 mode (default) # 18.24 [+0.00] -6 IPv6 mode # 18.24 [+0.00] -R Set socket priority # 18.24 [+0.00] -c Send packet count times, default:1, infinite:0 # 18.24 [+0.00] -d Apply delay between transmissions. The delay value can be # 18.24 [+0.00] specified in usec (default, no additional unit needed), or in # 18.25 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 18.25 [+0.00] -r Multiplies the specified delay with a random value # 18.25 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 18.25 [+0.00] -a Use specified source mac address, no matter what has # 18.26 [+0.00] been specified with other arguments; keywords see below, # 18.26 [+0.00] Default is own interface # 18.26 [+0.00] -b Same with destination mac address; keywords: # 18.26 [+0.00] rand Use a random MAC address # 18.26 [+0.00] bc Use a broadcast MAC address # 18.26 [+0.00] own Use own interface MAC address (default for source MAC) # 18.27 [+0.00] stp Use IEEE 802.1d STP multicast address # 18.27 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 18.27 [+0.00] -A Use specified source IP address (default is own interface IP) # 18.27 [+0.00] -B Send packet to specified destination IP or domain name # 18.27 [+0.00] -P Use the specified ASCII payload # 18.28 [+0.00] -f Read the ASCII payload from a file # 18.28 [+0.00] -F Read the hexadecimal payload from a file # 18.28 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 18.28 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 18.28 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 18.29 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 18.29 [+0.00] encapsulations in lower layers, most packet types allow/require # 18.29 [+0.00] additional packet-specific arguments in an ; # 18.29 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 18.30 [+0.00] dns, rtp, syslog, lldp and more; # 18.30 [+0.00] For context-help use 'help' as ! # 18.30 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 18.30 [+0.00] Enter -T help or -T rtp help for further information # 18.30 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 18.31 [+0.00] -V|VV|... Verbose and more verbose mode # 18.31 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 18.31 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 18.31 [+0.00] typically combined with one of the verbose modes (v or V) # 18.31 [+0.00] -v Show version # 18.32 [+0.00] -h Print this help # 18.32 [+0.00] # 18.32 [+0.00] Examples: # 18.32 [+0.00] mausezahn -x 99 # 18.32 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 18.32 [+0.00] mausezahn -t cdp change -c 0 # 18.32 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 18.32 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 18.32 [+0.00] # 18.32 [+0.00] Note: # 18.32 [+0.00] This tool is targeted for network developers! You should # 18.33 [+0.00] be aware of what you are doing and what these options above # 18.33 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 18.33 [+0.00] # 18.33 [+0.00] Please report bugs to # 18.33 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 18.33 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 18.33 [+0.00] Swiss federal institute of technology (ETH Zurich) # 18.34 [+0.00] License: GNU GPL version 2.0 # 18.34 [+0.00] This is free software: you are free to change and redistribute it. # 18.34 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 18.34 [+0.00] # 20.82 [+2.48] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 20.82 [+0.00] # 20.82 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 20.83 [+0.00] http://www.netsniff-ng.org # 20.83 [+0.00] # 20.83 [+0.00] Usage: mausezahn [options] [interface] || # 20.83 [+0.00] Options: # 20.83 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 20.83 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 20.84 [+0.00] -4 IPv4 mode (default) # 20.84 [+0.00] -6 IPv6 mode # 20.84 [+0.00] -R Set socket priority # 20.84 [+0.00] -c Send packet count times, default:1, infinite:0 # 20.84 [+0.00] -d Apply delay between transmissions. The delay value can be # 20.85 [+0.00] specified in usec (default, no additional unit needed), or in # 20.85 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 20.85 [+0.00] -r Multiplies the specified delay with a random value # 20.86 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 20.86 [+0.00] -a Use specified source mac address, no matter what has # 20.86 [+0.00] been specified with other arguments; keywords see below, # 20.86 [+0.00] Default is own interface # 20.87 [+0.00] -b Same with destination mac address; keywords: # 20.87 [+0.00] rand Use a random MAC address # 20.87 [+0.00] bc Use a broadcast MAC address # 20.87 [+0.00] own Use own interface MAC address (default for source MAC) # 20.87 [+0.00] stp Use IEEE 802.1d STP multicast address # 20.88 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 20.88 [+0.00] -A Use specified source IP address (default is own interface IP) # 20.88 [+0.00] -B Send packet to specified destination IP or domain name # 20.88 [+0.00] -P Use the specified ASCII payload # 20.89 [+0.00] -f Read the ASCII payload from a file # 20.89 [+0.00] -F Read the hexadecimal payload from a file # 20.89 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 20.89 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 20.89 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 20.90 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 20.90 [+0.00] encapsulations in lower layers, most packet types allow/require # 20.90 [+0.00] additional packet-specific arguments in an ; # 20.90 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 20.91 [+0.00] dns, rtp, syslog, lldp and more; # 20.91 [+0.00] For context-help use 'help' as ! # 20.91 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 20.91 [+0.00] Enter -T help or -T rtp help for further information # 20.91 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 20.92 [+0.00] -V|VV|... Verbose and more verbose mode # 20.92 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 20.92 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 20.92 [+0.00] typically combined with one of the verbose modes (v or V) # 20.92 [+0.00] -v Show version # 20.92 [+0.00] -h Print this help # 20.93 [+0.00] # 20.93 [+0.00] Examples: # 20.93 [+0.00] mausezahn -x 99 # 20.93 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 20.93 [+0.00] mausezahn -t cdp change -c 0 # 20.93 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 20.93 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 20.93 [+0.00] # 20.93 [+0.00] Note: # 20.93 [+0.00] This tool is targeted for network developers! You should # 20.94 [+0.00] be aware of what you are doing and what these options above # 20.94 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 20.94 [+0.00] # 20.94 [+0.00] Please report bugs to # 20.94 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 20.94 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 20.94 [+0.00] Swiss federal institute of technology (ETH Zurich) # 20.95 [+0.00] License: GNU GPL version 2.0 # 20.95 [+0.00] This is free software: you are free to change and redistribute it. # 20.95 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 20.95 [+0.00] # 21.39 [+0.44] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 21.40 [+0.00] # 21.40 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 21.40 [+0.00] http://www.netsniff-ng.org # 21.40 [+0.00] # 21.40 [+0.00] Usage: mausezahn [options] [interface] || # 21.40 [+0.00] Options: # 21.40 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 21.40 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 21.41 [+0.00] -4 IPv4 mode (default) # 21.41 [+0.00] -6 IPv6 mode # 21.41 [+0.00] -R Set socket priority # 21.41 [+0.00] -c Send packet count times, default:1, infinite:0 # 21.41 [+0.00] -d Apply delay between transmissions. The delay value can be # 21.42 [+0.00] specified in usec (default, no additional unit needed), or in # 21.42 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 21.42 [+0.00] -r Multiplies the specified delay with a random value # 21.42 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 21.43 [+0.00] -a Use specified source mac address, no matter what has # 21.43 [+0.00] been specified with other arguments; keywords see below, # 21.43 [+0.00] Default is own interface # 21.43 [+0.00] -b Same with destination mac address; keywords: # 21.43 [+0.00] rand Use a random MAC address # 21.44 [+0.00] bc Use a broadcast MAC address # 21.44 [+0.00] own Use own interface MAC address (default for source MAC) # 21.44 [+0.00] stp Use IEEE 802.1d STP multicast address # 21.44 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 21.44 [+0.00] -A Use specified source IP address (default is own interface IP) # 21.45 [+0.00] -B Send packet to specified destination IP or domain name # 21.45 [+0.00] -P Use the specified ASCII payload # 21.45 [+0.00] -f Read the ASCII payload from a file # 21.45 [+0.00] -F Read the hexadecimal payload from a file # 21.45 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 21.46 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 21.46 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 21.46 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 21.46 [+0.00] encapsulations in lower layers, most packet types allow/require # 21.47 [+0.00] additional packet-specific arguments in an ; # 21.47 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 21.47 [+0.00] dns, rtp, syslog, lldp and more; # 21.47 [+0.00] For context-help use 'help' as ! # 21.47 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 21.48 [+0.00] Enter -T help or -T rtp help for further information # 21.48 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 21.48 [+0.00] -V|VV|... Verbose and more verbose mode # 21.48 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 21.49 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 21.49 [+0.00] typically combined with one of the verbose modes (v or V) # 21.49 [+0.00] -v Show version # 21.49 [+0.00] -h Print this help # 21.49 [+0.00] # 21.49 [+0.00] Examples: # 21.49 [+0.00] mausezahn -x 99 # 21.49 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 21.50 [+0.00] mausezahn -t cdp change -c 0 # 21.50 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 21.50 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 21.50 [+0.00] # 21.50 [+0.00] Note: # 21.50 [+0.00] This tool is targeted for network developers! You should # 21.50 [+0.00] be aware of what you are doing and what these options above # 21.51 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 21.51 [+0.00] # 21.51 [+0.00] Please report bugs to # 21.51 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 21.51 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 21.51 [+0.00] Swiss federal institute of technology (ETH Zurich) # 21.51 [+0.00] License: GNU GPL version 2.0 # 21.52 [+0.00] This is free software: you are free to change and redistribute it. # 21.52 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 21.52 [+0.00] # 21.96 [+0.45] TEST: mirror to gretap: LAG first slave [FAIL] # 21.97 [+0.00] Expected to capture >= 10 packets, got 0. # 34.13 [+12.16] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 34.13 [+0.00] # 34.13 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 34.14 [+0.00] http://www.netsniff-ng.org # 34.14 [+0.00] # 34.14 [+0.00] Usage: mausezahn [options] [interface] || # 34.14 [+0.00] Options: # 34.14 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 34.14 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 34.14 [+0.00] -4 IPv4 mode (default) # 34.15 [+0.00] -6 IPv6 mode # 34.15 [+0.00] -R Set socket priority # 34.15 [+0.00] -c Send packet count times, default:1, infinite:0 # 34.15 [+0.00] -d Apply delay between transmissions. The delay value can be # 34.15 [+0.00] specified in usec (default, no additional unit needed), or in # 34.16 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 34.16 [+0.00] -r Multiplies the specified delay with a random value # 34.16 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 34.16 [+0.00] -a Use specified source mac address, no matter what has # 34.17 [+0.00] been specified with other arguments; keywords see below, # 34.17 [+0.00] Default is own interface # 34.17 [+0.00] -b Same with destination mac address; keywords: # 34.17 [+0.00] rand Use a random MAC address # 34.17 [+0.00] bc Use a broadcast MAC address # 34.17 [+0.00] own Use own interface MAC address (default for source MAC) # 34.18 [+0.00] stp Use IEEE 802.1d STP multicast address # 34.18 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 34.18 [+0.00] -A Use specified source IP address (default is own interface IP) # 34.19 [+0.00] -B Send packet to specified destination IP or domain name # 34.19 [+0.00] -P Use the specified ASCII payload # 34.19 [+0.00] -f Read the ASCII payload from a file # 34.19 [+0.00] -F Read the hexadecimal payload from a file # 34.19 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 34.20 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 34.20 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 34.20 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 34.20 [+0.00] encapsulations in lower layers, most packet types allow/require # 34.21 [+0.00] additional packet-specific arguments in an ; # 34.21 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 34.21 [+0.00] dns, rtp, syslog, lldp and more; # 34.21 [+0.00] For context-help use 'help' as ! # 34.21 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 34.22 [+0.00] Enter -T help or -T rtp help for further information # 34.22 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 34.22 [+0.00] -V|VV|... Verbose and more verbose mode # 34.22 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 34.23 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 34.23 [+0.00] typically combined with one of the verbose modes (v or V) # 34.23 [+0.00] -v Show version # 34.23 [+0.00] -h Print this help # 34.23 [+0.00] # 34.23 [+0.00] Examples: # 34.23 [+0.00] mausezahn -x 99 # 34.23 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 34.23 [+0.00] mausezahn -t cdp change -c 0 # 34.24 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 34.24 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 34.24 [+0.00] # 34.24 [+0.00] Note: # 34.24 [+0.00] This tool is targeted for network developers! You should # 34.24 [+0.00] be aware of what you are doing and what these options above # 34.24 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 34.25 [+0.00] # 34.25 [+0.00] Please report bugs to # 34.25 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 34.25 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 34.25 [+0.00] Swiss federal institute of technology (ETH Zurich) # 34.25 [+0.00] License: GNU GPL version 2.0 # 34.25 [+0.00] This is free software: you are free to change and redistribute it. # 34.25 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 34.26 [+0.00] # 36.72 [+2.47] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 36.73 [+0.00] # 36.73 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 36.73 [+0.00] http://www.netsniff-ng.org # 36.73 [+0.00] # 36.73 [+0.00] Usage: mausezahn [options] [interface] || # 36.73 [+0.00] Options: # 36.73 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 36.73 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 36.74 [+0.00] -4 IPv4 mode (default) # 36.74 [+0.00] -6 IPv6 mode # 36.74 [+0.00] -R Set socket priority # 36.74 [+0.00] -c Send packet count times, default:1, infinite:0 # 36.74 [+0.00] -d Apply delay between transmissions. The delay value can be # 36.74 [+0.00] specified in usec (default, no additional unit needed), or in # 36.75 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 36.75 [+0.00] -r Multiplies the specified delay with a random value # 36.75 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 36.75 [+0.00] -a Use specified source mac address, no matter what has # 36.76 [+0.00] been specified with other arguments; keywords see below, # 36.76 [+0.00] Default is own interface # 36.76 [+0.00] -b Same with destination mac address; keywords: # 36.76 [+0.00] rand Use a random MAC address # 36.76 [+0.00] bc Use a broadcast MAC address # 36.77 [+0.00] own Use own interface MAC address (default for source MAC) # 36.77 [+0.00] stp Use IEEE 802.1d STP multicast address # 36.77 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 36.77 [+0.00] -A Use specified source IP address (default is own interface IP) # 36.77 [+0.00] -B Send packet to specified destination IP or domain name # 36.78 [+0.00] -P Use the specified ASCII payload # 36.78 [+0.00] -f Read the ASCII payload from a file # 36.78 [+0.00] -F Read the hexadecimal payload from a file # 36.78 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 36.79 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 36.79 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 36.79 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 36.80 [+0.00] encapsulations in lower layers, most packet types allow/require # 36.80 [+0.00] additional packet-specific arguments in an ; # 36.80 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 36.80 [+0.00] dns, rtp, syslog, lldp and more; # 36.81 [+0.00] For context-help use 'help' as ! # 36.81 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 36.81 [+0.00] Enter -T help or -T rtp help for further information # 36.82 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 36.82 [+0.00] -V|VV|... Verbose and more verbose mode # 36.82 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 36.82 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 36.83 [+0.00] typically combined with one of the verbose modes (v or V) # 36.83 [+0.00] -v Show version # 36.83 [+0.00] -h Print this help # 36.83 [+0.00] # 36.83 [+0.00] Examples: # 36.83 [+0.00] mausezahn -x 99 # 36.83 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 36.83 [+0.00] mausezahn -t cdp change -c 0 # 36.84 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 36.84 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 36.84 [+0.00] # 36.84 [+0.00] Note: # 36.84 [+0.00] This tool is targeted for network developers! You should # 36.84 [+0.00] be aware of what you are doing and what these options above # 36.85 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 36.85 [+0.00] # 36.85 [+0.00] Please report bugs to # 36.85 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 36.85 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 36.85 [+0.00] Swiss federal institute of technology (ETH Zurich) # 36.86 [+0.00] License: GNU GPL version 2.0 # 36.86 [+0.00] This is free software: you are free to change and redistribute it. # 36.86 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 36.86 [+0.00] # 37.29 [+0.43] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 37.30 [+0.00] # 37.30 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 37.30 [+0.00] http://www.netsniff-ng.org # 37.30 [+0.00] # 37.30 [+0.00] Usage: mausezahn [options] [interface] || # 37.30 [+0.00] Options: # 37.30 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 37.31 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 37.31 [+0.00] -4 IPv4 mode (default) # 37.31 [+0.00] -6 IPv6 mode # 37.31 [+0.00] -R Set socket priority # 37.31 [+0.00] -c Send packet count times, default:1, infinite:0 # 37.31 [+0.00] -d Apply delay between transmissions. The delay value can be # 37.32 [+0.00] specified in usec (default, no additional unit needed), or in # 37.32 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 37.32 [+0.00] -r Multiplies the specified delay with a random value # 37.33 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 37.33 [+0.00] -a Use specified source mac address, no matter what has # 37.33 [+0.00] been specified with other arguments; keywords see below, # 37.34 [+0.00] Default is own interface # 37.34 [+0.00] -b Same with destination mac address; keywords: # 37.34 [+0.00] rand Use a random MAC address # 37.34 [+0.00] bc Use a broadcast MAC address # 37.34 [+0.00] own Use own interface MAC address (default for source MAC) # 37.35 [+0.00] stp Use IEEE 802.1d STP multicast address # 37.35 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 37.35 [+0.00] -A Use specified source IP address (default is own interface IP) # 37.35 [+0.00] -B Send packet to specified destination IP or domain name # 37.35 [+0.00] -P Use the specified ASCII payload # 37.36 [+0.00] -f Read the ASCII payload from a file # 37.36 [+0.00] -F Read the hexadecimal payload from a file # 37.36 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 37.36 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 37.36 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 37.37 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 37.37 [+0.00] encapsulations in lower layers, most packet types allow/require # 37.37 [+0.00] additional packet-specific arguments in an ; # 37.37 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 37.37 [+0.00] dns, rtp, syslog, lldp and more; # 37.38 [+0.00] For context-help use 'help' as ! # 37.38 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 37.38 [+0.00] Enter -T help or -T rtp help for further information # 37.38 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 37.39 [+0.00] -V|VV|... Verbose and more verbose mode # 37.39 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 37.39 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 37.39 [+0.00] typically combined with one of the verbose modes (v or V) # 37.39 [+0.00] -v Show version # 37.39 [+0.00] -h Print this help # 37.40 [+0.00] # 37.40 [+0.00] Examples: # 37.40 [+0.00] mausezahn -x 99 # 37.40 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 37.40 [+0.00] mausezahn -t cdp change -c 0 # 37.40 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 37.40 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 37.40 [+0.00] # 37.40 [+0.00] Note: # 37.40 [+0.00] This tool is targeted for network developers! You should # 37.40 [+0.00] be aware of what you are doing and what these options above # 37.41 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 37.41 [+0.00] # 37.41 [+0.00] Please report bugs to # 37.41 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 37.41 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 37.41 [+0.00] Swiss federal institute of technology (ETH Zurich) # 37.41 [+0.00] License: GNU GPL version 2.0 # 37.42 [+0.00] This is free software: you are free to change and redistribute it. # 37.42 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 37.42 [+0.00] # 37.87 [+0.45] TEST: mirror to gretap: LAG second slave [FAIL] # 37.88 [+0.00] Expected to capture >= 10 packets, got 0. not ok 1 selftests: net/forwarding: mirror_gre_bridge_1q_lag.sh # exit=1 make[1]: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests/net/forwarding' make: Leaving directory '/home/virtme/testing/wt-2/tools/testing/selftests' xx__-> echo $? 0 xx__->