summaryrefslogtreecommitdiffstats
path: root/ripd/ripd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ripd/ripd.h')
-rw-r--r--ripd/ripd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripd/ripd.h b/ripd/ripd.h
index 0f0e2160..4f40e79a 100644
--- a/ripd/ripd.h
+++ b/ripd/ripd.h
@@ -143,6 +143,9 @@ struct rip
u_char distance;
struct route_table *distance_table;
+ /* RIP ECMP flag */
+ unsigned int ecmp;
+
/* For redistribute route map. */
struct
{