#
726515c9 |
| 11-Nov-2024 |
florian <florian@openbsd.org> |
Prevent completely empty interface blocks.
This is meaningless in dhcpleased(8) and *not* needed to receive leases for an interface. In fact dhcpleased(8) works just fine without any configuration f
Prevent completely empty interface blocks.
This is meaningless in dhcpleased(8) and *not* needed to receive leases for an interface. In fact dhcpleased(8) works just fine without any configuration file at all.
man page diff & OK kn
show more ...
|
#
9720bce5 |
| 09-Nov-2024 |
kn <kn@openbsd.org> |
sync curly braces markup, fix indent
Replace literal braces with .Brq, use a list and indent the interface options under that interface entry to reflect hierarchy (rad.conf(5) does that, too).
Feed
sync curly braces markup, fix indent
Replace literal braces with .Brq, use a list and indent the interface options under that interface entry to reflect hierarchy (rad.conf(5) does that, too).
Feedback from/fine with jmc
show more ...
|
#
6d7478f0 |
| 25-Nov-2023 |
florian <florian@openbsd.org> |
First stab at IPv6-only preferred from RFC8925.
This lets dhcpleased(8) request "IPv6-only preferred". If the server replies with this option dhcpleased stops and does not request a lease and deconf
First stab at IPv6-only preferred from RFC8925.
This lets dhcpleased(8) request "IPv6-only preferred". If the server replies with this option dhcpleased stops and does not request a lease and deconfigures IPv4 on the interface.
For now this is pretty much useless unless one dynamically configures pf(4) to act as a CLAT. gelatod(8) from ports can help with this.
However, this helps me while hacking on a kernel based stateless CLAT by moving dhcpleased out of the way while having an IPv6-mostly network configured to compare behaviour with macOS.
Input jmc OK phessler Input & OK sthen
show more ...
|
#
328c3f4b |
| 02-Mar-2023 |
jmc <jmc@openbsd.org> |
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
also makes "man -k routing" more useful;
help from claudio and florian ok
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
also makes "man -k routing" more useful;
help from claudio and florian ok claudio florian millert
show more ...
|
#
e8f45585 |
| 14-Jun-2022 |
schwarze <schwarze@openbsd.org> |
The curly braces are tokens in the described language, so add the missing .Cm macros; markup error reported by espie@; OK florian@ espie@
|
#
41ce3b17 |
| 31-Mar-2022 |
naddy <naddy@openbsd.org> |
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those untouched.
ok jmc@
|
#
b3441518 |
| 04-Jan-2022 |
florian <florian@openbsd.org> |
Make host name DHCP option configurable. Diff from hagen@sdf.org, tweaks by me. OK phessler testing & OK bket
|
#
3f1d4014 |
| 21-Sep-2021 |
florian <florian@openbsd.org> |
Use upercase DHCP and sprinkle in some ":". Committing on behalf of jmc OK deraadt
|
#
2ce8e409 |
| 20-Sep-2021 |
florian <florian@openbsd.org> |
Document how a 0 byte can be encoded for client-id. Requested by & OK sthen mdoc clue by schwarze
|
#
8a60c40e |
| 20-Sep-2021 |
florian <florian@openbsd.org> |
According to RFC 2132 (9.14. Client identifier) a hardware type of 0 should be used when the client identifier is not a hardware address, for example if it's just a string. It turns out that the majo
According to RFC 2132 (9.14. Client identifier) a hardware type of 0 should be used when the client identifier is not a hardware address, for example if it's just a string. It turns out that the majority of dhcp clients (and possibly servers?) does not do this but rather transmits the client identifier verbatim if a string is configured. The first character becomes the hardware type. Make dhcpleased(8) behave the same. Difference in behavior with dhclient(8) and interoperability issues with dhcp(8) first pointed out by Olivier Cherrier on misc@ OK sthen fine to get it in for 7.0 deraadt
show more ...
|
#
c2bc6c6d |
| 12-Aug-2021 |
florian <florian@openbsd.org> |
Make it possible to ignore routes or nameservers from a lease as well as ignoring servers entirely. Tested by bket Parser looks reasonable to benno man page OK jmc
|
#
8f549eb7 |
| 27-Jul-2021 |
florian <florian@openbsd.org> |
Improve markup. Suggested by schwarze
|
#
2db60f39 |
| 27-Jul-2021 |
jmc <jmc@openbsd.org> |
zap trailing comma in SEE ALSO;
|
#
dfa73d75 |
| 26-Jul-2021 |
sthen <sthen@openbsd.org> |
small tweaks to dhcpleased.conf(5), ok jmc florian
|
#
a41cc082 |
| 26-Jul-2021 |
florian <florian@openbsd.org> |
Implement possibility to send vendor class identifier (option 60) and client identifier (option 61). Some dhcp servers expect these options and refuse to hand out a lease without them. Need for vendo
Implement possibility to send vendor class identifier (option 60) and client identifier (option 61). Some dhcp servers expect these options and refuse to hand out a lease without them. Need for vendor class identifier pointed out & tested by bket Need for client identifier pointed out by sthen Input & reads OK sthen (as part of a larger diff) OK kn (as part of a larger diff)
show more ...
|