Archived. We won't implement our own vtep and prefer the uses of linux vteps.
This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2025-01-30 16:08:19 +01:00
src feat(git): init 2025-01-29 17:08:31 +01:00
vm test(mininet): broken! try to build links 2025-01-30 16:08:19 +01:00
.gitignore test: init vm config for mininet 2025-01-30 14:51:16 +01:00
Cargo.toml feat(git): init 2025-01-29 17:08:31 +01:00
mn.py test(mininet): broken! try to build links 2025-01-30 16:08:19 +01:00
readme.md feat(readme): roadmap 2025-01-29 18:31:34 +01:00
shell.nix test: init vm config for mininet 2025-01-30 14:51:16 +01:00
vm.nix test: init vm config for mininet 2025-01-30 14:51:16 +01:00

VXLAN-router

To use vxlan in isp, we need to implement a VTEP for vault01.

Roadmap

  1. Basic router which forward to every connected VTEP
  2. Special case for when we are the target (internet, DNS), comes with a pseudo reverse path checking
  3. Mac learning
  4. DHCP, which removes user prefixes, comes with ARP snooping, filter auto attribution
  5. [external] Patch hostapd to use VXLAN
  6. [external] Maybe patch radius to use all VNIs (if there's a limitation)
  7. Allow packets to cross VNIs (from an external decision, cached)
  8. Synchronisation between multiple instances