Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/dhcp/
Ddhcp_lib.sh17 iface0="ltp_veth0"
61 ip link add $iface0 type veth peer name $iface1 || \
62 tst_brk TBROK "failed to add veth $iface0"
65 ip link set up $iface0 || tst_brk TBROK "failed to bring $iface0 up"
77 tst_res TINFO "add $ip_addr to $iface0"
78 ip addr add $ip_addr dev $iface0 || \
105 [ $veth_added ] && ip link del $iface0
123 tst_res TINFO "starting DHCPv$TST_IPVER server on $iface0"
Ddnsmasq_tests.sh19 --log-facility=$log --interface=$iface0 \
Ddhcpd_tests.sh43 dhcpd -lf $lease_file -$TST_IPVER $iface0 > $log 2>&1