ip6-nd: fix coverity warning 01/34101/2
authorKlement Sekera <ksekera@cisco.com>
Wed, 13 Oct 2021 20:29:49 +0000 (22:29 +0200)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Thu, 14 Oct 2021 07:13:18 +0000 (07:13 +0000)
commit4450b03ba2a69a9e8194c7054dac2c8c19d372cd
tree90a96f71a96b6b597a12c06882dca78dbd473a2a
parenta0f55c9ce973f72d3969b59783874c42dec34a5e
ip6-nd: fix coverity warning

Add a missing return statement in case there are no parameters supplied
to 'set ip6 nd proxy' CLI to avoid calling code with uninitialised
parameters.

Type: fix
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Change-Id: Ie4fdb4df5d1af49471c421e5e7a6c2f885d2e8d2
src/vnet/ip6-nd/ip6_nd_proxy.c