diff options
author | aapostoliuk <a.apostoliuk@vyos.io> | 2023-10-27 15:09:29 +0300 |
---|---|---|
committer | aapostoliuk <a.apostoliuk@vyos.io> | 2023-10-27 16:02:26 +0300 |
commit | 86a97880700a42f2416c196ce93853a4e7e18b4d (patch) | |
tree | 899a166df157d628fbc1473648edffde81e4bb71 /packages/keepalived/.gitignore | |
parent | f2614bf9dcc8c600bb5f85a5026b1797bc2ae628 (diff) | |
download | vyos-build-86a97880700a42f2416c196ce93853a4e7e18b4d.tar.gz vyos-build-86a97880700a42f2416c196ce93853a4e7e18b4d.zip |
keepalived:T5402:Added patch with arp_ignore to 1 on IPv6 VMACs
Added patch with commit '9ca8688' to pkg-keepalived 1:2.2.7-1
https://github.com/acassen/keepalived/commit/9ca8688c7fe591e1face259f19ee6169e20a3438
Setting arp_ignore to 1 ensures that the VMAC interface does not respond
to ARP requests for IPv4 addresses not configured on the VMAC.
Diffstat (limited to 'packages/keepalived/.gitignore')
-rw-r--r-- | packages/keepalived/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/keepalived/.gitignore b/packages/keepalived/.gitignore new file mode 100644 index 00000000..9503bdbd --- /dev/null +++ b/packages/keepalived/.gitignore @@ -0,0 +1 @@ +keepalived/ |