diff options
author | Gabriel Ganne <gabriel.ganne@enea.com> | 2017-11-14 16:07:34 +0100 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-11-14 16:26:00 +0000 |
commit | 88fd504d79ba23d319434e2aa070087a71914165 (patch) | |
tree | b46cc9eef21cf3877921e5c70e18ad95003f5d3d /src/vnet/dpo | |
parent | 0f8a96c084dbce006cb03a6a27b2e504fb45b11e (diff) |
NULL-terminate load_balance_nsh_nodes[]
Change-Id: Ibc5528bea564f6c2b0ff34220405395bc78274fc
Signed-off-by: Gabriel Ganne <gabriel.ganne@enea.com>
Diffstat (limited to 'src/vnet/dpo')
-rw-r--r-- | src/vnet/dpo/load_balance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/dpo/load_balance.c b/src/vnet/dpo/load_balance.c index b48702ae3f2..807455597f8 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_l2_nodes[] = const static char* const load_balance_nsh_nodes[] = { "nsh-load-balance", + NULL }; const static char* const load_balance_bier_nodes[] = { |