From 50d8424ad1f40f9979214c1d6cbf8e290ba9a5cb Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 29 Nov 1998 22:03:58 +0000 Subject: Added configuration of the device internal protocol. This is primarily intended to serve as an example of interface pattern list use. As a side effect, you can disable generating of device routes by disabling this protocol. --- conf/confbase.Y | 1 + 1 file changed, 1 insertion(+) (limited to 'conf') diff --git a/conf/confbase.Y b/conf/confbase.Y index db6d021..24fff87 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -14,6 +14,7 @@ CF_HDR #include "lib/socket.h" #include "lib/timer.h" #include "nest/protocol.h" +#include "nest/iface.h" CF_DECLS -- cgit v1.2.3