diff options
| author | Roy Marples <roy@marples.name> | 2014-10-07 12:27:46 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-10-07 12:27:46 +0000 |
| commit | fb30935e5be3cac6350e7e5cb05465513813486f (patch) | |
| tree | 8ca688a194033cb4c382646a9e0a288ca5cad543 /README | |
| parent | bc70be0a0cbadaca29007736e7a274cfc751855e (diff) | |
| download | dhcpcd-fb30935e5be3cac6350e7e5cb05465513813486f.tar.xz | |
Use RTF_PINNED if available.
Allows us to delete in-use subnet routes on FreeBSD.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -35,8 +35,9 @@ set CSTD=gnu99 to work around this. Some BSD systems do not allow the manipulation of automatically added subnet routes. You can find discussion here: http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html -BSD systems where this has been fixed are: +BSD systems where this has been fixed or is known to work are: NetBSD-5.0 + FreeBSD-10.0 Some BSD systems protect against IPv6 NS/NA messages by ensuring that the source address matches an address/prefix on the interface. @@ -47,8 +48,6 @@ BSD systems where this is known to be a problem Occured in NetBSD-5.0, fixed in NetBSD-6.99.29 Occured in OpenBSD-4.2, fixed in OpenBSD-5.0 -On FreeBSD-10 dhcpcd cannot delete IPv4 subnet routes. - We try and detect how dhcpcd should interact with system services at runtime. If we cannot auto-detect how do to this, or it is wrong then you can change this by passing shell commands to --serviceexists, |
