diff options
author | Dave Barach <dave@barachs.net> | 2020-02-26 08:02:58 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-02-26 20:05:57 +0000 |
commit | 7249b90ab21c20138907e692dcb6032aea9e2f0f (patch) | |
tree | edc02cf0532e55cf93117ef92da5aaba5271e02e /src/vppinfra/format.h | |
parent | 5fa4525543b212dd04b4f687722bf7feb1eeb6f9 (diff) |
ip-neighbor: fix ip6_ra_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.
Type: fix
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: I667bee85b4ca654b53fb3af421f957957ed0f0f8
Diffstat (limited to 'src/vppinfra/format.h')
0 files changed, 0 insertions, 0 deletions