aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/srv6/sr_api.c
diff options
context:
space:
mode:
authorAnton Nikolaev <anikolaev@netgate.com>2024-04-19 15:22:44 +0000
committerMatthew Smith <mgsmith@netgate.com>2024-04-19 18:28:39 +0000
commit67226438c6a19eefe298b44e18c71f765c3a8cfb (patch)
tree125fafe7c7e1d368481a10f6643780bdbf5c5bc6 /src/vnet/srv6/sr_api.c
parentcee15aa940a0229e21049c18df66c7dc80ad9096 (diff)
ipip: specify af for a tunnel ip addressesHEADmaster
Currently ipip tunnel allows to use an empty addresses for dst when we trying to add tunnel, but it doesn't return it correctly on ipip dump call. There is case when we create an ipip tunnel with an empty ipv6 address, address is zero, but AF is ipv6. And when we dump ipip tunnels we get an emtpy ipv4 address instead of an empty ipv6 address. There is no point to detect AF for each address in send_ipip_tunnel_details, because ipip tunnel can't handle different AF for src and dst addresses, and prohibits creating ipip tunnel with different AF of dst and src addresses. With this fix, send_ipip_tunnel_details function return a correct AF despite address value. Type: fix Change-Id: Ib343293ad79a300cdb70135fffbfd156dfef6e27 Signed-off-by: Anton Nikolaev <anikolaev@netgate.com>
Diffstat (limited to 'src/vnet/srv6/sr_api.c')
0 files changed, 0 insertions, 0 deletions