summaryrefslogtreecommitdiffstats
path: root/nest/rt-dev.c
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-06-04 18:16:08 +0200
committerMartin Mares <mj@ucw.cz>2000-06-04 18:16:08 +0200
commit47f8e0c2169bba2dd209f1c7ed89f1d605d36b3e (patch)
tree223a80c1e9f749911997a5ef2a06c75de77f637f /nest/rt-dev.c
parent3b31c538333156770ddb74a7a27f271784745144 (diff)
downloadbird-47f8e0c2169bba2dd209f1c7ed89f1d605d36b3e.tar
bird-47f8e0c2169bba2dd209f1c7ed89f1d605d36b3e.zip
Document.
Diffstat (limited to 'nest/rt-dev.c')
-rw-r--r--nest/rt-dev.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/nest/rt-dev.c b/nest/rt-dev.c
index 1ad5600..031c245 100644
--- a/nest/rt-dev.c
+++ b/nest/rt-dev.c
@@ -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"