summaryrefslogtreecommitdiff
path: root/sysdep
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-03-30 11:04:12 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-03-30 11:04:12 +0200
commitbf2abe2f515d7b7aaed5fb4f37af82169adcd2f2 (patch)
tree158a3edcfa3a79a954cb5a26989929120ec8912b /sysdep
parentfb829de69052755a31d76d73e17525d050e5ff4d (diff)
parentc0adf7e9fc0bb920175a639c6f56ed7b4190f3e4 (diff)
Merge branch 'soon'
Conflicts: nest/proto.c nest/rt-table.c
Diffstat (limited to 'sysdep')
-rw-r--r--sysdep/unix/krt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c
index 9ef33c74..de97a092 100644
--- a/sysdep/unix/krt.c
+++ b/sysdep/unix/krt.c
@@ -662,7 +662,7 @@ krt_got_route(struct krt_proto *p, rte *e)
static inline int
krt_export_rte(struct krt_proto *p, rte **new, ea_list **tmpa)
{
- struct filter *filter = p->p.out_filter;
+ struct filter *filter = p->p.main_ahook->out_filter;
if (! *new)
return 0;