diff options
Diffstat (limited to 'src/ipcpd/unicast/pol/graph.h')
-rw-r--r-- | src/ipcpd/unicast/pol/graph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipcpd/unicast/pol/graph.h b/src/ipcpd/unicast/pol/graph.h index b6a9e891..473a5163 100644 --- a/src/ipcpd/unicast/pol/graph.h +++ b/src/ipcpd/unicast/pol/graph.h @@ -30,7 +30,8 @@ enum routing_algo { ROUTING_SIMPLE = 0, - ROUTING_LFA + ROUTING_LFA, + ROUTING_ECMP }; struct nhop { |