Age | Commit message (Expand) | Author |
2006-02-11 | Fix a few "discards qualifier" warnings. From A. Farber in PR 5114. | Otto Moerbeek |
2006-02-10 | imsg API changed so adapt to it. | Claudio Jeker |
2006-02-10 | ospfd does not need fd passing via the imsg framework so remove that code | Claudio Jeker |
2006-02-10 | Make it possible to turn suftreconfig in/out on or off. Default is on for | Claudio Jeker |
2006-02-10 | If ABR only look in the backbone area 0.0.0.0 for summary LSA. OK norby@ | Claudio Jeker |
2006-02-10 | reset $state->{dir} to the correct value after deleting the replaced package. | Marc Espie |
2006-02-10 | Use the ProgressMeter engine to display the update messages. This makes | Bernd Ahlers |
2006-02-10 | If the length of the message in OpenBSD::ProgressMeter::message() is shorter | Bernd Ahlers |
2006-02-09 | Implement "set community delete 65001:*" and friends. This will remove | Claudio Jeker |
2006-02-09 | When comparing community type, cast to u_int16_t. The same is done for the | Claudio Jeker |
2006-02-09 | attr_free() should not modify others_len as it does not resize the others | Claudio Jeker |
2006-02-09 | Don't calculate all areas every time the link state database is updated, | Esben Norby |
2006-02-09 | inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitly | Claudio Jeker |
2006-02-09 | Prevent the neighbor FSM from getting stuck forever in state EXSTART. | Esben Norby |
2006-02-09 | Turn validate_plist() into a real visitor that calls validate() for each | Marc Espie |
2006-02-09 | use new interface (*close*) | Marc Espie |
2006-02-09 | Add some nice interfaces instead of the hint() argument to close(). | Marc Espie |
2006-02-08 | For now dump only stuff from the local-RIB into mrt table dumps. | Claudio Jeker |
2006-02-08 | - configuration file can have relative path | Camiel Dobbelaar |
2006-02-08 | fix logic both in the decision when to re-init the capabilities negotiation | Henning Brauer |
2006-02-07 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-07 | synch | Marc Espie |
2006-02-07 | minor independent tweaks: | Marc Espie |
2006-02-07 | look at noexec as well | Marc Espie |
2006-02-07 | Don't push undef into the todo list. This avoids some perl warnings. | Bernd Ahlers |
2006-02-06 | tell user about collision much earlier, so that they do not wonder what | Marc Espie |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-06 | don't error out but give a warning when sysctl() | Moritz Jodeit |
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre |
2006-02-05 | tweaks; ok claudio | Jason McIntyre |
2006-02-04 | Document the new special community part "neighbor-as". OK henning@ | Claudio Jeker |
2006-02-03 | If the aspath gets copied because it is modified use the copy for filter | Claudio Jeker |
2006-02-03 | Doh! Fix stupid copy paste error. Setting the community type to the AS instead | Claudio Jeker |
2006-02-03 | Cleanup and "simplify" iso checksum implementation. OK norby@ | Claudio Jeker |
2006-02-02 | Be less verbose about DR/BDR selection this seems to be rock solid now. | Claudio Jeker |
2006-02-02 | zap md_list_empty, found by lint. | Esben Norby |
2006-02-02 | zap cand_list_empty, found by lint. | Esben Norby |
2006-02-02 | Implement new special community "neighbor-as". neighbor-as is expanded on | Claudio Jeker |
2006-02-01 | Simplify expression code. Patch from markus@. | Marco Pfatschbacher |
2006-02-01 | Run external tests synchronous at state changes and | Marco Pfatschbacher |
2006-02-01 | If we reenter a state, it still has the old link state values cached. | Marco Pfatschbacher |
2006-02-01 | spf_calc should only do what the name says - calculate the spf tree. | Esben Norby |
2006-02-01 | Wrong type, found by lint. | Esben Norby |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek |
2006-02-01 | variable naming, a -> addr. | Esben Norby |
2006-02-01 | zap unused function. | Esben Norby |
2006-02-01 | NTP is described by RFC 1305, not 1035; | Jason McIntyre |
2006-01-31 | When sysctl(3) fails, check for ENOENT instead of ENXIO to find | Moritz Jodeit |
2006-01-31 | Dynamic routes (PMTU, etc) are not redistributable even for IPv6. | Claudio Jeker |
2006-01-31 | fix a bug by updating the bpf packet header for each received frame in | Reyk Floeter |