]> ruderich.org/simon Gitweb - linux-network-namespace-labs/linux-network-namespace-labs.git/commit
Add new option "link-l3" to create layer 3 links (no ARP) using netkit
authorSimon Ruderich <simon@ruderich.org>
Sun, 3 Nov 2024 09:32:51 +0000 (10:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 3 Nov 2024 09:32:51 +0000 (10:32 +0100)
commit3be9e14f071377b023a2c2c70def4f5c49ac257a
tree7c9d6b43bf925659c5943d6a14bd69a8257f0eb6
parent8b5ff21db78b3e126489974af27c568f8225f571
Add new option "link-l3" to create layer 3 links (no ARP) using netkit

"link" uses veth which is layer 2 and requires ARP to function.

netkit requires Linux kernel >= 6.7 and iproute2 >= 6.8.

Thanks to lemmi in OFTC/#kernelnewbies for telling me about netkit.
config.go
main.go