diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-23 14:48:07 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-23 14:48:07 +0100 |
commit | e5ff7929c4d85b84496cdfc46f006b8cd1b4c0e5 (patch) | |
tree | 9b5ba67a6cfbe14b68be4fa67a194a098e830e1d /sysdep/unix/krt.h | |
parent | def6efa1ef98966424a73923832c6912acefc0ba (diff) |
KRT: Remove useless option
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 3bfccfc2..8d3add0e 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -49,7 +49,6 @@ struct krt_config { btime scan_time; /* How often we re-scan routes */ int persist; /* Keep routes when we exit */ int learn; /* Learn routes from other sources */ - int devroutes; /* XXX: remove */ int graceful_restart; /* Regard graceful restart recovery */ }; |