mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-05 04:24:59 -04:00
Merge pull request #290 from raja-grewal/arp_ignore
Respond to ARP requests only if the target IP address is on-link
This commit is contained in:
commit
486757bfae
2 changed files with 3 additions and 3 deletions
|
@ -470,7 +470,7 @@ net.ipv4.conf.*.arp_filter=1
|
|||
## https://github.com/mullvad/mullvadvpn-app/pull/7141
|
||||
## https://www.x41-dsec.de/static/reports/X41-Mullvad-Audit-Public-Report-2024-12-10.pdf
|
||||
##
|
||||
#net.ipv4.conf.*.arp_ignore=2
|
||||
net.ipv4.conf.*.arp_ignore=2
|
||||
|
||||
## Drop gratuitous ARP (Address Resolution Protocol) packets.
|
||||
## Stops ARP responses sent by a device without being explicitly requested.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue