Age | Commit message (Collapse) | Author |
|
The caveat with this is that MPLS and MPLS_MCAST look exactly the
same. I could prefix the MCAST line with "multicast" or something,
but like everything else in MPLS the meaning of that protocol type
is supposed to have changed. It's no longer meant to indicate
multicast mpls, but mpls with a label selected by an upstream. So
what's the right thing to do?
noticed by Mitchell Krome, who used this breakage to identify another
problem, which won't happen anymore.
|
|
Unfortunately the nameserver types enums needed to be renamed
to not collide with yacc tokens.
|
|
ok dlg@ kettenis@
|
|
`vmctl status id' reports the VM's VCPU states, that is whether they are
running or halted.
Given that only one VCPU is currently supported per VM and the undocumented
states change across repetitive status commands, change it to indicate the
VM's general state based on whether the respective host procces is running
or not.
This makes vmctl reliably report "STATE: RUNNING" and "STATE: STOPPED" for
started and stopped VMs respectively.
OK mlarkin
|
|
dhclient(8).
|
|
|
|
|
|
domain-search. Mention that dhcpd(8) still calls
this option-119. Also mention that the information
provided by this option will be used in preference
to domain-name when constructing resolv.conf(5).
Merciless prodding by florian@ and kn@.
|
|
(comment, log message, and rearrange lines).
|
|
to keep the original authenticators and modify them only if needed.
But actually, there supposed to be no case such that the original
authenticators can be used for the client. Original diff from IIJ.
|
|
classless[-ms]-static-routes verbiage to use
cidr and ip-address types rather than hand
waving manual construction.
Add an explicit note that dhclient(8)
ignores the obsolete "static-routes"
option.
|
|
authenticator mistakenly. Original diff from IIJ.
|
|
surround words with double quote. Also fix a bug in the man page
that module argument was missing for "module set".
|
|
mention them.
|
|
radius module. "secret" for client was required already, but it
hadn't cause an error if it's missing. Original diff from IIJ.
|
|
dhcp-max-message-size (a.k.a. option 57) in the hope of clarifying
things.
|
|
nds-context and nds-tree-name to show that they
are parsed as data-string ('X') and not string ('t').
Correct the documentation of dhcp-option-overload to
show that it is parsed as a single uint8, not an
array of uint8s.
|
|
CTF) is not needed and can be removed.
|
|
|
|
|
|
|
|
(viz. hop-limit-sensitive discards). Older implementations are
known to violate it, as it was made mandatory only recently by
RFC7552 (2015), eight years after the original LDP specification.
ok claudio@
|
|
struct will most probably be wrong. Instead merge the sets and roa table
over by hand so that we know the data is correct and valid.
OK denis@ deraadt@
|
|
the hand-rolled list. This changes the way peers are reloaded since now
both parent and session engine are now merging the lists.
OK denis@
|
|
sure that we don't accidentally enable threading by accident. A threaded
unwind(8) does not work since it's missing openssl locks.
No config.h change.
input & OK sthen
|
|
|
|
|
|
just fork to have separate ASLR/cookies per process. Based on claudio@ work
for bgpd.
|
|
RADIUSD_DEBUG.
|
|
fatalx().
|
|
descriptor keeps CLOEXEC flag then it will be closed unexpectedly by
exec().
ok tedu florian
|
|
- Deny ANY with only one RR in response, by default. Patch from
Daisuke Higashi. The deny-any statement in nsd.conf sets ANY
queries over UDP to be further moved to TCP as well.
Also no additional section processig for type ANY, reducing
the response size.
with an ifdef NOTYET. It is too close to release and we want to let
this sit for a bit.
Pointed out / requested by sthen.
|
|
OK sthen
|
|
brad@
|
|
already.
|
|
on the other parse.y. Also fix the format warnings.
|
|
|
|
parse.y rev 1.381 2019/02/27
ok sthen@
|
|
|
|
Shorten it to better match the style of other log messages.
ok jca@
|
|
ok benno@
|
|
Additional code would be needed to support actually changing the
router-id at runtime; for now be consistent and reject the new
configuration to avoid users a "wtf" moment.
From Mitchell Krome, input from benno@ and deraadt@, ok benno@
|
|
as well in order to be able to do stat(1) on the lock file
ok deraadt@
|
|
|
|
OK benno@
|
|
lines; Found while investigating a diff from Michal Koc; ok kn@
|
|
|
|
traceroute bits from benno.
ok benno claudio
|
|
Feedback and OK jmc
|
|
Document `vmctl start id ...' again but be clear about the difference
between starting new and existing VMs by name and ID respectively. This
completes what I started with vmctl.8 revision 1.61.
Feedback and OK jmc
|