Penguin
Diff: LinuxNetlinkSockets
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of LinuxNetlinkSockets.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 9 Last edited on Thursday, August 11, 2005 11:18:21 am by IanMcDonald
Older page: version 8 Last edited on Thursday, August 11, 2005 12:03:12 am by PerryLorier Revert
@@ -21,12 +21,14 @@
 * [Quagga] 
 * /sbin/ip ([IpRoute]2 package) 
  
 !! Random notes (things I wish were documented somewhere but aren't) 
-* if you want to recieve RTM_NEWNEIGH messages, you need <tt>/proc/sys/net/ipv{4,6}/neigh/*/app_probes</tt> to be non . I don't know why. They might have been drunk at the time.  
+* if you want to recieve RTM_NEWNEIGH messages, you need <tt>/proc/sys/net/ipv{4,6}/neigh/*/app_probes</tt> to be non .  
+ I don't know why. They might have been drunk at the time -- PerryLorier<br>  
+The reason why is that much of the system parameters are moving this way and they were just too lazy to convert other ones too I suspect -- IanMcDonald  
  
 !! Other Documentation: 
 * RFC:3549 
 * [Kernel Korner - Why and How to Use Netlink Socket|http://www.linuxjournal.com/article/7356] 
  
 ---- 
 Part Of CategoryNetworking