Revision 7ab2a587d7f32dc688d21c9e00affa1bcc0fd6cf authored by Tam Mach on 06 June 2024, 12:18:54 UTC, committed by Tam Mach on 13 June 2024, 04:03:39 UTC
This commit is to support Listener Isolation concept from the upstream,
which allows at most one Listener matches a request, and only Routes
attached to that Listener are used for routing.

Relates: https://github.com/kubernetes-sigs/gateway-api/pull/2465
Relates: https://github.com/kubernetes-sigs/gateway-api/pull/3047
Signed-off-by: Tam Mach <tam.mach@cilium.io>
1 parent 4f92330
History
File Mode Size
complexity-tests
custom
include
lib
tests
.gitignore -rw-r--r-- 131 bytes
COPYING -rw-r--r-- 420 bytes
LICENSE.BSD-2-Clause -rw-r--r-- 1.3 KB
LICENSE.GPL-2.0 -rw-r--r-- 17.6 KB
Makefile -rw-r--r-- 18.8 KB
Makefile.bpf -rw-r--r-- 3.5 KB
bpf_alignchecker.c -rw-r--r-- 2.8 KB
bpf_host.c -rw-r--r-- 53.2 KB
bpf_lxc.c -rw-r--r-- 75.0 KB
bpf_network.c -rw-r--r-- 2.7 KB
bpf_overlay.c -rw-r--r-- 21.7 KB
bpf_sock.c -rw-r--r-- 32.8 KB
bpf_xdp.c -rw-r--r-- 8.8 KB
ep_config.h -rw-r--r-- 1.7 KB
filter_config.h -rw-r--r-- 517 bytes
netdev_config.h -rw-r--r-- 432 bytes
node_config.h -rw-r--r-- 10.0 KB

back to top