Age | Commit message (Expand) | Author |
2009-03-29 | Update spf_calc() for OSPFv3. | Stefan Sperling |
2009-03-29 | Update calc_nexthop() for OSPFv3, using helper functions added in | Stefan Sperling |
2009-03-29 | As a first step towards SPF tree calculation, prepare for proper | Stefan Sperling |
2009-03-29 | Update linked() for OSPFv3. | Stefan Sperling |
2009-03-29 | Change get_net_link()'s idx argument to unsigned, and make it | Stefan Sperling |
2009-03-29 | Because get_rtr_link() forgot to increment the buffer offset | Stefan Sperling |
2009-03-29 | Remove lsa_find_net(), it isn't needed for OSPFv3. | Stefan Sperling |
2009-03-29 | Add lsa_find_rtr() function, which finds among multiple router | Stefan Sperling |
2009-03-29 | In lsa_num_links(), be more obvious about what parts of the LSA | Stefan Sperling |
2009-03-29 | Add log_rtr_id() function to log 32bit numbers in dot-quad notation. | Stefan Sperling |
2009-03-29 | Now that struct lsa_net represents just the options, orig_net_lsa() | Stefan Sperling |
2009-03-29 | Remove att_rtr field from struct lsa_net. | Stefan Sperling |
2009-03-29 | Key-Id 0 is not only not available on Cisco devices but also on other devices. | Claudio Jeker |
2009-03-29 | Stop using the att_rtr member of struct lsa_net, we're going to remove it. | Stefan Sperling |
2009-03-29 | For SPF calculation, we will need the source address specified | Stefan Sperling |
2009-03-29 | ospf6ctl had lsa_rtr_link fields mixed up. | Stefan Sperling |
2009-03-29 | turn some log_debugs into log_warns or even fatals; "looks ok" gilles@ | Jacek Masiulaniec |
2009-03-28 | Print the correct function name in log_debug(). | Michele Marchetto |
2009-03-27 | Mitigate the risk of leaving the system in an inconsistent state | Antoine Jacoutot |
2009-03-27 | Allow the announcement of default route also via redistribute 0.0.0.0/0 | Michele Marchetto |
2009-03-27 | getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5) | Ingo Schwarze |
2009-03-26 | argh, do not reuse the global trans_as flag to be applied to the peer | Henning Brauer |
2009-03-25 | Several cleanups: | Antoine Jacoutot |
2009-03-25 | You can now feed sysmerge with an etcXX and/or xetcXX tarball(s) | Antoine Jacoutot |
2009-03-25 | With redistribute connected set, announce the prefix on the interface | Michele Marchetto |
2009-03-24 | Change the behaviour of redistribute default. | Michele Marchetto |
2009-03-23 | various minor improvements; ok jacekm gilles | Jason McIntyre |
2009-03-23 | correct example; from Sebastian Rother | Jason McIntyre |
2009-03-23 | repair library use. this was detected on the vax, a nice static linking | Theo de Raadt |
2009-03-23 | good god no you do not use LDFLAGS to pull in libraries | Theo de Raadt |
2009-03-23 | Fixed a leaking of a fd each time a file is delivered to a mbox, which | Tobias Stoeckmann |
2009-03-22 | fix a bug in the resolution of forward files which would cause usernames | Gilles Chehade |
2009-03-22 | make transparent-as yes|no settable peer neighbor with the global setting | Henning Brauer |
2009-03-22 | trivial message repair, ok jacek@ | Ian Darwin |
2009-03-20 | - grammar tweak | Jasper Lievisse Adriaanse |
2009-03-20 | initialize variable before using it as a counter in a loop | Gilles Chehade |
2009-03-19 | since maps may contain secrets, carry ownership and perms from source file | Jacek Masiulaniec |
2009-03-19 | make action_type == 0 mean A_INVALID, not A_RELAY; ok gilles@ | Jacek Masiulaniec |
2009-03-19 | First big chunk of mrt rewrite. Simplifies code hopefully and fixes table | Claudio Jeker |
2009-03-19 | Implement a attr_writebuf() function that works on a struct buf instead of | Claudio Jeker |
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade |
2009-03-19 | in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is | Gilles Chehade |
2009-03-18 | remove debug X-Cipher and turn it into a useful log_info() | Gilles Chehade |
2009-03-18 | Correctly check the peer group for mrt dumps. Without this all non-grouped | Claudio Jeker |
2009-03-18 | Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE. | Claudio Jeker |
2009-03-18 | Introduce local_as in the peer config. This allows per peer local AS and | Claudio Jeker |
2009-03-18 | short_as is always initialised to the 16bit AS that is used. So no need | Claudio Jeker |
2009-03-18 | previous commit removed "else" condition | Gilles Chehade |
2009-03-18 | we can no longer create batches of MDA deliveries, so make sure runner | Gilles Chehade |
2009-03-18 | unbreak make release, spotted by todd and kurt | Jacek Masiulaniec |