Lines Matching full:ipv4
102 echo 0 > /proc/sys/net/ipv4/conf/default/rp_filter
103 echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
104 echo 0 > /proc/sys/net/ipv4/conf/lo/rp_filter
106 echo "Testing IPv4..."
111 # Send 10 IPv4/UDP packets from port 8. Filter should not drop any.
113 # Send 10 IPv4/UDP packets from port 9. Filter should drop all.
115 # Send 10 IPv4/UDP packets from port 10. Filter should not drop any.
119 # Send 10 IPv4/IPv4/UDP packets from port 8. Filter should not drop any.
122 # Send 10 IPv4/IPv4/UDP packets from port 9. Filter should drop all.
125 # Send 10 IPv4/IPv4/UDP packets from port 10. Filter should not drop any.
129 echo "Testing IPv4 + GRE..."
130 # Send 10 IPv4/GRE/IPv4/UDP packets from port 8. Filter should not drop any.
133 # Send 10 IPv4/GRE/IPv4/UDP packets from port 9. Filter should drop all.
136 # Send 10 IPv4/GRE/IPv4/UDP packets from port 10. Filter should not drop any.
147 # Send 10 IPv4/UDP packets from port 7. Filter should not drop any.
149 # Send 10 IPv4/UDP packets from port 9. Filter should drop all.
151 # Send 10 IPv4/UDP packets from port 11. Filter should not drop any.