Home
last modified time | relevance | path

Searched refs:iface0 (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/network/dhcp/
H A Ddhcp_lib.sh14 iface0="ltp_veth0"
58 ip link add $iface0 type veth peer name $iface1 || \
59 tst_brk TBROK "failed to add veth $iface0"
62 ip link set up $iface0 || tst_brk TBROK "failed to bring $iface0 up"
74 tst_res TINFO "add $ip_addr to $iface0"
75 ip addr add $ip_addr dev $iface0 || \
102 [ $veth_added ] && ip link del $iface0
120 tst_res TINFO "starting DHCPv$TST_IPVER server on $iface0"
H A Ddnsmasq_tests.sh47 --log-facility=$log --interface=$iface0 \
H A Ddhcpd_tests.sh42 dhcpd -lf $lease_file -$TST_IPVER $iface0 > $log 2>&1

Completed in 2 milliseconds