summaryrefslogtreecommitdiffstats
path: root/zebra/rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rt.h')
-rw-r--r--zebra/rt.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/rt.h b/zebra/rt.h
index 8bfe5a42..41e3b070 100644
--- a/zebra/rt.h
+++ b/zebra/rt.h
@@ -23,6 +23,15 @@
#ifndef _ZEBRA_RT_H
#define _ZEBRA_RT_H
+/* There are (as at 17-Apr-2010) the following rt methods:
+ *
+ * rt_ioctl.c
+ * rt_netlink.c
+ * rt_socket.c
+ *
+ * one of which is selected at "configure" time, see: RT_METHOD
+ */
+
#include "prefix.h"
#include "if.h"
#include "zebra/rib.h"