Age | Commit message (Collapse) | Author |
|
|
|
but this might increase portability since some other systems do not
grok negative tv_usec well. ok henning@
|
|
problematic *(u_intXX_t*)t casts. This fixes the bus errors I got on sparc64
while doing IEEE802_11_RADIO dumps. OK reyk@ mglocker@
|
|
Change kroute.c code so that it correctly tracks multipath routes.
Route redistribution is way more complex in a mulitpath environment.
It is not possible to redistribute multiple pathes and only a part of the
multipath routes may be redistributable. So a route is redistributed as soon
as one of the multipath routes is redistributable.
Tested and OK norby@ and pyr@ -- at least we see no regression
|
|
OK norby@
|
|
|
|
|
|
noticed by Igor Sobrado
ok henning
|
|
This helps debugging issues with stations that fail to join a network.
OK mglocker@, reyk@, jsg@
|
|
|
|
drop them.
Small typo.
OK norby@
|
|
also enhance ipv6 support by unpacking the [addr]:port format.
ok beck, itojun, various others
|
|
the router LSA so that the change propagates instantly. Call orig_rtr_lsa()
in merge_config() if a interface in an area changes. Do it as late as possible
to reduce the amount of updates generated by a config reload.
Found and tested by Stuart Henderson. OK norby@
|
|
crashes. it compiles now, so remove the workaround
|
|
improves sensor timekeeping significantly.
Before this patch my test system's frequency adjustment would range
between -350 and +250, with timedelta rarely getting close to 0. After,
frequency adjustmens is on the order of +/- 0.05ppm, with time +/- a
few microseconds away from 0
ok henning, mbalmer, otto
|
|
programs.
prompted by deraadt@ and cloder@, ok cloder@, henning@, xsa@
|
|
a valid config file again.
|
|
"router" needs to be added before "router-dead-time".
Figured out by Stuart Henderson
|
|
(happens when the machine is an IPv6 router).
from kame
ok deraadt, mbalmer
|
|
*c && !isspace(*c) is not equivalent to !isspace(*c)
ok millert@
|
|
Now we are able to select correctly designated forwarders and downstream
dependent routers per interface.
Tested and OK norby@
|
|
|
|
switch to "stub router yes" if the forwarding sysctl is set to something
differently than 1. This can be overruled by a later "stub router no"
in ospfd.conf. More work is needed here.
OK norby@
|
|
Also modify the fib-update block a bit because "fib-update no" implies
"stub router yes".
OK norby@
|
|
This allows ospfd to announce networks without the need to transit traffic.
stub router is enabled if the fib is not coupled, net.inet.ip.forwarding is
not 1 or if the stub router global config option is set to yes.
OK norby@
|
|
optional connection "retry" to the forward to, service, and nat lookup
options. for example, "nat lookup retry 3" is useful when running
hoststated as a transparent proxy when connecting to unreliable
frontend/backend servers.
ok pyr@
|
|
fixes documentation/5403: dst argument not defined in config manpage
from James Hartley
|
|
a little of afterboot(8)'s wisdom to prepare for my killing the kernel
building section in afterboot(8) (which is here replicated);
|
|
|
|
ok deraadt millert
|
|
ok deraadt millert
|
|
ok deraadt millert
|
|
ok deraadt millert
|
|
routing labels in ripd's kroute code. Just steal the code from ospfd which
does it right. OK michele@
|
|
|
|
|
|
|
|
signal "connection closed" upstream.
spotted by Valentin Kozamernik <tin@komna.com>
|
|
|
|
- if archiving discovers issues, then go into high speed mode where stuff
doesn't get written.
- in case of errors or fatal signals, make sure to remove a partially
written archive.
|
|
|
|
12-line song and dance that standard functions need; bret.lambert@gmail
|
|
only packages, so it's not really necessary to check for file existence
and rights. Besides, actual use of package stuff will try reading +CONTENTS
in a guarded way, so it will error out sanely...
Trims out hundreds of stat() under /var/db/pkg, which are largely responsible
for the slow start time of pkg_* tools.
|
|
|
|
which prevented the pfe to accept statistics updates and natlookups
from any other process then the first one. in other words, this will
show you the total relay statistics off _all_ preforked processes
(hoststatectl show relays) and it will unbreak the natlookup mode with
more than one running relay process.
|
|
some time ago. The simple password needs to be nul extended and is allowed
to fill the full buffer the perfect job for stncpy().
Found and tested by Jon Morby.
|
|
|
|
|
|
|
|
|