git: Bring in ip6addrctl(8) from FreeBSD
Aaron LI
aly at crater.dragonflybsd.org
Mon Nov 5 12:32:43 PST 2018
commit b3e110e968baf5f9dacf3f02d2dd6b8aa6c12d4e
Author: Aaron LI <aly at aaronly.me>
Date: Tue Nov 6 03:22:15 2018 +0800
Bring in ip6addrctl(8) from FreeBSD
The ip6addrctl(8) manages the policy table of source and destination
address selection for ougoing IPv4 and IPv6 packets.
For example, this utility can be used to configure that IPv4 is
preferred on a dual-stack machine, which by default prefers IPv6.
Summary of changes:
usr.sbin/Makefile | 1 +
usr.sbin/ip6addrctl/Makefile | 6 +
usr.sbin/ip6addrctl/ip6addrctl.8 | 126 ++++++++
usr.sbin/ip6addrctl/ip6addrctl.c | 458 +++++++++++++++++++++++++++++
usr.sbin/ip6addrctl/ip6addrctl.conf.sample | 12 +
5 files changed, 603 insertions(+)
create mode 100644 usr.sbin/ip6addrctl/Makefile
create mode 100644 usr.sbin/ip6addrctl/ip6addrctl.8
create mode 100644 usr.sbin/ip6addrctl/ip6addrctl.c
create mode 100644 usr.sbin/ip6addrctl/ip6addrctl.conf.sample
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3e110e968baf5f9dacf3f02d2dd6b8aa6c12d4e
--
DragonFly BSD source repository
More information about the Commits
mailing list