Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node
Go to file
Alarig Le Lay 3e3c28b6b2
README.md: quick build proc
2020-11-01 15:47:09 +01:00
debian Version bump 2020-11-01 15:28:40 +01:00
LICENSE Initial commit 2019-01-21 10:55:30 +01:00
Makefile Avoid creds file overwrite 2019-01-25 09:58:21 +01:00
README.md README.md: quick build proc 2020-11-01 15:47:09 +01:00
creationRoutesVM.sh creationRoutesVM.sh: Handeling API token failure 2020-11-01 15:18:31 +01:00
creds.example Too many modifications 2019-01-21 14:36:50 +01:00
inotify-triggered-vm-route-creation.sh Check VM is stopped or not before try to create route 2019-05-05 17:56:57 +02:00
send-icmp.py Send ICMP to update ARP/NDP target’s cache 2019-01-24 18:02:59 +01:00
vm-routes-creation.logrotate logrotate configuration 2019-01-24 16:38:16 +01:00
vm-routes-creation.service Errors 2019-01-24 20:34:45 +01:00

README.md

proxmox_routing

Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node

How to build

user ~ $ wget https://git.grifon.fr/alarig/proxmox_routing/archive/master.tar.gz
user ~ $ rm -r proxmox_routing
user ~ $ tar -xf master.tar.gz
user ~ $ cd proxmox_routing
user proxmox_routing $ dpkg-buildpackage