Home
last modified time | relevance | path

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

/external/ltp/testcases/network/dhcp/
Ddhcp_lib.sh18 iface0="ltp_veth0"
52 ip li add $iface0 type veth peer name $iface1 || \
53 tst_brk TBROK "failed to add veth $iface0"
56 ip li set up $iface0 || tst_brk TBROK "failed to bring $iface0 up"
67 tst_res TINFO "add $ip_addr to $iface0"
68 ip addr add $ip_addr dev $iface0 || \
87 [ $veth_added ] && ip li del $iface0
99 tst_res TINFO "starting DHCPv$TST_IPVER server on $iface0"
Ddnsmasq_tests.sh13 --log-facility=./tst_dnsmasq.log --interface=$iface0 \
Ddhcpd_tests.sh34 dhcpd -lf tst_hdcpd.lease -$TST_IPVER $iface0 > tst_dhcpd.err 2>&1