Age | Commit message (Expand) | Author |
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 |
2006-01-30 | Clarify pkg_info -e example; ok espie@ | Miod Vallat |
2006-01-28 | be less verbose: | Nikolay Sturm |
2006-01-28 | simplify statics, remove stupid goto, plug a leak. ok moritz | Ted Unangst |
2006-01-26 | Separate route table calculations from the SPF calculation. | Esben Norby |
2006-01-26 | fix some format strings and add a missing | Moritz Jodeit |
2006-01-25 | Fix an off-by-one in pppd(8)'s option handling. ok tedu@ | Moritz Jodeit |
2006-01-25 | Remove gratuitous fetch_state() calls in state_change(). | Marco Pfatschbacher |
2006-01-24 | Correct debug text | Esben Norby |
2006-01-24 | protect against weird situations where dependencies don't match | Marc Espie |
2006-01-24 | Fix bad indent. | Esben Norby |
2006-01-24 | Split SPF calc and AS Ext calc. | Esben Norby |
2006-01-24 | add -r to synopsis, and tweak its description a little; | Jason McIntyre |
2006-01-24 | introduce "bgpctl show summary terse", shows summary in an easy to parse | Henning Brauer |
2006-01-24 | bgpd does not and will never support route flap damping as defined in the | Claudio Jeker |
2006-01-24 | Last bits for softreconfig in support. Now bgpd will automaticaly rei-filter | Claudio Jeker |
2006-01-24 | Functions in the poll() loop should only be moved around if there are no | Claudio Jeker |
2006-01-24 | Check if filter changed on a per peer basis. This should speed up the | Claudio Jeker |
2006-01-24 | Finally start using the Adj-RIB-In. The most complex part is the modification | Claudio Jeker |
2006-01-24 | It is possible that a prefix is part of two RIBs in that case prefix_remove() | Claudio Jeker |
2006-01-24 | Update comment to match reality. | Claudio Jeker |