projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfca3c
)
arp_notify: document that a gratuitous ARP request is sent when this option is enabled
author
Ian Campbell
<
[email protected]
>
Wed, 26 May 2010 00:09:41 +0000
(
00:09
+0000)
committer
David S. Miller
<
[email protected]
>
Mon, 31 May 2010 07:24:55 +0000
(
00:24
-0700)
This option causes a gratuitous ARP request, not a reply as the documentation
currently suggests.
Signed-off-by: Ian Campbell <
[email protected]
>
Cc: Stephen Hemminger <
[email protected]
>
Cc: Jeremy Fitzhardinge <
[email protected]
>
Cc: David S. Miller <
[email protected]
>
Cc:
[email protected]
Signed-off-by: David S. Miller <
[email protected]
>
Documentation/networking/ip-sysctl.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/ip-sysctl.txt
b/Documentation/networking/ip-sysctl.txt
index d0536b5a4e014afc6aa48f5d0c9a2f36ff91969a..f350c69b2bb4f807340416ffe7cf29cc8b02e662 100644
(file)
--- a/
Documentation/networking/ip-sysctl.txt
+++ b/
Documentation/networking/ip-sysctl.txt
@@
-903,7
+903,7
@@
arp_ignore - INTEGER
arp_notify - BOOLEAN
Define mode for notification of address and device changes.
0 - (default): do nothing
- 1 - Generate gratuitous arp re
plie
s when device is brought up
+ 1 - Generate gratuitous arp re
quest
s when device is brought up
or hardware address changes.
arp_accept - BOOLEAN