proxmox: use L4 info for ECMP hashing
This should make VXLAN-encapsulated traffic multipath.
This commit is contained in:
parent
8be55c2bde
commit
f404922d6b
2 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
mode: 0644
|
||||
notify: reboot
|
||||
|
||||
- name: Set up sysctls
|
||||
copy:
|
||||
dest: /etc/sysctl.d/local.conf
|
||||
src: sysctl.conf
|
||||
|
||||
- name: Set up interfaces
|
||||
template:
|
||||
dest: /etc/network/interfaces.d/real.intf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue