Home
last modified time | relevance | path

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

/external/ltp/testcases/network/dhcp/
Ddhcp_lib.sh17 iface0="ltp_veth0"
55 ip li add $iface0 type veth peer name $iface1 || \
56 tst_brk TBROK "failed to add veth $iface0"
59 ip li set up $iface0 || tst_brk TBROK "failed to bring $iface0 up"
71 tst_res TINFO "add $ip_addr to $iface0"
72 ip addr add $ip_addr dev $iface0 || \
99 [ $veth_added ] && ip li del $iface0
117 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