diff options
Diffstat (limited to 'sysdep/unix')
-rw-r--r-- | sysdep/unix/krt.c | 2 |
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; |