From 980297d2899a5aec6609d1f7b44626e52e6e4417 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 8 Dec 1998 18:31:31 +0000 Subject: Fixed a couple of bugs in static protocol. All static routes except device ones seem to work well. --- 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 b6d6945..ba66c80 100644 --- a/proto/static/static.h +++ b/proto/static/static.h @@ -19,6 +19,7 @@ void static_init_instance(struct static_proto *); struct static_route { node n; + struct static_route *chain; /* Next for the same neighbor */ ip_addr net; /* Network we route */ int masklen; /* Mask length */ int dest; /* Destination type (RTD_*) */ -- cgit v1.2.3