mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-05-02 12:46:04 -04:00
Merge pull request #291 from raja-grewal/drop_gratuitous_arp
Drop gratuitous ARP packets
This commit is contained in:
commit
1b33e83529
2 changed files with 3 additions and 3 deletions
|
@ -482,7 +482,7 @@ net.ipv4.conf.*.arp_ignore=2
|
|||
## https://patchwork.ozlabs.org/project/netdev/patch/1428652454-1224-3-git-send-email-johannes@sipsolutions.net/
|
||||
## https://www.practicalnetworking.net/series/arp/gratuitous-arp/
|
||||
##
|
||||
#net.ipv4.conf.*.drop_gratuitous_arp=1
|
||||
net.ipv4.conf.*.drop_gratuitous_arp=1
|
||||
|
||||
## Ignore ICMP echo requests.
|
||||
## Prevents clock fingerprinting through ICMP timestamps and Smurf attacks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue