+6
−2
samples/sockmap/Makefile
0 → 100644
+78
−0
samples/sockmap/sockmap_kern.c
0 → 100644
+110
−0
samples/sockmap/sockmap_user.c
0 → 100644
+286
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This program binds a program to a cgroup and then matches hard
coded IP addresses and adds these to a sockmap.
This will receive messages from the backend and send them to
the client.
client:X <---> frontend:10000 client:X <---> backend:10001
To keep things simple this is only designed for 1:1 connections
using hard coded values. A more complete example would allow many
backends and clients.
To run,
# sockmap <cgroup2_dir>
Signed-off-by:
John Fastabend <john.fastabend@gmail.com>
Signed-off-by:
David S. Miller <davem@davemloft.net>