- Document the --notification flag usage in README with examples
- Add unit tests for NotificationSender
Assisted by: Claude (Anthropic AI)
Signed-off-by: Gunjan Vyas <vyasgun20@gmail.com>
vfkit works with Apple CPUs while hyperkit is limited to Intel CPUs.
gvproxy now has vfkit support which is equivalent to hyperkit's vpnkit
support.
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
BESS protocol transferrs L2 packets as AF_UNIX SOCK_SEQPACKET .
BESS protocol has been used by the vector network interfaces of User Mode Linux (UML).
```
(terminal 1) $ bin/gvproxy -debug -listen unix:///tmp/network.sock -listen-bess unixpacket:///tmp/bess.sock
(terminal 2) $ linux.uml vec0:transport=bess,dst=/tmp/bess.sock,depth=128,gro=1,mac=5a:94:ef:e4:0c:ee root=/dev/root rootfstype=hostfs init=/bin/bash mem=2G
(terminal 2: UML)$ ip addr add 192.168.127.2/24 dev vec0
(terminal 2: UML)$ ip link set vec0 up
(terminal 2: UML)$ ip route add default via 192.168.127.254
```
More docs about the User Mode Linux with BESS socket transport: https://www.kernel.org/doc/html/latest/virt/uml/user_mode_linux_howto_v2.html#bess-socket-transport
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Cleanup references to the host application which is now called gvproxy
as well as change project references from github/code-ready to
github.com/containers.
Signed-off-by: Brent Baude <bbaude@redhat.com>