proxmox_routing/README.md

14 lines
336 B
Markdown
Raw Permalink Normal View History

2019-01-21 10:55:30 +01:00
# proxmox_routing
2020-11-01 15:47:09 +01:00
Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node
# How to build
```shell
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
```