Penguin
Diff: LinuxNetlinkSockets
EditPageHistoryDiffInfoLikePages

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

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

Newer page: version 8 Last edited on Thursday, August 11, 2005 12:03:12 am by PerryLorier Revert
Older page: version 6 Last edited on Wednesday, August 10, 2005 9:52:20 am by AdrianKitto Revert
@@ -19,11 +19,14 @@
 !! Applications Known to Use Netlink Sockets 
  
 * [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 0. I don't know why. They might have been drunk at the time.  
  
 !! Other Documentation: 
 * RFC:3549 
 * [Kernel Korner - Why and How to Use Netlink Socket|http://www.linuxjournal.com/article/7356] 
  
 ---- 
 Part Of CategoryNetworking