summaryrefslogtreecommitdiffstats
path: root/proto/static/static.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-12-08 19:31:31 +0100
committerMartin Mares <mj@ucw.cz>1998-12-08 19:31:31 +0100
commit980297d2899a5aec6609d1f7b44626e52e6e4417 (patch)
tree50a7900edf310bb3b6e8cbfa8da2a30924b81abe /proto/static/static.h
parent618533af91051b7b26ac19816e89cd81352b0f13 (diff)
downloadbird-980297d2899a5aec6609d1f7b44626e52e6e4417.tar
bird-980297d2899a5aec6609d1f7b44626e52e6e4417.zip
Fixed a couple of bugs in static protocol. All static routes except device
ones seem to work well.
Diffstat (limited to 'proto/static/static.h')
-rw-r--r--proto/static/static.h1
1 files changed, 1 insertions, 0 deletions
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_*) */