Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-02 | Mark some additional function arguments as const. | Claudio Jeker | |
2005-11-02 | Reorder and comment reconfigure(). Makes more sense so. | Claudio Jeker | |
2005-11-02 | Add IPv6 support for the address and prefix parser. OK henning@ | Claudio Jeker | |
2005-11-02 | Use 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-02 | Implement filterset_equal() and rde_filter_equal(). Both return 1 if | Claudio 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-01 | Sort filter_set with equal type as well. This affects community | Claudio Jeker | |
attributes and set nexthop. Now the full filter set list is sorted. | |||
2005-11-01 | Relative metrics should be stored in relative and not metric. The one | Claudio Jeker | |
is singed the other not. | |||
2005-11-01 | Make sure, that the list of filter_sets is ordered. Makes comparing easier. | Claudio Jeker | |
2005-11-01 | Add -P option. This shows the pkgpath for each package. Nice for building | Bernd Ahlers | |
subdirlists. Document new option. "commit" espie@ | |||
2005-11-01 | Softreconfig out support. On config reload filter changes of outgoing rules | Claudio 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-01 | Major cleanup in rde_update.c. Merge equal code used in different places | Claudio 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-01 | Switch 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-31 | Missing space in printf for unknown peers. | Claudio Jeker | |
2005-10-31 | Print group names in rules in double quotes. Makes the output more parsable. | Claudio Jeker | |
2005-10-30 | remove some unneeded #includes and correct keyword in error string; | Kevin Steves | |
ok claudio@ | |||
2005-10-28 | fix error code path for pkg_info -e pouet | Marc Espie | |
2005-10-28 | remove duplicate directory entry for hotplugd; phirerunner@comcast.net | Theo de Raadt | |
2005-10-28 | a little bit saner macros; | Jason McIntyre | |
2005-10-28 | authentication cleanup and clarification; | Kevin Steves | |
ok and mdoc help claudio@ jmc@ | |||
2005-10-28 | clean auth error messages; ok claudio@ msf@ | Kevin Steves | |
2005-10-28 | sync usage() with man page synopsis; | Jason McIntyre | |
2005-10-27 | Add something to explain effect of passive interface; ok claudio@ | Kevin Steves | |
2005-10-27 | indicate passive interface in 'show interface'; ok claudio@ | Kevin Steves | |
2005-10-27 | sort options and sync usage(); | Jason McIntyre | |
2005-10-27 | describe the relevant sysctls, and what exactly -F does; | Jason McIntyre | |
ok todd@ | |||
2005-10-27 | Fix a perl warning during package deletion. | Bernd Ahlers | |
Noticed by Jonathan Weiss <jw at innerewut.de>, thanks. ok espie@ | |||
2005-10-26 | better description of -F and FILES; | Jason McIntyre | |
2005-10-26 | document interaction with hostname.if(5); | Jason McIntyre | |
help/ok todd@ | |||
2005-10-26 | add checks in skip for walking off the file. | Marc Espie | |
use cleaner code for reading headers. | |||
2005-10-26 | minor clean-up, unhardcode test for type, use a table instead. | Marc Espie | |
2005-10-26 | some unneeded #includes; ok claudio@ | Kevin Steves | |
2005-10-25 | zap 229 (frantisek holop) | Marc Espie | |
2005-10-25 | 0) ospfctl doesn't use ospfd.conf so remove that from FILES | Kevin 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@ | |||
2005-10-25 | some small improvements; | Jason McIntyre | |
2005-10-25 | sort options; | Jason McIntyre | |
2005-10-24 | more robust deletion: rebuild item from file system instead of using | Marc Espie | |
computed state information, for storage in partial package. | |||
2005-10-24 | use a visitor('prepare_for_deletion') to validate plist for removal, | Marc Espie | |
so that we can put more checks earlier... | |||
2005-10-24 | factor out a bit of code, and be more aware of symlinks. | Marc Espie | |
2005-10-24 | filter out .libs-* later, so that compute_closures() packages do not | Marc Espie | |
get involved. | |||
2005-10-24 | do not try to find a match for .libs-* packages. | Marc Espie | |
2005-10-23 | use err() vs. fatal(); ok claudio@ | Kevin Steves | |
2005-10-23 | if resumed from ^Z, display meter without waiting for changes. | Marc Espie | |
idea from deraadt@ | |||
2005-10-22 | add a hint to close that says how the fd got closed (real error, premature, | Marc Espie | |
normal). This will get used by parse_problems() to figure out what to report exactly, e.g., short writes from prematurely closed fd are not real errors... stuff that can't connect IPv6 and retries as v4 is not either, unless there's a genuine `can't connect error'. | |||
2005-10-22 | always display the list of packages we can't update. | Marc Espie | |
2005-10-22 | more non-errors from ftp. | Marc Espie | |
2005-10-22 | I haven't received any feedback at all about this patch, so everyone | Marc Espie | |
gets to test it. | |||
2005-10-22 | be more explicit about what's going on. | Marc Espie | |
2005-10-21 | htons() instead of ntohs() when going from host to network. | Claudio Jeker | |
2005-10-21 | Revert part of rev 1.14. For now queue LSAs to all neighbors if the interface | Claudio Jeker | |
is in state BACKUP or DR -- even to the DR. This causes unneeded retransmission of LSAs but solves a problem with self originated ones. The BDR was no longer capable to reliably flood self originated LSA. Better solution will follow. Reported by stevesk@ |