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

Originating of external LSA.

This commit is contained in:
Ondrej Filip
2000-05-27 14:17:35 +00:00
parent 2d5b999236
commit e8085abaa7
3 changed files with 84 additions and 2 deletions

View File

@@ -351,7 +351,9 @@ 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);
static int ospf_rte_same(struct rte *new, struct rte *old);
int ospf_import_control(struct proto *p, rte **new, ea_list **attrs, struct linpool *pool);
int ospf_import_control(struct proto *p, rte **new, ea_list **attrs,
struct linpool *pool);
void ospf_rt_notify(struct proto *p, net *n, rte *new, rte *old,ea_list *attrs);
#include "proto/ospf/hello.h"
#include "proto/ospf/packet.h"