diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-23 15:12:43 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-23 15:12:43 +0100 |
commit | ace3072e09e445b2fd8554492b80bea5cc1f3411 (patch) | |
tree | a3afd6f646a071cca3574d35a531cf9fefa4c347 /sysdep/unix/krt.h | |
parent | e5ff7929c4d85b84496cdfc46f006b8cd1b4c0e5 (diff) |
KRT: Fix option 'merge paths'
Diffstat (limited to 'sysdep/unix/krt.h')
-rw-r--r-- | sysdep/unix/krt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/unix/krt.h b/sysdep/unix/krt.h index 8d3add0e..b627882d 100644 --- a/sysdep/unix/krt.h +++ b/sysdep/unix/krt.h @@ -50,6 +50,7 @@ struct krt_config { int persist; /* Keep routes when we exit */ int learn; /* Learn routes from other sources */ int graceful_restart; /* Regard graceful restart recovery */ + int merge_paths; /* Exported routes are merged for ECMP */ }; struct krt_proto { |