Home / uapi / linux / netfilter_ipv6
Name Modified Size InfoDownloads / Week
Parent folder
ip6_tables.h 2023-03-31 8.1 kB
ip6t_rt.h 2023-03-31 985 Bytes
ip6t_srh.h 2023-03-31 3.3 kB
ip6t_opts.h 2023-03-31 649 Bytes
ip6t_REJECT.h 2023-03-31 470 Bytes
ip6t_mh.h 2023-03-31 439 Bytes
ip6t_NPT.h 2023-03-31 400 Bytes
ip6t_ipv6header.h 2023-03-31 645 Bytes
ip6t_LOG.h 2023-03-31 665 Bytes
ip6t_frag.h 2023-03-31 744 Bytes
ip6t_hl.h 2023-03-31 458 Bytes
ip6t_ah.h 2023-03-31 657 Bytes
Totals: 12 Items   17.5 kB 7

Foreword: The FreeLSD design may not be robust and it certainly isn't elegant.

FreeLSD is an effort to bring Void Linux (musl) x86_64 as close to FreeBSD as possible, using https://github.com/dcantrell/bsdutils as a replacement for coreutils and https://github.com/chimera-linux/bsdutils-extra to cover GNU tools not covered by bdsutils.

The header files here are needed to compile, on Void Linux, programs and libraries that use functions and data structures provided by software packages (such as bsdutils).

Warning: the /usr/include folder is therefore a very important resource for software development in the Linux environment, as it allows access to many functions and libraries useful for creating programs and applications. Use these headers only on test environments.

All the files here were taken directly from the https://github.com/torvalds/linux repository No file has really been modified, the files useful for our builds have simply been taken and placed in a single folder (the content of which will be copied/overwritten in /usr/include/).

Source: README.md, updated 2023-03-31