| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | nf_flowtable.rst | 13 Initial packets follow the classic forwarding path, once the flow enters the 19 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding 31 follow the classic forwarding path unless the user explicitly instruct packets 32 to use this new alternative forwarding path via nftables policy. 34 This is represented in Fig.1, which describes the classic forwarding path 71 through the classic forwarding path. The TTL is decremented before calling 72 neigh_xmit(). Fragmented traffic is passed up to follow the classic forwarding 104 forwarding bypass.
|
| H A D | vxlan.rst | 20 use of statically-configured forwarding entries. 33 entry in the forwarding table. The destination port number is set to 48 forwarding table using the new bridge command. 50 1. Create forwarding table entry:: 54 2. Delete forwarding table entry:: 58 3. Show forwarding table::
|
| H A D | mpls-sysctl.rst | 12 possible to configure forwarding for label values equal to or 20 label will be recognized by the kernel and mpls forwarding
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | tc_l2_redirect.sh | 11 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding) 66 sysctl -q -w net.ipv6.conf.all.forwarding=1 79 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING 95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1 100 sysctl -q -w net.ipv4.conf.ve1.forwarding=1 131 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1 137 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
|
| /OK3568_Linux_fs/buildroot/package/radvd/ |
| H A D | S50radvd | 13 [ -f /proc/sys/net/ipv6/conf/all/forwarding ] || { 20 echo "1" > /proc/sys/net/ipv6/conf/all/forwarding
|
| /OK3568_Linux_fs/kernel/net/decnet/ |
| H A D | dn_dev.c | 173 .data = (void *)DN_DEV_PARMS_OFFSET(forwarding), 260 old = dn_db->parms.forwarding; in dn_forwarding_proc() 265 if (dn_db->parms.forwarding < 0) in dn_forwarding_proc() 266 dn_db->parms.forwarding = 0; in dn_forwarding_proc() 267 if (dn_db->parms.forwarding > 2) in dn_forwarding_proc() 268 dn_db->parms.forwarding = 2; in dn_forwarding_proc() 275 tmp = dn_db->parms.forwarding; in dn_forwarding_proc() 276 dn_db->parms.forwarding = old; in dn_forwarding_proc() 279 dn_db->parms.forwarding = tmp; in dn_forwarding_proc() 939 *ptr++ = dn_db->parms.forwarding == 1 ? in dn_send_router_hello() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_lwt_seg6local.sh | 130 ip netns exec ns1 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 131 ip netns exec ns2 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 132 ip netns exec ns3 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 133 ip netns exec ns4 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 134 ip netns exec ns5 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/radvd/files/ |
| H A D | radvd.init | 81 echo 1 > /proc/sys/net/ipv6/conf/all/forwarding 121 echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | ip6_forward_instats_vrf.sh | 130 sysctl -qw net.ipv6.conf.all.forwarding=0 133 sysctl -qw net.ipv6.conf.all.forwarding=1
|
| H A D | .gitignore | 2 forwarding.config
|
| H A D | lib.sh | 29 if [[ -f $relative_path/forwarding.config ]]; then 746 sysctl_set net.ipv4.conf.all.forwarding 1 747 sysctl_set net.ipv6.conf.all.forwarding 1 752 sysctl_restore net.ipv6.conf.all.forwarding 753 sysctl_restore net.ipv4.conf.all.forwarding
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | bridge_brouter.sh | 82 ip netns exec ns0 sysctl -q net.ipv4.conf.veth0.forwarding=1 83 ip netns exec ns0 sysctl -q net.ipv4.conf.veth1.forwarding=1
|
| H A D | nft_nat.sh | 423 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 524 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null 525 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null 624 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 705 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null 706 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
|
| H A D | nft_queue.sh | 335 ip netns exec ${nsrouter} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null 336 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null 337 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | sharedbuffer.sh | 11 source ../../../net/forwarding/lib.sh 12 source ../../../net/forwarding/devlink_lib.sh
|
| H A D | sch_tbf_prio.sh | 7 lib_dir=$(dirname $0)/../../../net/forwarding
|
| H A D | sch_tbf_root.sh | 7 lib_dir=$(dirname $0)/../../../net/forwarding
|
| H A D | sch_tbf_ets.sh | 7 lib_dir=$(dirname $0)/../../../net/forwarding
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | 0001-net-http-httputil-avoid-query-parameter-smuggling.patch | 8 Change ReverseProxy to avoid forwarding ignored query parameters. 15 This change preserves the existing behavior of forwarding the 125 + // query parameters before forwarding.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | vrf_route_leaking.sh | 221 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0 225 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1 302 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0 306 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
|
| H A D | traceroute.sh | 87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=1 88 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1
|
| /OK3568_Linux_fs/buildroot/package/igmpproxy/ |
| H A D | Config.in | 8 for simple forwarding of Multicast traffic
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/ |
| H A D | resource_scale.sh | 4 lib_dir=$(dirname $0)/../../../../net/forwarding
|
| /OK3568_Linux_fs/buildroot/package/norm/ |
| H A D | Config.in | 13 multicast routing and forwarding services.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
| H A D | resource_scale.sh | 4 lib_dir=$(dirname $0)/../../../../net/forwarding
|