1 # 2 # Stress test for interface 3 # 4 5 if4-addr-change_ifconfig if4-addr-change 6 7 if4-updown_ip if-updown -c ip 8 if4-updown_ifconfig if-updown -c ifconfig 9 if4-addr-adddel_ip if-addr-adddel -c ip 10 if4-addr-adddel_ifconfig if-addr-adddel -c ifconfig 11 if4-addr-addlarge_ip if-addr-addlarge -c ip 12 if4-addr-addlarge_ifconfig if-addr-addlarge -c ifconfig 13 if4-route-adddel_ip if-route-adddel -c ip 14 if4-route-adddel_route if-route-adddel -c route 15 if4-route-addlarge_ip if-route-addlarge -c ip 16 if4-route-addlarge_route if-route-addlarge -c route 17 if4-mtu-change_ip if-mtu-change -c ip 18 if4-mtu-change_ifconfig if-mtu-change -c ifconfig 19 20 if6-updown_ip if-updown -6 -c ip 21 if6-updown_ifconfig if-updown -6 -c ifconfig 22 if6-addr-adddel_ip if-addr-adddel -6 -c ip 23 if6-addr-adddel_ifconfig if-addr-adddel -6 -c ifconfig 24 if6-addr-addlarge_ip if-addr-addlarge -6 -c ip 25 if6-addr-addlarge_ifconfig if-addr-addlarge -6 -c ifconfig 26 if6-route-adddel_ip if-route-adddel -6 -c ip 27 if6-route-adddel_route if-route-adddel -6 -c route 28 if6-route-addlarge_ip if-route-addlarge -6 -c ip 29 if6-route-addlarge_route if-route-addlarge -6 -c route 30 if6-mtu-change_ip if-mtu-change -6 -c ip 31 if6-mtu-change_ifconfig if-mtu-change -6 -c ifconfig 32