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. --- proto/static/static.h | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/static/static.h') diff --git a/proto/static/static.h b/proto/static/static.h index 5d2bd21..e100068 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -26,6 +26,7 @@ struct static_route { ip_addr via; /* Destination router */ struct neighbor *neigh; byte *if_name; /* Name for RTD_DEVICE routes */ + int cast; int installed; /* Installed in master table */ }; -- cgit v1.2.3