Searched refs:forwarding (Results 1 – 25 of 254) sorted by relevance
1234567891011
16 forwarding.config19 ../../../net/forwarding/bridge_locked_port.sh \20 ../../../net/forwarding/bridge_mdb.sh \21 ../../../net/forwarding/bridge_mld.sh \22 ../../../net/forwarding/bridge_vlan_aware.sh \23 ../../../net/forwarding/bridge_vlan_mcast.sh \25 ../../../net/forwarding/lib.sh \26 ../../../net/forwarding/local_termination.sh \27 ../../../net/forwarding/no_forwarding.sh \28 ../../../net/forwarding/tc_actions.sh \[all …]
7 source "$libdir"/forwarding.config8 cd "$libdir"/../../../net/forwarding/ || exit 1
66 local forwarding=$386 ${ROUTER_CONF}.forwarding=${forwarding}142 local forwarding=$3148 [ ${forwarding} -eq 1 ]; then
15 Once the first packet of the flow successfully goes through the IP forwarding22 classic IP forwarding path (the visible effect is that you do not see these25 follows the classic IP forwarding path.34 classic IP forwarding path unless the user explicitly instruct flows to use this35 new alternative forwarding path via policy.75 traffic is passed up to follow the classic IP forwarding path given that the109 forwarding bypass.132 Bridge and IP forwarding146 | IP forwarding |162 ports and your IP forwarding path, you have to add your bridge ports (as[all …]
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
33 ../../../net/forwarding/lib.sh \34 ../../../net/forwarding/ipip_lib.sh \35 ../../../net/forwarding/tc_common.sh \
16 source "$lib_dir"/../../../net/forwarding/lib.sh17 source "$lib_dir"/../../../net/forwarding/ipip_lib.sh18 source "$lib_dir"/../../../net/forwarding/tc_common.sh
10 source "$lib_dir"/../../../net/forwarding/tc_common.sh11 source "$lib_dir"/../../../net/forwarding/lib.sh
12 IPV6_FORWARDING=$(< /proc/sys/net/ipv6/conf/all/forwarding)67 sysctl -q -w net.ipv6.conf.all.forwarding=181 sysctl -q -w net.ipv6.conf.all.forwarding=$IPV6_FORWARDING98 sysctl -q -w net.ipv4.conf.ipt.forwarding=1103 sysctl -q -w net.ipv4.conf.ve1.forwarding=1134 sysctl -q -w net.ipv4.conf.ip6t.forwarding=1140 sysctl -q -w net.ipv4.conf.ve1.forwarding=1
63 The forwarding selftests framework uses a number of variables that72 Any of these variables can be overridden. Notably net/forwarding/lib.sh and86 named forwarding.config in this directory. lib.sh sources the file if90 forwarding.config.sample is available in the directory as an example of91 how forwarding.config might look.
61 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=073 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth0.forwarding=174 ip netns exec "$nsbr" sysctl -q net.ipv4.conf.veth1.forwarding=1
98 ip netns exec "$r_a" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null128 ip netns exec "$r_b" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null150 ip netns exec "$r_w" sysctl -q net.ipv4.conf.all.forwarding=1 > /dev/null
86 ip netns exec "$nsrouter" sysctl net.ipv6.conf.all.forwarding=1 > /dev/null87 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth0.forwarding=1 > /dev/null88 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth1.forwarding=1 > /dev/null89 ip netns exec "$nsrouter" sysctl net.ipv4.conf.veth2.forwarding=1 > /dev/null