Home
last modified time | relevance | path

Searched refs:dstip (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/
H A Drtnetlink.sh752 dstip=192.168.123.2
766 ipsecid="proto esp src $srcip dst $dstip spi 0x07"
769 $algo sel src $srcip/24 dst $dstip/24
772 lines=`ip x s list | grep $srcip | grep $dstip | wc -l`
779 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l`
790 ipsecsel="dir out src $srcip/24 dst $dstip/24"
792 tmpl proto esp src $srcip dst $dstip \
796 lines=`ip x p list | grep $srcip | grep $dstip | wc -l`
803 lines=`ip x p get $ipsecsel | grep $srcip | grep $dstip | wc -l`
852 dstip=192.168.123.4
[all …]
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dnft_flowtable.sh352 local dstip=$3
360 ip netns exec $nsa nc -w 4 "$dstip" "$dstport" < "$nsin" > "$ns1out" &