1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin/ospfd
2008-10-17 13:02:55 +00:00
..
area.c Bye bye global ospf options. OSPF options are per area (at least the one 2007-10-11 12:19:31 +00:00
auth.c Use memcpy() and memcmp() like everywhere else in ospfd. OK norby@ 2008-07-24 18:46:59 +00:00
buffer.c Unify code between the various flavors of imsg buffer.c. 2008-10-03 15:20:29 +00:00
carp.c Demote support for ospfd. It is possible to specify a demote group on 2007-05-29 22:08:25 +00:00
control.c do not leak confd on malloc failure in control_accept() 2008-01-31 12:17:35 +00:00
control.h typo in define. Found by David Krause. 2005-05-25 13:41:43 +00:00
database.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
hello.c Bye bye global ospf options. OSPF options are per area (at least the one 2007-10-11 12:19:31 +00:00
imsg.c make imsg_create use dynamic buffers. 2007-07-24 16:46:09 +00:00
in_cksum.c term 3 here can be dropped too 2007-01-08 19:37:04 +00:00
interface.c Switch some more baudrates to 64 bit and initialize iface->baudrate. 2007-09-11 16:02:55 +00:00
iso_cksum.c Cleanup and "simplify" iso checksum implementation. OK norby@ 2006-02-03 12:51:12 +00:00
kroute.c Refactor code that handles the kroute interfaces and make it possible to 2008-09-29 09:54:30 +00:00
log.c Add some NOTREACHED to please lint. 2006-03-09 16:58:40 +00:00
log.h spaces 2007-09-28 18:46:56 +00:00
lsack.c Use size_t for buffer lenght passed to send_ls_ack() plus an ARGSUSED. 2006-04-25 08:33:00 +00:00
lsreq.c The return value of the start/stop timer functions is almost never checked. 2006-03-13 09:36:06 +00:00
lsupdate.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
Makefile Demote support for ospfd. It is possible to specify a demote group on 2007-05-29 22:08:25 +00:00
name2id.c add support for mapping route labels to AS-external route tags. 2007-06-19 16:45:15 +00:00
neighbor.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
ospf.h Make it possible to set the metric and LSA type for redistributed routes. 2006-12-07 19:14:27 +00:00
ospfd.8 segement -> segment; from Denis Doroshenko 2007-10-25 16:10:12 +00:00
ospfd.c Error out with usage line if additional arguments are given after the 2008-05-12 19:15:02 +00:00
ospfd.conf.5 Fix typo. 2008-06-10 07:22:45 +00:00
ospfd.h Bye bye global ospf options. OSPF options are per area (at least the one 2007-10-11 12:19:31 +00:00
ospfe.c Funny typo, it is fib not fip so adjust function name. 2007-10-13 13:21:24 +00:00
ospfe.h Funny typo, it is fib not fip so adjust function name. 2007-10-13 13:21:24 +00:00
packet.c Don't be to strict in find_iface() about what we accept on point-to-point 2008-09-12 09:54:47 +00:00
parse.y bring in the findeol() fix from pfctl. list of affected parsers by sthen 2008-10-17 13:02:55 +00:00
printconf.c When printing the config always include the interface IP address. 2007-09-30 13:28:09 +00:00
rde_lsdb.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
rde_spf.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
rde.c Correct the output of several error and debug messages. 2008-02-11 12:37:37 +00:00
rde.h add support for mapping route labels to AS-external route tags. 2007-06-19 16:45:15 +00:00