diff options
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 968c5b16..f6ad6fde 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -51,6 +51,10 @@ struct krt_proto { struct proto p; struct krt_state sys; /* Sysdep state */ +#ifdef KRT_ALLOW_LEARN + struct rtable *krt_table; /* Internal table of inherited routes */ +#endif + #ifndef CONFIG_ALL_TABLES_AT_ONCE timer *scan_timer; #endif |