commit | 88fd504d79ba23d319434e2aa070087a71914165 | [log] [tgz] |
---|---|---|
author | Gabriel Ganne <gabriel.ganne@enea.com> | Tue Nov 14 16:07:34 2017 +0100 |
committer | Neale Ranns <nranns@cisco.com> | Tue Nov 14 16:26:00 2017 +0000 |
tree | b46cc9eef21cf3877921e5c70e18ad95003f5d3d | |
parent | 0f8a96c084dbce006cb03a6a27b2e504fb45b11e [diff] [blame] |
NULL-terminate load_balance_nsh_nodes[] Change-Id: Ibc5528bea564f6c2b0ff34220405395bc78274fc Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
diff --git a/src/vnet/dpo/load_balance.c b/src/vnet/dpo/load_balance.c index b48702a..8074555 100644 --- a/src/vnet/dpo/load_balance.c +++ b/src/vnet/dpo/load_balance.c
@@ -815,6 +815,7 @@ const static char* const load_balance_nsh_nodes[] = { "nsh-load-balance", + NULL }; const static char* const load_balance_bier_nodes[] = {