Searched refs:forwarding (Results 1 – 25 of 139) sorted by relevance
123456
13 Initial packets follow the classic forwarding path, once the flow enters the19 output netdevice via neigh_xmit(), hence, they bypass the classic forwarding31 follow the classic forwarding path unless the user explicitly instruct packets32 to use this new alternative forwarding path via nftables policy.34 This is represented in Fig.1, which describes the classic forwarding path71 through the classic forwarding path. The TTL is decremented before calling72 neigh_xmit(). Fragmented traffic is passed up to follow the classic forwarding104 forwarding bypass.
20 use of statically-configured forwarding entries.33 entry in the forwarding table. The destination port number is set to48 forwarding table using the new bridge command.50 1. Create forwarding table entry::54 2. Delete forwarding table entry::58 3. Show forwarding table::
12 possible to configure forwarding for label values equal to or20 label will be recognized by the kernel and mpls forwarding
11 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)66 sysctl -q -w net.ipv6.conf.all.forwarding=179 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING95 sysctl -q -w net.ipv4.conf.ipt.forwarding=1100 sysctl -q -w net.ipv4.conf.ve1.forwarding=1131 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1137 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
130 ip netns exec ns1 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null131 ip netns exec ns2 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null132 ip netns exec ns3 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null133 ip netns exec ns4 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null134 ip netns exec ns5 sysctl net.ipv6.conf.all.forwarding=1 > /dev/null
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 …]
2 forwarding.config
29 if [[ -f $relative_path/forwarding.config ]]; then738 sysctl_set net.ipv4.conf.all.forwarding 1739 sysctl_set net.ipv6.conf.all.forwarding 1744 sysctl_restore net.ipv6.conf.all.forwarding745 sysctl_restore net.ipv4.conf.all.forwarding
82 ip netns exec ns0 sysctl -q net.ipv4.conf.veth0.forwarding=183 ip netns exec ns0 sysctl -q net.ipv4.conf.veth1.forwarding=1
335 ip netns exec ${nsrouter} sysctl net.ipv6.conf.all.forwarding=1 > /dev/null336 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null337 ip netns exec ${nsrouter} sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
384 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null485 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null486 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null585 ip netns exec "$ns0" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null666 ip netns exec "$ns0" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null667 ip netns exec "$ns0" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null
7 lib_dir=$(dirname $0)/../../../net/forwarding
11 source ../../../net/forwarding/lib.sh12 source ../../../net/forwarding/devlink_lib.sh
5 lib_dir=$(dirname $0)/../../../net/forwarding
8 lib_dir=$(dirname $0)/../../../net/forwarding
4 lib_dir=$(dirname $0)/../../../../net/forwarding
4 lib_dir=$(dirname $0)/forwarding
221 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0225 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1302 h[12]) ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=0306 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
87 ip netns exec ${ns} sysctl -qw net.ipv6.conf.all.forwarding=188 ip netns exec ${ns} sysctl -qw net.ipv6.conf.default.forwarding=1
84 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=088 ip netns exec $ns sysctl -q -w net.ipv6.conf.all.forwarding=1
4 lib_dir=$(dirname $0)/../../../net/forwarding