]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Document.
authorMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 16:16:08 +0000 (16:16 +0000)
committerMartin Mares <mj@ucw.cz>
Sun, 4 Jun 2000 16:16:08 +0000 (16:16 +0000)
nest/rt-dev.c

index 1ad5600909872fee045292318ec59d4be8c07c6a..031c245cbd462b8c71ba5f14d88770ac255ff98b 100644 (file)
@@ -6,6 +6,13 @@
  *     Can be freely distributed and used under the terms of the GNU GPL.
  */
 
+/**
+ * DOC: Direct
+ *
+ * The Direct protocol works by convering all ifa_notify() events it receives
+ * to rte_update() calls for the corresponding network.
+ */
+
 #undef LOCAL_DEBUG
 
 #include "nest/bird.h"