From 2ef9177a47e7137dd09b06a353a6e5f6e671c951 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 14 Nov 2010 05:49:56 +0100 Subject: Add multicast support to static protocol and generic route handling. --- nest/protocol.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 70999f0..e36219a 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -192,6 +192,7 @@ struct proto { struct fib_iterator *feed_iterator; /* Routing table iterator used during protocol feeding */ struct announce_hook *feed_ahook; /* Announce hook we currently feed */ + int feed_cast; /* Are we feeding unicast or multicast routes? */ /* Hic sunt protocol-specific data */ }; -- cgit v1.2.3