README.md: quick build proc

This commit is contained in:
Alarig Le Lay 2020-11-01 15:47:09 +01:00
parent d3f30dc118
commit 3e3c28b6b2
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# proxmox_routing
Add routes and make ARP/NDP permanent when a VM is moved to a proxmox node
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
```