diff options
author | Dave Barach <dave@barachs.net> | 2020-03-30 11:06:46 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2020-04-01 11:41:56 +0000 |
commit | d643e5f30155e46aa6f345aa52d8ef5026d879a6 (patch) | |
tree | c44177c1696b80a5a7c7cd643d212787237d98db /src/vnet/ipfix-export/ipfix_info_elements.h | |
parent | 88e47b0e476d40636f165dd55fc0c5f0542f81b9 (diff) |
misc: fix ip6_neighbor_cmd
The option parsing loop had "break" statements included in each
'if (unformat (line_input, "this-option ...") option_values=xxx;'
statement.
Result: the code would silently ignore all but the first
option. Probably broken forever, not easy to spot because the code
looks OK even though it's badly broken.
Manual cherrypick: the function name has changed, the code has
moved to a different file, and the MAINTAINERS file entry doesn't
exist in 19.08.
Type: fix
Signed-off-by: Dave Barach <dave@barachs.net>
(cherry picked from commit 7249b90ab21c20138907e692dcb6032aea9e2f0f)
Change-Id: Ie06bb083645302848a19ecc9ad2934927de01f62
Diffstat (limited to 'src/vnet/ipfix-export/ipfix_info_elements.h')
0 files changed, 0 insertions, 0 deletions