diff options
| author | Roy Marples <roy@marples.name> | 2019-07-25 17:20:41 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2019-07-25 17:20:41 +0100 |
| commit | fc22030db0f8adbfb104cdbbd9bde792ebd1a627 (patch) | |
| tree | 26503e1614f8ec2ebb8d5cd60e2a4fdbd1550849 /BUILDING.md | |
| parent | 514c4d72f5cd72aedae70e2e40e325a62e5740ff (diff) | |
| download | dhcpcd-fc22030db0f8adbfb104cdbbd9bde792ebd1a627.tar.xz | |
Remove ND6 Advertisement from SMALL builds.
This is quite a saving and is only used for IP6 address sharing
which only works on NetBSD.
Diffstat (limited to 'BUILDING.md')
| -rw-r--r-- | BUILDING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/BUILDING.md b/BUILDING.md index d5c4b53e..d9418c8e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -8,8 +8,9 @@ To compile small dhcpcd, maybe to be used for installation media where size is a concern, you can use the `--small` configure option to enable a reduced feature set within dhcpcd. Currently this just removes non important options out of -`dhcpcd-definitions.conf`, the logfile option and -support for DHCPv6 Prefix Delegation. +`dhcpcd-definitions.conf`, the logfile option, +DHCPv6 Prefix Delegation and IPv6 address announcement *(to prefer an +address on another interface)*. Other features maybe dropped as and when required. dhcpcd can also be made smaller by removing the IPv4 or IPv6 stack: * `--disable-inet` |
