1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

rte_better implemented.

This commit is contained in:
Ondrej Filip
2000-05-17 19:27:51 +00:00
parent 9f0d45d634
commit bbd76b421a
2 changed files with 31 additions and 0 deletions

View File

@@ -349,6 +349,8 @@ static void ospf_dump(struct proto *p);
static struct proto *ospf_init(struct proto_config *c);
static void ospf_preconfig(struct protocol *p, struct config *c);
static void ospf_postconfig(struct proto_config *c);
static int ospf_rte_better(struct rte *new, struct rte *old);
#include "proto/ospf/hello.h"
#include "proto/ospf/packet.h"