ip6-nd: support dump/details for IPv6 RA 58/38158/2
authorAlexander Chernavin <achernavin@netgate.com>
Thu, 2 Feb 2023 14:22:56 +0000 (14:22 +0000)
committerNeale Ranns <neale@graphiant.com>
Wed, 8 Feb 2023 03:20:32 +0000 (03:20 +0000)
commit3b28fd730625a475a4093bec3e2ed9b1b6932131
tree5afc537c75cde2bddc45981a0ab01be0a3095fdf
parent02dfd296342525a0802132d85d0ea51da841e5ce
ip6-nd: support dump/details for IPv6 RA

Type: improvement

With this change, add support for dumping IPv6 Router Advertisements
details on a per-interface basis (or all). Also, cover that with a test.

Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Change-Id: I89fa93439d33cc36252377f27187b18b3d30a1d4
src/vnet/ip6-nd/ip6_nd.api
src/vnet/ip6-nd/ip6_nd_api.c
src/vnet/ip6-nd/ip6_nd_test.c
src/vnet/ip6-nd/ip6_ra.c
src/vnet/ip6-nd/ip6_ra.h
test/test_ip6.py