diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-10 22:47:38 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-12-10 22:47:38 +0100 |
commit | cf3e3845c205dacf2720cdb76a9a004a816d2e6f (patch) | |
tree | 4ab13235318404a99a8b02cda82ca6eb4143596a /sysdep | |
parent | 6b0f5f68a8ae35b05abb144cf998bf537dfa283b (diff) |
Doc: Documentation update
Diffstat (limited to 'sysdep')
-rw-r--r-- | sysdep/unix/krt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index eda83b91..3bfccfc2 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -49,7 +49,7 @@ 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; /* Allow export of device routes */ + int devroutes; /* XXX: remove */ int graceful_restart; /* Regard graceful restart recovery */ }; |