diff options
Diffstat (limited to 'nest')
-rw-r--r-- | nest/rt-dev.c | 7 |
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" |