summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-11-09whever -> whenever in commentsMartin Reindl
ok jmc@
2005-11-05same fix as Add.pm: make sure we parse the whole package.Marc Espie
2005-11-05-F conflicts does not really exist, so don't document itNikolay Sturm
ok espie@
2005-11-04The candidate list is a sorted linear list so when changing the cost ofClaudio Jeker
a vertex that is already a candidate it is necessary to remove and insert the candidate otherwise the candidate list is no longer correctly sorted. OK norby@
2005-11-04The maximal rate LSA can be updated is all MIN_LS_INTERVAL seconds and notClaudio Jeker
MIN_LS_ARRIVAL. MIN_LS_ARRIVAL is used to limit the rate of incomming updates.
2005-11-04Set the vertex timestamp as soon as possible giving ospfd a chance to recoverClaudio Jeker
from time jumps.
2005-11-04Kill spf_timer in struct ospfd_conf. There is no need for two event structsClaudio Jeker
just use ev for the spf_timer -- ev is unused in the RDE.
2005-11-04Use >= instead of == to compare cost with LS_INFINITY. While there fix a typo.Claudio Jeker
2005-11-04In the super fast start-up case in recv_db_description() make sure theClaudio Jeker
the 2WAY neighbor event is issued before the interface NBR_CHNG. Fix some comments while there.
2005-11-04Remove unused variable link_state in struct nbr.Claudio Jeker
2005-11-04Make "interface em0 { }" work again. Reported and OK stevesk@Claudio Jeker
2005-11-04crank pf_state and pf_src_node byte and packet counters to u_in64_t, sinceRyan Thomas McBride
we're breaking pfsync compatibility this cycle anyways. Requested by djm@, ok henning@, 'wheee!' deraadt@
2005-11-03kludge: avoid creating non-empty files.Marc Espie
I don't like the fix, but it works...
2005-11-03exit with 1 if we can't install shit thanks to dependencies issues.Marc Espie
found out by sturm@
2005-11-02In case we are pretending, make sure we skip to the next archive member.Marc Espie
Otherwise, we might miss a truncated archive that's missing its last file, and PKG_CACHE won't work, since it hits a SIGPIPE too soon. Nice testcase from sturm@
2005-11-02Simplify OpenBSD::PackingElement::Sysctl::install().Bernd Ahlers
okay espie@
2005-11-02Mark some additional function arguments as const.Claudio Jeker
2005-11-02Reorder and comment reconfigure(). Makes more sense so.Claudio Jeker
2005-11-02Add IPv6 support for the address and prefix parser. OK henning@Claudio Jeker
2005-11-02Use the new rde_filter_equal() with dir = DIR_OUT to check if a soft-Claudio Jeker
reconfigure out run is needed or not. If the output filters did not change no table walk is needed.
2005-11-02Implement filterset_equal() and rde_filter_equal(). Both return 1 ifClaudio Jeker
the two passed filter(set)s are equal or 0 otherwise. rde_filter_equal() has an additional argument dir to specify which direction should be considered.
2005-11-02- sort options and sync usage()Jason McIntyre
- new sentence, new line - a few other minor tweaks
2005-11-01Sort filter_set with equal type as well. This affects communityClaudio Jeker
attributes and set nexthop. Now the full filter set list is sorted.
2005-11-01Relative metrics should be stored in relative and not metric. The oneClaudio Jeker
is singed the other not.
2005-11-01Make sure, that the list of filter_sets is ordered. Makes comparing easier.Claudio Jeker
2005-11-01Add -P option. This shows the pkgpath for each package. Nice for buildingBernd Ahlers
subdirlists. Document new option. "commit" espie@
2005-11-01Softreconfig out support. On config reload filter changes of outgoing rulesClaudio Jeker
will propagte directly to the neighbors. There is no need to restart bgpd in that case. Currently not optimal but a good start. "get it in" henning@
2005-11-01Major cleanup in rde_update.c. Merge equal code used in different placesClaudio Jeker
into own functions. Move up_dump_upcall() into rde.c and rename it rde_up_dump_upcall(). This is needed for the next step. up_test_update() tests if an update or withdraw is needed and up_generate() creates the updates. "get it in" henning@ (he is eager on softreconfig out)
2005-11-01Switch from the per peer filter set list to a filter-only solution.Claudio Jeker
The default filter_sets are converted into match filter rules that get evaluated first. Simplifies code massively -- mainly the config reload part -- and makes softreconfig out a piece of cake. "get it in" henning@
2005-10-31Missing space in printf for unknown peers.Claudio Jeker
2005-10-31Print group names in rules in double quotes. Makes the output more parsable.Claudio Jeker
2005-10-30remove some unneeded #includes and correct keyword in error string;Kevin Steves
ok claudio@
2005-10-28fix error code path for pkg_info -e pouetMarc Espie
2005-10-28remove duplicate directory entry for hotplugd; phirerunner@comcast.netTheo de Raadt
2005-10-28a little bit saner macros;Jason McIntyre
2005-10-28authentication cleanup and clarification;Kevin Steves
ok and mdoc help claudio@ jmc@
2005-10-28clean auth error messages; ok claudio@ msf@Kevin Steves
2005-10-28sync usage() with man page synopsis;Jason McIntyre
2005-10-27Add something to explain effect of passive interface; ok claudio@Kevin Steves
2005-10-27indicate passive interface in 'show interface'; ok claudio@Kevin Steves
2005-10-27sort options and sync usage();Jason McIntyre
2005-10-27describe the relevant sysctls, and what exactly -F does;Jason McIntyre
ok todd@
2005-10-27Fix a perl warning during package deletion.Bernd Ahlers
Noticed by Jonathan Weiss <jw at innerewut.de>, thanks. ok espie@
2005-10-26better description of -F and FILES;Jason McIntyre
2005-10-26document interaction with hostname.if(5);Jason McIntyre
help/ok todd@
2005-10-26add checks in skip for walking off the file.Marc Espie
use cleaner code for reading headers.
2005-10-26minor clean-up, unhardcode test for type, use a table instead.Marc Espie
2005-10-26some unneeded #includes; ok claudio@Kevin Steves
2005-10-25zap 229 (frantisek holop)Marc Espie
2005-10-250) ospfctl doesn't use ospfd.conf so remove that from FILESKevin Steves
1) add /var/run/ospfd.sock to ospfd and ospfctl FILES 2) add .Xr ospfd.conf 5 to ospfctl SEE ALSO ok claudio@ jmc@