~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/tools/testing/selftests/net/forwarding/Makefile

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0+ OR MIT
  2 
  3 TEST_PROGS = bridge_fdb_learning_limit.sh \
  4         bridge_igmp.sh \
  5         bridge_locked_port.sh \
  6         bridge_mdb.sh \
  7         bridge_mdb_host.sh \
  8         bridge_mdb_max.sh \
  9         bridge_mdb_port_down.sh \
 10         bridge_mld.sh \
 11         bridge_port_isolation.sh \
 12         bridge_sticky_fdb.sh \
 13         bridge_vlan_aware.sh \
 14         bridge_vlan_mcast.sh \
 15         bridge_vlan_unaware.sh \
 16         custom_multipath_hash.sh \
 17         dual_vxlan_bridge.sh \
 18         gre_custom_multipath_hash.sh \
 19         gre_inner_v4_multipath.sh \
 20         gre_inner_v6_multipath.sh \
 21         gre_multipath_nh_res.sh \
 22         gre_multipath_nh.sh \
 23         gre_multipath.sh \
 24         ip6_forward_instats_vrf.sh \
 25         ip6gre_custom_multipath_hash.sh \
 26         ip6gre_flat_key.sh \
 27         ip6gre_flat_keys.sh \
 28         ip6gre_flat.sh \
 29         ip6gre_hier_key.sh \
 30         ip6gre_hier_keys.sh \
 31         ip6gre_hier.sh \
 32         ip6gre_inner_v4_multipath.sh \
 33         ip6gre_inner_v6_multipath.sh \
 34         ipip_flat_gre_key.sh \
 35         ipip_flat_gre_keys.sh \
 36         ipip_flat_gre.sh \
 37         ipip_hier_gre_key.sh \
 38         ipip_hier_gre_keys.sh \
 39         ipip_hier_gre.sh \
 40         lib_sh_test.sh \
 41         local_termination.sh \
 42         min_max_mtu.sh \
 43         mirror_gre_bound.sh \
 44         mirror_gre_bridge_1d.sh \
 45         mirror_gre_bridge_1d_vlan.sh \
 46         mirror_gre_bridge_1q_lag.sh \
 47         mirror_gre_bridge_1q.sh \
 48         mirror_gre_changes.sh \
 49         mirror_gre_flower.sh \
 50         mirror_gre_lag_lacp.sh \
 51         mirror_gre_neigh.sh \
 52         mirror_gre_nh.sh \
 53         mirror_gre.sh \
 54         mirror_gre_vlan_bridge_1q.sh \
 55         mirror_gre_vlan.sh \
 56         mirror_vlan.sh \
 57         no_forwarding.sh \
 58         pedit_dsfield.sh \
 59         pedit_ip.sh \
 60         pedit_l4port.sh \
 61         q_in_vni_ipv6.sh \
 62         q_in_vni.sh \
 63         router_bridge.sh \
 64         router_bridge_1d.sh \
 65         router_bridge_1d_lag.sh \
 66         router_bridge_lag.sh \
 67         router_bridge_vlan.sh \
 68         router_bridge_vlan_upper.sh \
 69         router_bridge_pvid_vlan_upper.sh \
 70         router_bridge_vlan_upper_pvid.sh \
 71         router_broadcast.sh \
 72         router_mpath_nh_res.sh \
 73         router_mpath_nh.sh \
 74         router_mpath_seed.sh \
 75         router_multicast.sh \
 76         router_multipath.sh \
 77         router_nh.sh \
 78         router.sh \
 79         router_vid_1.sh \
 80         sch_ets.sh \
 81         sch_red.sh \
 82         sch_tbf_ets.sh \
 83         sch_tbf_prio.sh \
 84         sch_tbf_root.sh \
 85         skbedit_priority.sh \
 86         tc_actions.sh \
 87         tc_chains.sh \
 88         tc_flower_router.sh \
 89         tc_flower.sh \
 90         tc_flower_l2_miss.sh \
 91         tc_flower_cfm.sh \
 92         tc_flower_port_range.sh \
 93         tc_mpls_l2vpn.sh \
 94         tc_police.sh \
 95         tc_shblocks.sh \
 96         tc_tunnel_key.sh \
 97         tc_vlan_modify.sh \
 98         vxlan_asymmetric_ipv6.sh \
 99         vxlan_asymmetric.sh \
100         vxlan_bridge_1d_ipv6.sh \
101         vxlan_bridge_1d_port_8472_ipv6.sh \
102         vxlan_bridge_1d_port_8472.sh \
103         vxlan_bridge_1d.sh \
104         vxlan_bridge_1q_ipv6.sh \
105         vxlan_bridge_1q_port_8472_ipv6.sh \
106         vxlan_bridge_1q_port_8472.sh \
107         vxlan_bridge_1q.sh \
108         vxlan_symmetric_ipv6.sh \
109         vxlan_symmetric.sh
110 
111 TEST_FILES := devlink_lib.sh \
112         fib_offload_lib.sh \
113         forwarding.config.sample \
114         ip6gre_lib.sh \
115         ipip_lib.sh \
116         lib.sh \
117         mirror_gre_lib.sh \
118         mirror_gre_topo_lib.sh \
119         mirror_lib.sh \
120         mirror_topo_lib.sh \
121         router_mpath_nh_lib.sh \
122         sch_ets_core.sh \
123         sch_ets_tests.sh \
124         sch_tbf_core.sh \
125         sch_tbf_etsprio.sh \
126         tc_common.sh
127 
128 TEST_INCLUDES := \
129         ../lib.sh
130 
131 include ../../lib.mk

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php