Searched refs:DSTIF (Results 1 – 2 of 2) sorted by relevance
17 DSTIF="" # to be populated later60 DSTIF=$(find "$NSIM2"/net -maxdepth 1 -type d ! \67 local DSTIF_IFIDX=$(cat /sys/class/net/"$DSTIF"/ifindex)73 ip link set "${DSTIF}" netns "${NAMESPACE}"86 ip netns exec "${NAMESPACE}" ip addr add "${DSTIP}"/24 dev "${DSTIF}"87 ip netns exec "${NAMESPACE}" ip link set "${DSTIF}" up129 ip link show "${DSTIF}" | awk '/ether/ {print $2}')175 ip link show "${DSTIF}" | awk '/ether/ {print $2}')334 if ip link show "${DSTIF}" 2> /dev/null; then335 echo "SKIP: interface ${DSTIF} exists in the system. Not overwriting it." >&2
101 export DSTIF="${BOND_RX_MAIN_IF}"161 ip -n "${RXNS}" addr add "${DSTIP}"/24 dev "${DSTIF}"162 ip -n "${RXNS}" link set "${DSTIF}" up