ip: don't export useless error counters for ip6 rewrite 53/40153/3
authorArthur de Kerhor <arthurdekerhor@gmail.com>
Mon, 8 Jan 2024 18:30:57 +0000 (19:30 +0100)
committerBeno�t Ganne <bganne@cisco.com>
Mon, 29 Jan 2024 10:22:17 +0000 (10:22 +0000)
commitaf1ddd39f1f5fa6a00e70356bac2b0bd38f76566
treec4b96e271328e97576e080ca4bd9422b66f428bb
parent707210c636095d10df66f4a9d047860b155be782
ip: don't export useless error counters for ip6 rewrite

the error node is set to ip6_input in the inline funcition
associated with ip6_rewrite. Thus, error counters defined
for node ip6 rewrite are never used.

Type: fix
Change-Id: Id6bef633928b0fff9069498c2e39e9f5bea2cf9b
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
src/vnet/ip/ip6_forward.c
test/test_mtu.py