mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fixed a couple of bugs in static protocol. All static routes except device
ones seem to work well.
This commit is contained in:
@@ -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_*) */
|
||||
|
||||
Reference in New Issue
Block a user