make -C tools/testing/selftests TARGETS="net/forwarding" TEST_PROGS=routerr_multicast.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: router_multicast.sh # 6.16 [+6.16] TEST: mcast IPv4 [ OK ] # 6.42 [+0.26] TEST: mcast IPv6 [ OK ] # 6.54 [+0.12] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 6.54 [+0.00] # 6.54 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 6.55 [+0.00] http://www.netsniff-ng.org # 6.55 [+0.00] # 6.55 [+0.00] Usage: mausezahn [options] [interface] || # 6.55 [+0.00] Options: # 6.55 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 6.55 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 6.55 [+0.00] -4 IPv4 mode (default) # 6.55 [+0.00] -6 IPv6 mode # 6.55 [+0.00] -R Set socket priority # 6.56 [+0.00] -c Send packet count times, default:1, infinite:0 # 6.56 [+0.00] -d Apply delay between transmissions. The delay value can be # 6.56 [+0.00] specified in usec (default, no additional unit needed), or in # 6.56 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 6.57 [+0.00] -r Multiplies the specified delay with a random value # 6.57 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 6.57 [+0.00] -a Use specified source mac address, no matter what has # 6.57 [+0.00] been specified with other arguments; keywords see below, # 6.57 [+0.00] Default is own interface # 6.58 [+0.00] -b Same with destination mac address; keywords: # 6.58 [+0.00] rand Use a random MAC address # 6.58 [+0.00] bc Use a broadcast MAC address # 6.58 [+0.00] own Use own interface MAC address (default for source MAC) # 6.58 [+0.00] stp Use IEEE 802.1d STP multicast address # 6.58 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 6.59 [+0.00] -A Use specified source IP address (default is own interface IP) # 6.59 [+0.00] -B Send packet to specified destination IP or domain name # 6.59 [+0.00] -P Use the specified ASCII payload # 6.59 [+0.00] -f Read the ASCII payload from a file # 6.59 [+0.00] -F Read the hexadecimal payload from a file # 6.59 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 6.60 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 6.60 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 6.60 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 6.60 [+0.00] encapsulations in lower layers, most packet types allow/require # 6.60 [+0.00] additional packet-specific arguments in an ; # 6.61 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 6.61 [+0.00] dns, rtp, syslog, lldp and more; # 6.61 [+0.00] For context-help use 'help' as ! # 6.61 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 6.61 [+0.00] Enter -T help or -T rtp help for further information # 6.62 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 6.62 [+0.00] -V|VV|... Verbose and more verbose mode # 6.62 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 6.62 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 6.62 [+0.00] typically combined with one of the verbose modes (v or V) # 6.63 [+0.00] -v Show version # 6.63 [+0.00] -h Print this help # 6.63 [+0.00] # 6.63 [+0.00] Examples: # 6.63 [+0.00] mausezahn -x 99 # 6.63 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 6.63 [+0.00] mausezahn -t cdp change -c 0 # 6.63 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 6.63 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 6.63 [+0.00] # 6.63 [+0.00] Note: # 6.64 [+0.00] This tool is targeted for network developers! You should # 6.64 [+0.00] be aware of what you are doing and what these options above # 6.64 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 6.64 [+0.00] # 6.64 [+0.00] Please report bugs to # 6.64 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 6.64 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 6.64 [+0.00] Swiss federal institute of technology (ETH Zurich) # 6.65 [+0.00] License: GNU GPL version 2.0 # 6.65 [+0.00] This is free software: you are free to change and redistribute it. # 6.65 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 6.65 [+0.00] # 8.64 [+1.99] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 8.64 [+0.00] # 8.64 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 8.64 [+0.00] http://www.netsniff-ng.org # 8.64 [+0.00] # 8.64 [+0.00] Usage: mausezahn [options] [interface] || # 8.65 [+0.00] Options: # 8.65 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 8.65 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 8.65 [+0.00] -4 IPv4 mode (default) # 8.65 [+0.00] -6 IPv6 mode # 8.65 [+0.00] -R Set socket priority # 8.66 [+0.00] -c Send packet count times, default:1, infinite:0 # 8.66 [+0.00] -d Apply delay between transmissions. The delay value can be # 8.66 [+0.00] specified in usec (default, no additional unit needed), or in # 8.66 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 8.67 [+0.00] -r Multiplies the specified delay with a random value # 8.67 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 8.67 [+0.00] -a Use specified source mac address, no matter what has # 8.67 [+0.00] been specified with other arguments; keywords see below, # 8.67 [+0.00] Default is own interface # 8.68 [+0.00] -b Same with destination mac address; keywords: # 8.68 [+0.00] rand Use a random MAC address # 8.68 [+0.00] bc Use a broadcast MAC address # 8.68 [+0.00] own Use own interface MAC address (default for source MAC) # 8.68 [+0.00] stp Use IEEE 802.1d STP multicast address # 8.69 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 8.69 [+0.00] -A Use specified source IP address (default is own interface IP) # 8.69 [+0.00] -B Send packet to specified destination IP or domain name # 8.69 [+0.00] -P Use the specified ASCII payload # 8.69 [+0.00] -f Read the ASCII payload from a file # 8.70 [+0.00] -F Read the hexadecimal payload from a file # 8.70 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 8.70 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 8.70 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 8.71 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 8.71 [+0.00] encapsulations in lower layers, most packet types allow/require # 8.71 [+0.00] additional packet-specific arguments in an ; # 8.71 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 8.72 [+0.00] dns, rtp, syslog, lldp and more; # 8.72 [+0.00] For context-help use 'help' as ! # 8.72 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 8.72 [+0.00] Enter -T help or -T rtp help for further information # 8.73 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 8.73 [+0.00] -V|VV|... Verbose and more verbose mode # 8.73 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 8.73 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 8.73 [+0.00] typically combined with one of the verbose modes (v or V) # 8.74 [+0.00] -v Show version # 8.74 [+0.00] -h Print this help # 8.74 [+0.00] # 8.74 [+0.00] Examples: # 8.74 [+0.00] mausezahn -x 99 # 8.74 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 8.74 [+0.00] mausezahn -t cdp change -c 0 # 8.74 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 8.75 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 8.75 [+0.00] # 8.75 [+0.00] Note: # 8.75 [+0.00] This tool is targeted for network developers! You should # 8.75 [+0.00] be aware of what you are doing and what these options above # 8.75 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 8.75 [+0.00] # 8.75 [+0.00] Please report bugs to # 8.76 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 8.76 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 8.76 [+0.00] Swiss federal institute of technology (ETH Zurich) # 8.76 [+0.00] License: GNU GPL version 2.0 # 8.76 [+0.00] This is free software: you are free to change and redistribute it. # 8.76 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 8.77 [+0.00] # 10.88 [+2.11] TEST: RPF IPv4 [FAIL] # 10.88 [+0.00] Packets not trapped due to RPF check # 10.98 [+0.10] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 10.98 [+0.00] # 10.98 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 10.99 [+0.00] http://www.netsniff-ng.org # 10.99 [+0.00] # 10.99 [+0.00] Usage: mausezahn [options] [interface] || # 10.99 [+0.00] Options: # 10.99 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 10.99 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 10.99 [+0.00] -4 IPv4 mode (default) # 10.99 [+0.00] -6 IPv6 mode # 10.99 [+0.00] -R Set socket priority # 11.00 [+0.00] -c Send packet count times, default:1, infinite:0 # 11.00 [+0.00] -d Apply delay between transmissions. The delay value can be # 11.00 [+0.00] specified in usec (default, no additional unit needed), or in # 11.00 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 11.00 [+0.00] -r Multiplies the specified delay with a random value # 11.01 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 11.01 [+0.00] -a Use specified source mac address, no matter what has # 11.01 [+0.00] been specified with other arguments; keywords see below, # 11.01 [+0.00] Default is own interface # 11.01 [+0.00] -b Same with destination mac address; keywords: # 11.01 [+0.00] rand Use a random MAC address # 11.02 [+0.00] bc Use a broadcast MAC address # 11.02 [+0.00] own Use own interface MAC address (default for source MAC) # 11.02 [+0.00] stp Use IEEE 802.1d STP multicast address # 11.02 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 11.02 [+0.00] -A Use specified source IP address (default is own interface IP) # 11.02 [+0.00] -B Send packet to specified destination IP or domain name # 11.03 [+0.00] -P Use the specified ASCII payload # 11.03 [+0.00] -f Read the ASCII payload from a file # 11.03 [+0.00] -F Read the hexadecimal payload from a file # 11.03 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 11.03 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 11.03 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 11.04 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 11.04 [+0.00] encapsulations in lower layers, most packet types allow/require # 11.04 [+0.00] additional packet-specific arguments in an ; # 11.04 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 11.04 [+0.00] dns, rtp, syslog, lldp and more; # 11.05 [+0.00] For context-help use 'help' as ! # 11.05 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 11.05 [+0.00] Enter -T help or -T rtp help for further information # 11.05 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 11.05 [+0.00] -V|VV|... Verbose and more verbose mode # 11.05 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 11.06 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 11.06 [+0.00] typically combined with one of the verbose modes (v or V) # 11.06 [+0.00] -v Show version # 11.06 [+0.00] -h Print this help # 11.06 [+0.00] # 11.06 [+0.00] Examples: # 11.06 [+0.00] mausezahn -x 99 # 11.06 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 11.06 [+0.00] mausezahn -t cdp change -c 0 # 11.06 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 11.07 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 11.07 [+0.00] # 11.07 [+0.00] Note: # 11.07 [+0.00] This tool is targeted for network developers! You should # 11.07 [+0.00] be aware of what you are doing and what these options above # 11.07 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 11.07 [+0.00] # 11.07 [+0.00] Please report bugs to # 11.07 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 11.07 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 11.08 [+0.00] Swiss federal institute of technology (ETH Zurich) # 11.08 [+0.00] License: GNU GPL version 2.0 # 11.08 [+0.00] This is free software: you are free to change and redistribute it. # 11.08 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 11.08 [+0.00] # 13.16 [+2.08] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 13.16 [+0.00] # 13.16 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 13.16 [+0.00] http://www.netsniff-ng.org # 13.16 [+0.00] # 13.17 [+0.00] Usage: mausezahn [options] [interface] || # 13.17 [+0.00] Options: # 13.17 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 13.17 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 13.17 [+0.00] -4 IPv4 mode (default) # 13.17 [+0.00] -6 IPv6 mode # 13.18 [+0.00] -R Set socket priority # 13.18 [+0.00] -c Send packet count times, default:1, infinite:0 # 13.18 [+0.00] -d Apply delay between transmissions. The delay value can be # 13.18 [+0.00] specified in usec (default, no additional unit needed), or in # 13.18 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 13.19 [+0.00] -r Multiplies the specified delay with a random value # 13.19 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 13.19 [+0.00] -a Use specified source mac address, no matter what has # 13.20 [+0.00] been specified with other arguments; keywords see below, # 13.20 [+0.00] Default is own interface # 13.20 [+0.00] -b Same with destination mac address; keywords: # 13.20 [+0.00] rand Use a random MAC address # 13.20 [+0.00] bc Use a broadcast MAC address # 13.20 [+0.00] own Use own interface MAC address (default for source MAC) # 13.21 [+0.00] stp Use IEEE 802.1d STP multicast address # 13.21 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 13.21 [+0.00] -A Use specified source IP address (default is own interface IP) # 13.21 [+0.00] -B Send packet to specified destination IP or domain name # 13.21 [+0.00] -P Use the specified ASCII payload # 13.21 [+0.00] -f Read the ASCII payload from a file # 13.22 [+0.00] -F Read the hexadecimal payload from a file # 13.22 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 13.22 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 13.22 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 13.22 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 13.22 [+0.00] encapsulations in lower layers, most packet types allow/require # 13.23 [+0.00] additional packet-specific arguments in an ; # 13.23 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 13.23 [+0.00] dns, rtp, syslog, lldp and more; # 13.23 [+0.00] For context-help use 'help' as ! # 13.23 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 13.23 [+0.00] Enter -T help or -T rtp help for further information # 13.24 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 13.24 [+0.00] -V|VV|... Verbose and more verbose mode # 13.24 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 13.24 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 13.24 [+0.00] typically combined with one of the verbose modes (v or V) # 13.25 [+0.00] -v Show version # 13.25 [+0.00] -h Print this help # 13.25 [+0.00] # 13.25 [+0.00] Examples: # 13.25 [+0.00] mausezahn -x 99 # 13.25 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 13.25 [+0.00] mausezahn -t cdp change -c 0 # 13.25 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 13.25 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 13.25 [+0.00] # 13.25 [+0.00] Note: # 13.25 [+0.00] This tool is targeted for network developers! You should # 13.26 [+0.00] be aware of what you are doing and what these options above # 13.26 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 13.26 [+0.00] # 13.26 [+0.00] Please report bugs to # 13.26 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 13.26 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 13.26 [+0.00] Swiss federal institute of technology (ETH Zurich) # 13.26 [+0.00] License: GNU GPL version 2.0 # 13.27 [+0.00] This is free software: you are free to change and redistribute it. # 13.27 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 13.27 [+0.00] # 15.38 [+2.11] TEST: RPF IPv6 [FAIL] # 15.38 [+0.00] Packets not trapped due to RPF check # 15.44 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 15.44 [+0.00] # 15.44 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 15.45 [+0.00] http://www.netsniff-ng.org # 15.45 [+0.00] # 15.45 [+0.00] Usage: mausezahn [options] [interface] || # 15.45 [+0.00] Options: # 15.45 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 15.45 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 15.46 [+0.00] -4 IPv4 mode (default) # 15.46 [+0.00] -6 IPv6 mode # 15.46 [+0.00] -R Set socket priority # 15.46 [+0.00] -c Send packet count times, default:1, infinite:0 # 15.46 [+0.00] -d Apply delay between transmissions. The delay value can be # 15.46 [+0.00] specified in usec (default, no additional unit needed), or in # 15.47 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 15.47 [+0.00] -r Multiplies the specified delay with a random value # 15.47 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 15.47 [+0.00] -a Use specified source mac address, no matter what has # 15.48 [+0.00] been specified with other arguments; keywords see below, # 15.48 [+0.00] Default is own interface # 15.48 [+0.00] -b Same with destination mac address; keywords: # 15.48 [+0.00] rand Use a random MAC address # 15.48 [+0.00] bc Use a broadcast MAC address # 15.49 [+0.00] own Use own interface MAC address (default for source MAC) # 15.49 [+0.00] stp Use IEEE 802.1d STP multicast address # 15.49 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 15.49 [+0.00] -A Use specified source IP address (default is own interface IP) # 15.50 [+0.00] -B Send packet to specified destination IP or domain name # 15.50 [+0.00] -P Use the specified ASCII payload # 15.50 [+0.00] -f Read the ASCII payload from a file # 15.50 [+0.00] -F Read the hexadecimal payload from a file # 15.50 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 15.51 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 15.51 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 15.51 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 15.51 [+0.00] encapsulations in lower layers, most packet types allow/require # 15.52 [+0.00] additional packet-specific arguments in an ; # 15.52 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 15.52 [+0.00] dns, rtp, syslog, lldp and more; # 15.52 [+0.00] For context-help use 'help' as ! # 15.52 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 15.53 [+0.00] Enter -T help or -T rtp help for further information # 15.53 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 15.53 [+0.00] -V|VV|... Verbose and more verbose mode # 15.54 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 15.54 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 15.54 [+0.00] typically combined with one of the verbose modes (v or V) # 15.55 [+0.00] -v Show version # 15.55 [+0.00] -h Print this help # 15.55 [+0.00] # 15.55 [+0.00] Examples: # 15.55 [+0.00] mausezahn -x 99 # 15.55 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 15.55 [+0.00] mausezahn -t cdp change -c 0 # 15.55 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 15.56 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 15.56 [+0.00] # 15.56 [+0.00] Note: # 15.56 [+0.00] This tool is targeted for network developers! You should # 15.56 [+0.00] be aware of what you are doing and what these options above # 15.56 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 15.56 [+0.00] # 15.56 [+0.00] Please report bugs to # 15.56 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 15.57 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 15.57 [+0.00] Swiss federal institute of technology (ETH Zurich) # 15.57 [+0.00] License: GNU GPL version 2.0 # 15.57 [+0.00] This is free software: you are free to change and redistribute it. # 15.57 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 15.57 [+0.00] # 15.61 [+0.03] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 15.61 [+0.00] # 15.61 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 15.61 [+0.00] http://www.netsniff-ng.org # 15.61 [+0.00] # 15.61 [+0.00] Usage: mausezahn [options] [interface] || # 15.62 [+0.00] Options: # 15.62 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 15.62 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 15.62 [+0.00] -4 IPv4 mode (default) # 15.62 [+0.00] -6 IPv6 mode # 15.62 [+0.00] -R Set socket priority # 15.62 [+0.00] -c Send packet count times, default:1, infinite:0 # 15.63 [+0.00] -d Apply delay between transmissions. The delay value can be # 15.63 [+0.00] specified in usec (default, no additional unit needed), or in # 15.63 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 15.63 [+0.00] -r Multiplies the specified delay with a random value # 15.64 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 15.64 [+0.00] -a Use specified source mac address, no matter what has # 15.64 [+0.00] been specified with other arguments; keywords see below, # 15.64 [+0.00] Default is own interface # 15.64 [+0.00] -b Same with destination mac address; keywords: # 15.65 [+0.00] rand Use a random MAC address # 15.65 [+0.00] bc Use a broadcast MAC address # 15.65 [+0.00] own Use own interface MAC address (default for source MAC) # 15.65 [+0.00] stp Use IEEE 802.1d STP multicast address # 15.65 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 15.65 [+0.00] -A Use specified source IP address (default is own interface IP) # 15.66 [+0.00] -B Send packet to specified destination IP or domain name # 15.66 [+0.00] -P Use the specified ASCII payload # 15.66 [+0.00] -f Read the ASCII payload from a file # 15.66 [+0.00] -F Read the hexadecimal payload from a file # 15.66 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 15.66 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 15.67 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 15.67 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 15.67 [+0.00] encapsulations in lower layers, most packet types allow/require # 15.67 [+0.00] additional packet-specific arguments in an ; # 15.67 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 15.67 [+0.00] dns, rtp, syslog, lldp and more; # 15.68 [+0.00] For context-help use 'help' as ! # 15.68 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 15.68 [+0.00] Enter -T help or -T rtp help for further information # 15.68 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 15.68 [+0.00] -V|VV|... Verbose and more verbose mode # 15.68 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 15.69 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 15.69 [+0.00] typically combined with one of the verbose modes (v or V) # 15.69 [+0.00] -v Show version # 15.69 [+0.00] -h Print this help # 15.69 [+0.00] # 15.69 [+0.00] Examples: # 15.69 [+0.00] mausezahn -x 99 # 15.69 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 15.69 [+0.00] mausezahn -t cdp change -c 0 # 15.69 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 15.70 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 15.70 [+0.00] # 15.70 [+0.00] Note: # 15.70 [+0.00] This tool is targeted for network developers! You should # 15.70 [+0.00] be aware of what you are doing and what these options above # 15.70 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 15.70 [+0.00] # 15.70 [+0.00] Please report bugs to # 15.70 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 15.71 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 15.71 [+0.00] Swiss federal institute of technology (ETH Zurich) # 15.71 [+0.00] License: GNU GPL version 2.0 # 15.71 [+0.00] This is free software: you are free to change and redistribute it. # 15.71 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 15.71 [+0.00] # 17.78 [+2.07] TEST: Unresolved queue IPv4 [FAIL] # 17.78 [+0.00] Multicast not received on second host # 17.85 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 17.85 [+0.00] # 17.85 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 17.85 [+0.00] http://www.netsniff-ng.org # 17.85 [+0.00] # 17.85 [+0.00] Usage: mausezahn [options] [interface] || # 17.86 [+0.00] Options: # 17.86 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 17.86 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 17.86 [+0.00] -4 IPv4 mode (default) # 17.86 [+0.00] -6 IPv6 mode # 17.86 [+0.00] -R Set socket priority # 17.86 [+0.00] -c Send packet count times, default:1, infinite:0 # 17.87 [+0.00] -d Apply delay between transmissions. The delay value can be # 17.87 [+0.00] specified in usec (default, no additional unit needed), or in # 17.87 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 17.87 [+0.00] -r Multiplies the specified delay with a random value # 17.88 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 17.88 [+0.00] -a Use specified source mac address, no matter what has # 17.88 [+0.00] been specified with other arguments; keywords see below, # 17.88 [+0.00] Default is own interface # 17.88 [+0.00] -b Same with destination mac address; keywords: # 17.88 [+0.00] rand Use a random MAC address # 17.89 [+0.00] bc Use a broadcast MAC address # 17.89 [+0.00] own Use own interface MAC address (default for source MAC) # 17.89 [+0.00] stp Use IEEE 802.1d STP multicast address # 17.89 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 17.89 [+0.00] -A Use specified source IP address (default is own interface IP) # 17.89 [+0.00] -B Send packet to specified destination IP or domain name # 17.90 [+0.00] -P Use the specified ASCII payload # 17.90 [+0.00] -f Read the ASCII payload from a file # 17.90 [+0.00] -F Read the hexadecimal payload from a file # 17.90 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 17.90 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 17.91 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 17.91 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 17.91 [+0.00] encapsulations in lower layers, most packet types allow/require # 17.91 [+0.00] additional packet-specific arguments in an ; # 17.92 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 17.92 [+0.00] dns, rtp, syslog, lldp and more; # 17.92 [+0.00] For context-help use 'help' as ! # 17.92 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 17.92 [+0.00] Enter -T help or -T rtp help for further information # 17.93 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 17.93 [+0.00] -V|VV|... Verbose and more verbose mode # 17.93 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 17.93 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 17.93 [+0.00] typically combined with one of the verbose modes (v or V) # 17.94 [+0.00] -v Show version # 17.94 [+0.00] -h Print this help # 17.94 [+0.00] # 17.94 [+0.00] Examples: # 17.94 [+0.00] mausezahn -x 99 # 17.94 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 17.94 [+0.00] mausezahn -t cdp change -c 0 # 17.94 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 17.94 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 17.95 [+0.00] # 17.95 [+0.00] Note: # 17.95 [+0.00] This tool is targeted for network developers! You should # 17.95 [+0.00] be aware of what you are doing and what these options above # 17.95 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 17.95 [+0.00] # 17.95 [+0.00] Please report bugs to # 17.95 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 17.95 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 17.95 [+0.00] Swiss federal institute of technology (ETH Zurich) # 17.96 [+0.00] License: GNU GPL version 2.0 # 17.96 [+0.00] This is free software: you are free to change and redistribute it. # 17.96 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 17.96 [+0.00] # 18.02 [+0.06] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 18.02 [+0.00] # 18.02 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 18.02 [+0.00] http://www.netsniff-ng.org # 18.02 [+0.00] # 18.02 [+0.00] Usage: mausezahn [options] [interface] || # 18.03 [+0.00] Options: # 18.03 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 18.03 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 18.03 [+0.00] -4 IPv4 mode (default) # 18.03 [+0.00] -6 IPv6 mode # 18.03 [+0.00] -R Set socket priority # 18.03 [+0.00] -c Send packet count times, default:1, infinite:0 # 18.04 [+0.00] -d Apply delay between transmissions. The delay value can be # 18.04 [+0.00] specified in usec (default, no additional unit needed), or in # 18.04 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 18.04 [+0.00] -r Multiplies the specified delay with a random value # 18.04 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 18.05 [+0.00] -a Use specified source mac address, no matter what has # 18.05 [+0.00] been specified with other arguments; keywords see below, # 18.05 [+0.00] Default is own interface # 18.05 [+0.00] -b Same with destination mac address; keywords: # 18.05 [+0.00] rand Use a random MAC address # 18.05 [+0.00] bc Use a broadcast MAC address # 18.05 [+0.00] own Use own interface MAC address (default for source MAC) # 18.06 [+0.00] stp Use IEEE 802.1d STP multicast address # 18.06 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 18.06 [+0.00] -A Use specified source IP address (default is own interface IP) # 18.06 [+0.00] -B Send packet to specified destination IP or domain name # 18.06 [+0.00] -P Use the specified ASCII payload # 18.07 [+0.00] -f Read the ASCII payload from a file # 18.07 [+0.00] -F Read the hexadecimal payload from a file # 18.07 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 18.07 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 18.08 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 18.08 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 18.08 [+0.00] encapsulations in lower layers, most packet types allow/require # 18.08 [+0.00] additional packet-specific arguments in an ; # 18.08 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 18.09 [+0.00] dns, rtp, syslog, lldp and more; # 18.09 [+0.00] For context-help use 'help' as ! # 18.09 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 18.09 [+0.00] Enter -T help or -T rtp help for further information # 18.09 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 18.10 [+0.00] -V|VV|... Verbose and more verbose mode # 18.10 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 18.10 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 18.10 [+0.00] typically combined with one of the verbose modes (v or V) # 18.10 [+0.00] -v Show version # 18.10 [+0.00] -h Print this help # 18.11 [+0.00] # 18.11 [+0.00] Examples: # 18.11 [+0.00] mausezahn -x 99 # 18.11 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 18.11 [+0.00] mausezahn -t cdp change -c 0 # 18.11 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 18.11 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 18.11 [+0.00] # 18.11 [+0.00] Note: # 18.11 [+0.00] This tool is targeted for network developers! You should # 18.12 [+0.00] be aware of what you are doing and what these options above # 18.12 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 18.12 [+0.00] # 18.12 [+0.00] Please report bugs to # 18.12 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 18.12 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 18.13 [+0.00] Swiss federal institute of technology (ETH Zurich) # 18.13 [+0.00] License: GNU GPL version 2.0 # 18.13 [+0.00] This is free software: you are free to change and redistribute it. # 18.13 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 18.13 [+0.00] # 20.10 [+1.96] TEST: Unresolved queue IPv6 [FAIL] # 20.10 [+0.00] Multicast not received on second host not ok 1 selftests: net/forwarding: router_multicast.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__->