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