HomeSort by: relevance | last modified time | path
    Searched refs:ifconfig (Results 1 - 25 of 114) sorted by relevancy

1 2 3 4 5

  /src/etc/rc.d/
pflogd 20 if ! ifconfig pflog0 >/dev/null 2>&1; then
21 ifconfig pflog0 create
24 ifconfig pflog0 up
downinterfaces 17 tmp=$(ifconfig -lu)
31 ifconfig $int down
  /src/tests/sbin/ifconfig/
t_repeated_updown.sh 33 atf_set "descr" "Test with ifconfig(8) that repeated up/down " \
48 for i in $(ifconfig -l); do
51 ifconfig -s $i
55 ifconfig $i up
60 ifconfig $i down
62 ifconfig $i up
67 ifconfig $i $state
t_tap.sh 45 ifconfig "tap$tap"
52 ifconfig "tap$tap" create
64 ifconfig "tap$tap"
67 ifconfig "tap$tap" destroy
86 ifconfig tap99999 create
91 ifconfig tap99999
94 ifconfig tap99999 destroy
t_repeated_scan.sh 33 atf_set "descr" "Test with ifconfig(8) that repeated 802.11 " \
52 for i in $(ifconfig -l); do
55 ifconfig -s $i
60 ifconfig $i up
69 ifconfig $i list scan >/dev/null 2>&1
78 ifconfig $i list scan >/dev/null 2>&1
82 ifconfig $i $state
t_bridge.sh 44 ifconfig "bridge$bridge" >/dev/null 2>&1
51 ifconfig "bridge$bridge" create
62 ifconfig "bridge$bridge" destroy >/dev/null 2>&1
t_repeated_mtu.sh 34 atf_set "descr" "Check with ifconfig(8) that setting MTUs works"
49 for i in $(ifconfig -l); do
51 mtu=$(ifconfig $i | grep "mtu" | sed "s/.*mtu //")
59 echo "Request: ifconfig $i mtu $j"
60 ifconfig $i mtu $j >/dev/null 2>&1
63 ifconfig $i mtu $mtu
t_repeated_link_addr.sh 33 atf_set "descr" "Check with ifconfig(8) that " \
59 for i in $(ifconfig -l); do
62 addr=$(ifconfig $i | grep "address")
70 ifconfig -s $i
74 ifconfig $i up
80 echo "Request: ifconfig $i link $j active"
81 ifconfig $i link $j active
87 if [ -z "$(ifconfig $i | grep $j)" ]; then
94 # From the ifconfig(8) manual page:
99 ifconfig $i link $addr activ
    [all...]
t_woptions.sh 41 atf_set "descr" "Test with ifconfig(8) that setting " \
57 for i in $(ifconfig -l); do
65 ifconfig -s $i
72 mm=$(ifconfig $i | grep "chan")
80 ifconfig $i chan $j >/dev/null 2>&1
82 ifconfig $i -chan $j >/dev/null 2>&1
86 ifconfig $i chan $m >/dev/null 2>&1
90 ifconfig $i $state
104 atf_set "descr" "Test with ifconfig(8) that setting " \
118 for i in $(ifconfig -l); d
    [all...]
  /src/etc/powerd/scripts/
acadapter 17 for intf in $(/sbin/ifconfig -l); do
18 /sbin/ifconfig $intf -powersave >/dev/null 2>&1
44 for intf in $(/sbin/ifconfig -l); do
45 /sbin/ifconfig $intf powersave >/dev/null 2>&1
  /src/tests/net/net/
t_ipv6_lifetime.sh 54 atf_check -s exit:0 rump.ifconfig shmif0 up
57 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip
58 $DEBUG && rump.ifconfig -L shmif0
59 atf_check -s exit:0 -o not-match:'pltime' rump.ifconfig -L shmif0
60 atf_check -s exit:0 -o not-match:'vltime' rump.ifconfig -L shmif0
61 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip delete
64 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $ip pltime $time
65 $DEBUG && rump.ifconfig -L shmif0
66 atf_check -s exit:0 -o match:'pltime' rump.ifconfig -L shmif0
67 atf_check -s exit:0 -o match:'vltime infty' rump.ifconfig -L shmif
    [all...]
t_ipaddress.sh 43 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip/24
44 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
45 atf_check -s exit:0 -o ignore rump.ifconfig -w 10
53 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip delete
61 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip/24
62 atf_check -s exit:0 -o ignore rump.ifconfig -w 10
70 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 $ip delete
90 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 inet6 $ip
91 atf_check -s exit:0 -o ignore rump.ifconfig shmif0 up
92 atf_check -s exit:0 -o ignore rump.ifconfig -w 1
    [all...]
  /src/tests/net/if/
t_ifconfig.sh 44 atf_set "descr" "tests of ifconfig create and destroy"
55 atf_check -s exit:0 rump.ifconfig shmif0 create
56 atf_check -s exit:0 rump.ifconfig shmif0 destroy
59 atf_check -s exit:0 rump.ifconfig shmif0 create
60 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbus
61 atf_check -s exit:0 rump.ifconfig shmif0 192.168.0.1/24
62 atf_check -s exit:0 rump.ifconfig shmif0 up
63 atf_check -s exit:0 rump.ifconfig shmif0 destroy
66 atf_check -s exit:0 rump.ifconfig shmif0 create
67 atf_check -s exit:0 rump.ifconfig shmif0 linkstr shmbu
    [all...]
  /src/distrib/utils/embedded/
usermode 45 bridging=$(ifconfig tap0 | awk '$1 == "inet" { print $2 }')
48 *) interface=$(ifconfig -l | awk '{print $1}')
49 sudo ifconfig tap0 create up
50 sudo ifconfig bridge0 create
  /src/distrib/utils/x_ifconfig/
Makefile 2 # Build a smaller ifconfig (i.e. for boot media)
12 PROG= ifconfig
13 SRCDIR= ${.CURDIR}/../../../sbin/ifconfig
  /src/usr.sbin/sliplogin/
slip.login 19 /sbin/ifconfig sl${UNIT} inet ${LOCALADDR} ${REMOTEADDR} netmask ${NETMASK} \
  /src/tests/net/if_bridge/
t_bridge.sh 53 atf_check -s exit:0 rump.ifconfig shmif0 inet6 ${addr}
55 atf_check -s exit:0 rump.ifconfig shmif0 inet ${addr} netmask 0xffffff00
58 atf_check -s exit:0 rump.ifconfig shmif0 up
59 $DEBUG && rump.ifconfig shmif0
70 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
84 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
85 atf_check -s exit:0 -o match:shmif1 rump.ifconfig
94 atf_check -s exit:0 -o match:shmif0 rump.ifconfig
95 atf_check -s exit:0 -o match:shmif1 rump.ifconfig
104 atf_check -s exit:0 rump.ifconfig shmif0 u
    [all...]
  /src/tests/net/if_tun/
t_tun.sh 92 atf_check -s exit:0 rump.ifconfig shmif0 create
93 atf_check -s exit:0 rump.ifconfig shmif0 linkstr $BUS
94 atf_check -s exit:0 rump.ifconfig shmif0 ${IP_LOCAL}/24 up
95 atf_check -s exit:0 rump.ifconfig -w 10
99 atf_check -s exit:0 rump.ifconfig shmif0 create
100 atf_check -s exit:0 rump.ifconfig shmif0 linkstr $BUS
101 atf_check -s exit:0 rump.ifconfig shmif0 ${IP_REMOTE}/24 up
102 atf_check -s exit:0 rump.ifconfig -w 10
105 atf_check -s exit:0 rump.ifconfig tun0 create
106 atf_check -s exit:0 rump.ifconfig tun0 ${IP_LOCAL} ${IP_REMOTE} u
    [all...]
  /src/tests/net/mpls/
t_ldp_regen.sh 52 rump.ifconfig shmif1 10.0.5.1/24 alias
54 rump.ifconfig -w 60
71 atf_check -s exit:0 rump.ifconfig shmif0 create
72 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
73 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.1/24
74 atf_check -s exit:0 rump.ifconfig mpls0 create up
82 atf_check -s exit:0 rump.ifconfig shmif0 create
83 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
84 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.2/24
85 atf_check -s exit:0 rump.ifconfig shmif1 creat
    [all...]
t_mpls_fw.sh 52 atf_check -s exit:0 rump.ifconfig shmif0 create
53 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
54 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.1/24
55 atf_check -s exit:0 rump.ifconfig mpls0 create up
63 atf_check -s exit:0 rump.ifconfig shmif0 create
64 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
65 atf_check -s exit:0 rump.ifconfig shmif0 10.0.1.2/24
66 atf_check -s exit:0 rump.ifconfig shmif1 create
67 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom2
68 atf_check -s exit:0 rump.ifconfig shmif1 10.0.2.1/2
    [all...]
t_mpls_fw6.sh 54 atf_check -s exit:0 rump.ifconfig shmif0 create
55 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
56 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias
57 atf_check -s exit:0 rump.ifconfig mpls0 create up
66 atf_check -s exit:0 rump.ifconfig shmif0 create
67 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
68 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alias
69 atf_check -s exit:0 rump.ifconfig shmif1 create
70 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom2
71 atf_check -s exit:0 rump.ifconfig shmif1 inet6 fd00:1234:0:1::1/64 alia
    [all...]
t_mpls_fw64.sh 50 atf_check -s exit:0 rump.ifconfig shmif0 create
51 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
52 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::1/64 alias
53 atf_check -s exit:0 rump.ifconfig mpls0 create up
62 atf_check -s exit:0 rump.ifconfig shmif0 create
63 atf_check -s exit:0 rump.ifconfig shmif0 linkstr ./shdom1
64 atf_check -s exit:0 rump.ifconfig shmif0 inet6 fd00:1234::2/64 alias
65 atf_check -s exit:0 rump.ifconfig shmif1 create
66 atf_check -s exit:0 rump.ifconfig shmif1 linkstr ./shdom2
67 atf_check -s exit:0 rump.ifconfig shmif1 inet6 fd00:1234:0:1::1/64 alia
    [all...]
  /src/tests/net/if_tap/
t_tap.sh 83 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL
84 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL
85 atf_check -s exit:0 rump.ifconfig shmif0 up
86 atf_check -s exit:0 rump.ifconfig -w 10
90 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_REMOTE
91 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_REMOTE
92 atf_check -s exit:0 rump.ifconfig shmif0 up
93 atf_check -s exit:0 rump.ifconfig -w 10
99 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL delete
100 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL delet
    [all...]
  /src/tests/net/if_shmif/
t_shmif.sh 36 atf_set "descr" "tests of ifconfig media on shmif"
49 # After ifconfig linkstr, the state becomes UP
52 -o not-match:"<UP" rump.ifconfig -v shmif0
53 atf_check rump.ifconfig shmif0 up
56 -o match:"<UP" rump.ifconfig -v shmif0
57 # ifconfig media none makes the state DOWN
58 atf_check rump.ifconfig shmif0 media none
61 -o match:"<UP" rump.ifconfig -v shmif0
62 # ifconfig media auto makes the state UP
63 atf_check rump.ifconfig shmif0 media aut
    [all...]
  /src/tests/net/if_vether/
t_vether.sh 82 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL
83 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL
84 atf_check -s exit:0 rump.ifconfig shmif0 up
85 atf_check -s exit:0 rump.ifconfig -w 10
88 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_REMOTE
89 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_REMOTE
90 atf_check -s exit:0 rump.ifconfig shmif0 up
91 atf_check -s exit:0 rump.ifconfig -w 10
97 atf_check -s exit:0 rump.ifconfig shmif0 $IP4_LOCAL delete
98 atf_check -s exit:0 rump.ifconfig shmif0 inet6 $IP6_LOCAL delet
    [all...]

Completed in 57 milliseconds

1 2 3 4 5