From 23ac9e9a9eefe13918ee7f21a1d0f271a44d9efd Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 31 May 2009 15:24:27 +0200 Subject: Changes pipes to transfer all routes between routing table, not just optimal routes. --- sysdep/unix/krt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdep/unix/krt.c') diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index a60e7f9..0b55b40 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -875,6 +875,7 @@ krt_init(struct proto_config *c) { struct krt_proto *p = proto_new(c, sizeof(struct krt_proto)); + p->p.accept_ra_types = RA_OPTIMAL; p->p.rt_notify = krt_notify; p->p.min_scope = SCOPE_HOST; return &p->p; -- cgit v1.2.3