I want to do the equivalent of IPv6 Routing Header Options Management for BSD on Linux.

Asked 1 years ago, Updated 1 years ago, 96 views

Is there a way to achieve the same functionality as IPv6 Routing Header Options Management on Linux?

I would like to use inet6_rthdr_space.

http://www.manpages.info/freebsd/inet6_rthdr_space.3.html

I'm going to compile the code that worked on BSD with gcc and run it on Arch Linux.

linux c freebsd ipv6

2022-09-30 19:53

1 Answers

The *BSD-compatible API using RFC 2292 implementation cmsg(3) appears to be in newlib/libc/sys/linux/net/rthdr.c.

Thank you.


2022-09-30 19:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.