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.12 [+6.12] TEST: mcast IPv4 [ OK ] # 6.37 [+0.25] TEST: mcast IPv6 [ OK ] # 6.48 [+0.10] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 6.48 [+0.00] # 6.48 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 6.48 [+0.00] http://www.netsniff-ng.org # 6.48 [+0.00] # 6.48 [+0.00] Usage: mausezahn [options] [interface] || # 6.49 [+0.00] Options: # 6.49 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 6.49 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 6.49 [+0.00] -4 IPv4 mode (default) # 6.49 [+0.00] -6 IPv6 mode # 6.49 [+0.00] -R Set socket priority # 6.49 [+0.00] -c Send packet count times, default:1, infinite:0 # 6.50 [+0.00] -d Apply delay between transmissions. The delay value can be # 6.50 [+0.00] specified in usec (default, no additional unit needed), or in # 6.50 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 6.50 [+0.00] -r Multiplies the specified delay with a random value # 6.51 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 6.51 [+0.00] -a Use specified source mac address, no matter what has # 6.51 [+0.00] been specified with other arguments; keywords see below, # 6.51 [+0.00] Default is own interface # 6.51 [+0.00] -b Same with destination mac address; keywords: # 6.51 [+0.00] rand Use a random MAC address # 6.52 [+0.00] bc Use a broadcast MAC address # 6.52 [+0.00] own Use own interface MAC address (default for source MAC) # 6.52 [+0.00] stp Use IEEE 802.1d STP multicast address # 6.52 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 6.53 [+0.00] -A Use specified source IP address (default is own interface IP) # 6.53 [+0.00] -B Send packet to specified destination IP or domain name # 6.53 [+0.00] -P Use the specified ASCII payload # 6.53 [+0.00] -f Read the ASCII payload from a file # 6.53 [+0.00] -F Read the hexadecimal payload from a file # 6.54 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 6.54 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 6.54 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 6.55 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 6.55 [+0.00] encapsulations in lower layers, most packet types allow/require # 6.55 [+0.00] additional packet-specific arguments in an ; # 6.55 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 6.56 [+0.00] dns, rtp, syslog, lldp and more; # 6.56 [+0.00] For context-help use 'help' as ! # 6.56 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 6.57 [+0.00] Enter -T help or -T rtp help for further information # 6.57 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 6.57 [+0.00] -V|VV|... Verbose and more verbose mode # 6.57 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 6.58 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 6.58 [+0.00] typically combined with one of the verbose modes (v or V) # 6.58 [+0.00] -v Show version # 6.58 [+0.00] -h Print this help # 6.59 [+0.00] # 6.59 [+0.00] Examples: # 6.59 [+0.00] mausezahn -x 99 # 6.59 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 6.59 [+0.00] mausezahn -t cdp change -c 0 # 6.59 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 6.59 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 6.60 [+0.00] # 6.60 [+0.00] Note: # 6.60 [+0.00] This tool is targeted for network developers! You should # 6.60 [+0.00] be aware of what you are doing and what these options above # 6.60 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 6.60 [+0.00] # 6.60 [+0.00] Please report bugs to # 6.60 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 6.61 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 6.61 [+0.00] Swiss federal institute of technology (ETH Zurich) # 6.61 [+0.00] License: GNU GPL version 2.0 # 6.61 [+0.00] This is free software: you are free to change and redistribute it. # 6.61 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 6.62 [+0.00] # 8.56 [+1.94] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 8.56 [+0.00] # 8.56 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 8.57 [+0.00] http://www.netsniff-ng.org # 8.57 [+0.00] # 8.57 [+0.00] Usage: mausezahn [options] [interface] || # 8.57 [+0.00] Options: # 8.57 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 8.57 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 8.58 [+0.00] -4 IPv4 mode (default) # 8.58 [+0.00] -6 IPv6 mode # 8.58 [+0.00] -R Set socket priority # 8.58 [+0.00] -c Send packet count times, default:1, infinite:0 # 8.58 [+0.00] -d Apply delay between transmissions. The delay value can be # 8.59 [+0.00] specified in usec (default, no additional unit needed), or in # 8.59 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 8.59 [+0.00] -r Multiplies the specified delay with a random value # 8.59 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 8.60 [+0.00] -a Use specified source mac address, no matter what has # 8.60 [+0.00] been specified with other arguments; keywords see below, # 8.60 [+0.00] Default is own interface # 8.60 [+0.00] -b Same with destination mac address; keywords: # 8.61 [+0.00] rand Use a random MAC address # 8.61 [+0.00] bc Use a broadcast MAC address # 8.61 [+0.00] own Use own interface MAC address (default for source MAC) # 8.61 [+0.00] stp Use IEEE 802.1d STP multicast address # 8.61 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 8.62 [+0.00] -A Use specified source IP address (default is own interface IP) # 8.62 [+0.00] -B Send packet to specified destination IP or domain name # 8.62 [+0.00] -P Use the specified ASCII payload # 8.62 [+0.00] -f Read the ASCII payload from a file # 8.62 [+0.00] -F Read the hexadecimal payload from a file # 8.63 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 8.63 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 8.63 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 8.63 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 8.64 [+0.00] encapsulations in lower layers, most packet types allow/require # 8.64 [+0.00] additional packet-specific arguments in an ; # 8.64 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 8.64 [+0.00] dns, rtp, syslog, lldp and more; # 8.64 [+0.00] For context-help use 'help' as ! # 8.64 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 8.65 [+0.00] Enter -T help or -T rtp help for further information # 8.65 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 8.65 [+0.00] -V|VV|... Verbose and more verbose mode # 8.65 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 8.66 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 8.66 [+0.00] typically combined with one of the verbose modes (v or V) # 8.66 [+0.00] -v Show version # 8.66 [+0.00] -h Print this help # 8.66 [+0.00] # 8.66 [+0.00] Examples: # 8.66 [+0.00] mausezahn -x 99 # 8.66 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 8.67 [+0.00] mausezahn -t cdp change -c 0 # 8.67 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 8.67 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 8.67 [+0.00] # 8.67 [+0.00] Note: # 8.67 [+0.00] This tool is targeted for network developers! You should # 8.67 [+0.00] be aware of what you are doing and what these options above # 8.67 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 8.68 [+0.00] # 8.68 [+0.00] Please report bugs to # 8.68 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 8.68 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 8.68 [+0.00] Swiss federal institute of technology (ETH Zurich) # 8.68 [+0.00] License: GNU GPL version 2.0 # 8.68 [+0.00] This is free software: you are free to change and redistribute it. # 8.69 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 8.69 [+0.00] # 10.71 [+2.02] TEST: RPF IPv4 [FAIL] # 10.71 [+0.00] Packets not trapped due to RPF check # 10.82 [+0.11] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 10.82 [+0.00] # 10.82 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 10.82 [+0.00] http://www.netsniff-ng.org # 10.82 [+0.00] # 10.82 [+0.00] Usage: mausezahn [options] [interface] || # 10.82 [+0.00] Options: # 10.82 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 10.83 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 10.83 [+0.00] -4 IPv4 mode (default) # 10.83 [+0.00] -6 IPv6 mode # 10.83 [+0.00] -R Set socket priority # 10.83 [+0.00] -c Send packet count times, default:1, infinite:0 # 10.84 [+0.00] -d Apply delay between transmissions. The delay value can be # 10.84 [+0.00] specified in usec (default, no additional unit needed), or in # 10.84 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 10.84 [+0.00] -r Multiplies the specified delay with a random value # 10.85 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 10.85 [+0.00] -a Use specified source mac address, no matter what has # 10.85 [+0.00] been specified with other arguments; keywords see below, # 10.85 [+0.00] Default is own interface # 10.85 [+0.00] -b Same with destination mac address; keywords: # 10.86 [+0.00] rand Use a random MAC address # 10.86 [+0.00] bc Use a broadcast MAC address # 10.86 [+0.00] own Use own interface MAC address (default for source MAC) # 10.86 [+0.00] stp Use IEEE 802.1d STP multicast address # 10.86 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 10.87 [+0.00] -A Use specified source IP address (default is own interface IP) # 10.87 [+0.00] -B Send packet to specified destination IP or domain name # 10.87 [+0.00] -P Use the specified ASCII payload # 10.87 [+0.00] -f Read the ASCII payload from a file # 10.87 [+0.00] -F Read the hexadecimal payload from a file # 10.88 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 10.88 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 10.88 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 10.88 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 10.89 [+0.00] encapsulations in lower layers, most packet types allow/require # 10.89 [+0.00] additional packet-specific arguments in an ; # 10.89 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 10.89 [+0.00] dns, rtp, syslog, lldp and more; # 10.89 [+0.00] For context-help use 'help' as ! # 10.90 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 10.90 [+0.00] Enter -T help or -T rtp help for further information # 10.90 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 10.90 [+0.00] -V|VV|... Verbose and more verbose mode # 10.91 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 10.91 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 10.91 [+0.00] typically combined with one of the verbose modes (v or V) # 10.91 [+0.00] -v Show version # 10.91 [+0.00] -h Print this help # 10.92 [+0.00] # 10.92 [+0.00] Examples: # 10.92 [+0.00] mausezahn -x 99 # 10.92 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 10.92 [+0.00] mausezahn -t cdp change -c 0 # 10.92 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 10.92 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 10.92 [+0.00] # 10.92 [+0.00] Note: # 10.92 [+0.00] This tool is targeted for network developers! You should # 10.92 [+0.00] be aware of what you are doing and what these options above # 10.93 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 10.93 [+0.00] # 10.93 [+0.00] Please report bugs to # 10.93 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 10.93 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 10.93 [+0.00] Swiss federal institute of technology (ETH Zurich) # 10.93 [+0.00] License: GNU GPL version 2.0 # 10.93 [+0.00] This is free software: you are free to change and redistribute it. # 10.94 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 10.94 [+0.00] # 12.90 [+1.96] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 12.90 [+0.00] # 12.90 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 12.90 [+0.00] http://www.netsniff-ng.org # 12.91 [+0.00] # 12.91 [+0.00] Usage: mausezahn [options] [interface] || # 12.91 [+0.00] Options: # 12.91 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 12.91 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 12.91 [+0.00] -4 IPv4 mode (default) # 12.92 [+0.00] -6 IPv6 mode # 12.92 [+0.00] -R Set socket priority # 12.92 [+0.00] -c Send packet count times, default:1, infinite:0 # 12.92 [+0.00] -d Apply delay between transmissions. The delay value can be # 12.92 [+0.00] specified in usec (default, no additional unit needed), or in # 12.93 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 12.93 [+0.00] -r Multiplies the specified delay with a random value # 12.93 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 12.93 [+0.00] -a Use specified source mac address, no matter what has # 12.93 [+0.00] been specified with other arguments; keywords see below, # 12.94 [+0.00] Default is own interface # 12.94 [+0.00] -b Same with destination mac address; keywords: # 12.94 [+0.00] rand Use a random MAC address # 12.94 [+0.00] bc Use a broadcast MAC address # 12.94 [+0.00] own Use own interface MAC address (default for source MAC) # 12.95 [+0.00] stp Use IEEE 802.1d STP multicast address # 12.95 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 12.95 [+0.00] -A Use specified source IP address (default is own interface IP) # 12.95 [+0.00] -B Send packet to specified destination IP or domain name # 12.95 [+0.00] -P Use the specified ASCII payload # 12.96 [+0.00] -f Read the ASCII payload from a file # 12.96 [+0.00] -F Read the hexadecimal payload from a file # 12.96 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 12.96 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 12.96 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 12.97 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 12.97 [+0.00] encapsulations in lower layers, most packet types allow/require # 12.97 [+0.00] additional packet-specific arguments in an ; # 12.97 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 12.98 [+0.00] dns, rtp, syslog, lldp and more; # 12.98 [+0.00] For context-help use 'help' as ! # 12.98 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 12.98 [+0.00] Enter -T help or -T rtp help for further information # 12.98 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 12.99 [+0.00] -V|VV|... Verbose and more verbose mode # 12.99 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 12.99 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 13.00 [+0.00] typically combined with one of the verbose modes (v or V) # 13.00 [+0.00] -v Show version # 13.00 [+0.00] -h Print this help # 13.00 [+0.00] # 13.00 [+0.00] Examples: # 13.00 [+0.00] mausezahn -x 99 # 13.00 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 13.00 [+0.00] mausezahn -t cdp change -c 0 # 13.00 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 13.01 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 13.01 [+0.00] # 13.01 [+0.00] Note: # 13.01 [+0.00] This tool is targeted for network developers! You should # 13.01 [+0.00] be aware of what you are doing and what these options above # 13.01 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 13.01 [+0.00] # 13.01 [+0.00] Please report bugs to # 13.01 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 13.02 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 13.02 [+0.00] Swiss federal institute of technology (ETH Zurich) # 13.02 [+0.00] License: GNU GPL version 2.0 # 13.02 [+0.00] This is free software: you are free to change and redistribute it. # 13.02 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 13.02 [+0.00] # 15.03 [+2.00] TEST: RPF IPv6 [FAIL] # 15.03 [+0.00] Packets not trapped due to RPF check # 15.10 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 15.10 [+0.00] # 15.10 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 15.10 [+0.00] http://www.netsniff-ng.org # 15.10 [+0.00] # 15.10 [+0.00] Usage: mausezahn [options] [interface] || # 15.11 [+0.00] Options: # 15.11 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 15.11 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 15.11 [+0.00] -4 IPv4 mode (default) # 15.11 [+0.00] -6 IPv6 mode # 15.12 [+0.00] -R Set socket priority # 15.12 [+0.00] -c Send packet count times, default:1, infinite:0 # 15.12 [+0.00] -d Apply delay between transmissions. The delay value can be # 15.12 [+0.00] specified in usec (default, no additional unit needed), or in # 15.13 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 15.13 [+0.00] -r Multiplies the specified delay with a random value # 15.13 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 15.13 [+0.00] -a Use specified source mac address, no matter what has # 15.13 [+0.00] been specified with other arguments; keywords see below, # 15.14 [+0.00] Default is own interface # 15.14 [+0.00] -b Same with destination mac address; keywords: # 15.14 [+0.00] rand Use a random MAC address # 15.14 [+0.00] bc Use a broadcast MAC address # 15.15 [+0.00] own Use own interface MAC address (default for source MAC) # 15.15 [+0.00] stp Use IEEE 802.1d STP multicast address # 15.15 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 15.15 [+0.00] -A Use specified source IP address (default is own interface IP) # 15.16 [+0.00] -B Send packet to specified destination IP or domain name # 15.16 [+0.00] -P Use the specified ASCII payload # 15.16 [+0.00] -f Read the ASCII payload from a file # 15.16 [+0.00] -F Read the hexadecimal payload from a file # 15.16 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 15.17 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 15.17 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 15.17 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 15.18 [+0.00] encapsulations in lower layers, most packet types allow/require # 15.18 [+0.00] additional packet-specific arguments in an ; # 15.18 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 15.19 [+0.00] dns, rtp, syslog, lldp and more; # 15.19 [+0.00] For context-help use 'help' as ! # 15.19 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 15.19 [+0.00] Enter -T help or -T rtp help for further information # 15.20 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 15.20 [+0.00] -V|VV|... Verbose and more verbose mode # 15.20 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 15.20 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 15.21 [+0.00] typically combined with one of the verbose modes (v or V) # 15.21 [+0.00] -v Show version # 15.21 [+0.00] -h Print this help # 15.21 [+0.00] # 15.21 [+0.00] Examples: # 15.21 [+0.00] mausezahn -x 99 # 15.21 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 15.22 [+0.00] mausezahn -t cdp change -c 0 # 15.22 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 15.22 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 15.22 [+0.00] # 15.22 [+0.00] Note: # 15.22 [+0.00] This tool is targeted for network developers! You should # 15.23 [+0.00] be aware of what you are doing and what these options above # 15.23 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 15.23 [+0.00] # 15.23 [+0.00] Please report bugs to # 15.23 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 15.23 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 15.24 [+0.00] Swiss federal institute of technology (ETH Zurich) # 15.24 [+0.00] License: GNU GPL version 2.0 # 15.24 [+0.00] This is free software: you are free to change and redistribute it. # 15.24 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 15.24 [+0.00] # 15.24 [+0.00] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 15.25 [+0.00] # 15.25 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 15.25 [+0.00] http://www.netsniff-ng.org # 15.25 [+0.00] # 15.25 [+0.00] Usage: mausezahn [options] [interface] || # 15.25 [+0.00] Options: # 15.26 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 15.26 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 15.26 [+0.00] -4 IPv4 mode (default) # 15.26 [+0.00] -6 IPv6 mode # 15.26 [+0.00] -R Set socket priority # 15.26 [+0.00] -c Send packet count times, default:1, infinite:0 # 15.27 [+0.00] -d Apply delay between transmissions. The delay value can be # 15.27 [+0.00] specified in usec (default, no additional unit needed), or in # 15.27 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 15.28 [+0.00] -r Multiplies the specified delay with a random value # 15.28 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 15.28 [+0.00] -a Use specified source mac address, no matter what has # 15.28 [+0.00] been specified with other arguments; keywords see below, # 15.29 [+0.00] Default is own interface # 15.29 [+0.00] -b Same with destination mac address; keywords: # 15.29 [+0.00] rand Use a random MAC address # 15.29 [+0.00] bc Use a broadcast MAC address # 15.29 [+0.00] own Use own interface MAC address (default for source MAC) # 15.30 [+0.00] stp Use IEEE 802.1d STP multicast address # 15.30 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 15.30 [+0.00] -A Use specified source IP address (default is own interface IP) # 15.31 [+0.00] -B Send packet to specified destination IP or domain name # 15.31 [+0.00] -P Use the specified ASCII payload # 15.31 [+0.00] -f Read the ASCII payload from a file # 15.31 [+0.00] -F Read the hexadecimal payload from a file # 15.31 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 15.31 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 15.32 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 15.32 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 15.32 [+0.00] encapsulations in lower layers, most packet types allow/require # 15.32 [+0.00] additional packet-specific arguments in an ; # 15.32 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 15.33 [+0.00] dns, rtp, syslog, lldp and more; # 15.33 [+0.00] For context-help use 'help' as ! # 15.33 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 15.33 [+0.00] Enter -T help or -T rtp help for further information # 15.34 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 15.34 [+0.00] -V|VV|... Verbose and more verbose mode # 15.34 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 15.34 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 15.35 [+0.00] typically combined with one of the verbose modes (v or V) # 15.35 [+0.00] -v Show version # 15.35 [+0.00] -h Print this help # 15.35 [+0.00] # 15.35 [+0.00] Examples: # 15.35 [+0.00] mausezahn -x 99 # 15.35 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 15.36 [+0.00] mausezahn -t cdp change -c 0 # 15.36 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 15.36 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 15.36 [+0.00] # 15.36 [+0.00] Note: # 15.36 [+0.00] This tool is targeted for network developers! You should # 15.36 [+0.00] be aware of what you are doing and what these options above # 15.36 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 15.37 [+0.00] # 15.37 [+0.00] Please report bugs to # 15.37 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 15.37 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 15.37 [+0.00] Swiss federal institute of technology (ETH Zurich) # 15.37 [+0.00] License: GNU GPL version 2.0 # 15.37 [+0.00] This is free software: you are free to change and redistribute it. # 15.37 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 15.38 [+0.00] # 17.28 [+1.91] TEST: Unresolved queue IPv4 [FAIL] # 17.28 [+0.00] Multicast not received on second host # 17.36 [+0.07] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 17.36 [+0.00] # 17.36 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 17.36 [+0.00] http://www.netsniff-ng.org # 17.36 [+0.00] # 17.36 [+0.00] Usage: mausezahn [options] [interface] || # 17.36 [+0.00] Options: # 17.36 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 17.37 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 17.37 [+0.00] -4 IPv4 mode (default) # 17.37 [+0.00] -6 IPv6 mode # 17.37 [+0.00] -R Set socket priority # 17.37 [+0.00] -c Send packet count times, default:1, infinite:0 # 17.37 [+0.00] -d Apply delay between transmissions. The delay value can be # 17.38 [+0.00] specified in usec (default, no additional unit needed), or in # 17.38 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 17.38 [+0.00] -r Multiplies the specified delay with a random value # 17.38 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 17.39 [+0.00] -a Use specified source mac address, no matter what has # 17.39 [+0.00] been specified with other arguments; keywords see below, # 17.39 [+0.00] Default is own interface # 17.39 [+0.00] -b Same with destination mac address; keywords: # 17.39 [+0.00] rand Use a random MAC address # 17.39 [+0.00] bc Use a broadcast MAC address # 17.40 [+0.00] own Use own interface MAC address (default for source MAC) # 17.40 [+0.00] stp Use IEEE 802.1d STP multicast address # 17.40 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 17.40 [+0.00] -A Use specified source IP address (default is own interface IP) # 17.40 [+0.00] -B Send packet to specified destination IP or domain name # 17.41 [+0.00] -P Use the specified ASCII payload # 17.41 [+0.00] -f Read the ASCII payload from a file # 17.41 [+0.00] -F Read the hexadecimal payload from a file # 17.41 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 17.41 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 17.42 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 17.42 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 17.42 [+0.00] encapsulations in lower layers, most packet types allow/require # 17.42 [+0.00] additional packet-specific arguments in an ; # 17.43 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 17.43 [+0.00] dns, rtp, syslog, lldp and more; # 17.43 [+0.00] For context-help use 'help' as ! # 17.43 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 17.43 [+0.00] Enter -T help or -T rtp help for further information # 17.44 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 17.44 [+0.00] -V|VV|... Verbose and more verbose mode # 17.44 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 17.44 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 17.44 [+0.00] typically combined with one of the verbose modes (v or V) # 17.45 [+0.00] -v Show version # 17.45 [+0.00] -h Print this help # 17.45 [+0.00] # 17.45 [+0.00] Examples: # 17.45 [+0.00] mausezahn -x 99 # 17.45 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 17.45 [+0.00] mausezahn -t cdp change -c 0 # 17.45 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 17.45 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 17.46 [+0.00] # 17.46 [+0.00] Note: # 17.46 [+0.00] This tool is targeted for network developers! You should # 17.46 [+0.00] be aware of what you are doing and what these options above # 17.46 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 17.46 [+0.00] # 17.46 [+0.00] Please report bugs to # 17.46 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 17.46 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 17.47 [+0.00] Swiss federal institute of technology (ETH Zurich) # 17.47 [+0.00] License: GNU GPL version 2.0 # 17.47 [+0.00] This is free software: you are free to change and redistribute it. # 17.47 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 17.47 [+0.00] # 17.47 [+0.00] mz/getopts: libnet_init() failed (libnet_check_iface() ioctl: No such device) Invalid command line parameters! # 17.48 [+0.00] # 17.48 [+0.00] mausezahn 0.6.8+, a fast versatile traffic generator # 17.48 [+0.00] http://www.netsniff-ng.org # 17.48 [+0.00] # 17.48 [+0.00] Usage: mausezahn [options] [interface] || # 17.48 [+0.00] Options: # 17.48 [+0.00] -x Interactive mode with telnet CLI, default port: 25542 # 17.48 [+0.00] -l Listen address to bind to when in interactive mode, default: 0.0.0.0 # 17.48 [+0.00] -4 IPv4 mode (default) # 17.49 [+0.00] -6 IPv6 mode # 17.49 [+0.00] -R Set socket priority # 17.49 [+0.00] -c Send packet count times, default:1, infinite:0 # 17.49 [+0.00] -d Apply delay between transmissions. The delay value can be # 17.49 [+0.00] specified in usec (default, no additional unit needed), or in # 17.49 [+0.00] msec (e.g. 100m or 100msec), or in seconds (e.g. 100s or 100sec) # 17.50 [+0.00] -r Multiplies the specified delay with a random value # 17.50 [+0.00] -p Pad the raw frame to specified length (using random bytes) # 17.50 [+0.00] -a Use specified source mac address, no matter what has # 17.50 [+0.00] been specified with other arguments; keywords see below, # 17.51 [+0.00] Default is own interface # 17.51 [+0.00] -b Same with destination mac address; keywords: # 17.51 [+0.00] rand Use a random MAC address # 17.51 [+0.00] bc Use a broadcast MAC address # 17.51 [+0.00] own Use own interface MAC address (default for source MAC) # 17.51 [+0.00] stp Use IEEE 802.1d STP multicast address # 17.52 [+0.00] cisco Use Cisco multicast address as used for CDP, VTP, or PVST+ # 17.52 [+0.00] -A Use specified source IP address (default is own interface IP) # 17.52 [+0.00] -B Send packet to specified destination IP or domain name # 17.52 [+0.00] -P Use the specified ASCII payload # 17.52 [+0.00] -f Read the ASCII payload from a file # 17.53 [+0.00] -F Read the hexadecimal payload from a file # 17.53 [+0.00] -Q <[CoS:]vlan> Specify 802.1Q VLAN tag and optional Class of Service, you can # 17.53 [+0.00] specify multiple 802.1Q VLAN tags (QinQ...) by separating them # 17.53 [+0.00] via a comma or a period (e.g. '5:10,20,2:30') # 17.53 [+0.00] -t Specify packet type for autobuild (you don't need to care for # 17.54 [+0.00] encapsulations in lower layers, most packet types allow/require # 17.54 [+0.00] additional packet-specific arguments in an ; # 17.54 [+0.00] Currently supported types: arp, bpdu, cdp, ip, icmp, udp, tcp, # 17.54 [+0.00] dns, rtp, syslog, lldp and more; # 17.55 [+0.00] For context-help use 'help' as ! # 17.55 [+0.00] -T Specify packet type for server mode, currently only rtp is supported; # 17.55 [+0.00] Enter -T help or -T rtp help for further information # 17.55 [+0.00] -M Insert a MPLS label, enter '-M help' for a syntax description # 17.55 [+0.00] -V|VV|... Verbose and more verbose mode # 17.55 [+0.00] -q Quiet mode, even omit 'important' standard short messages # 17.56 [+0.00] -S Simulation mode: DOES NOT put anything on the wire, this is # 17.56 [+0.00] typically combined with one of the verbose modes (v or V) # 17.56 [+0.00] -v Show version # 17.56 [+0.00] -h Print this help # 17.56 [+0.00] # 17.56 [+0.00] Examples: # 17.56 [+0.00] mausezahn -x 99 # 17.56 [+0.00] mausezahn -c 0 -d 2s -t bpdu conf # 17.57 [+0.00] mausezahn -t cdp change -c 0 # 17.57 [+0.00] mausezahn -t syslog sev=3 -P "You have been mausezahned." -A 10.1.1.109 -B 192.168.7.7 # 17.57 [+0.00] mausezahn eth0 -A rand -B 1.1.1.1 -c 0 -t tcp "dp=1-1023, flags=syn" # 17.57 [+0.00] # 17.57 [+0.00] Note: # 17.57 [+0.00] This tool is targeted for network developers! You should # 17.57 [+0.00] be aware of what you are doing and what these options above # 17.58 [+0.00] mean! Only use this tool in an isolated LAN that you own! # 17.58 [+0.00] # 17.58 [+0.00] Please report bugs to # 17.58 [+0.00] Copyright (C) 2008-2010 Herbert Haas , # 17.58 [+0.00] Copyright (C) 2011 Daniel Borkmann , # 17.58 [+0.00] Swiss federal institute of technology (ETH Zurich) # 17.58 [+0.00] License: GNU GPL version 2.0 # 17.58 [+0.00] This is free software: you are free to change and redistribute it. # 17.59 [+0.00] There is NO WARRANTY, to the extent permitted by law. # 17.59 [+0.00] # 19.53 [+1.95] TEST: Unresolved queue IPv6 [FAIL] # 19.54 [+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__->