tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
usr.sbin
/
ospf6d
/
at
trash-bin2
33 files
Makefile
work on making log.c similar in all daemons:
9 years ago
area.c
Area is now part of struct iface
6 years ago
carp.c
Bring in sync with the bgpd version of carp.c. This fixes a memory leak in an error path.
16 years ago
control.c
Do the same control cleanup as in ospfd. Move control_state and ctl_conns into control.c nothing outside needs access to this.
5 years ago
control.h
Do the same control cleanup as in ospfd. Move control_state and ctl_conns into control.c nothing outside needs access to this.
5 years ago
database.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
hello.c
Remove unused variables
5 years ago
interface.c
Remove unneeded <stddef.h>
5 years ago
iso_cksum.c
Welcome ospf6d
18 years ago
kroute.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
log.c
bring ospf6d's log.c in sync with ospfd and bgpd ok florian@ claudio@
8 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
logmsg.c
work on making log.c similar in all daemons:
9 years ago
lsack.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
lsreq.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
lsupdate.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
name2id.c
Welcome ospf6d
18 years ago
neighbor.c
log the interface along with the neighbour ID in various ospfd/ospf6d messages. ok remi@ benno@
4 years ago
ospf6.h
sync w/ospfd: improve snapshot handling; ok claudio, sthen
13 years ago
ospf6d.8
man pages: add missing commas between subordinate and main clauses
4 years ago
ospf6d.c
ospf6d: fix -Wunused-but-set-variable warnings
4 years ago
ospf6d.conf.5
man pages: add missing commas between subordinate and main clauses
4 years ago
ospf6d.h
Properly define ospfd_process as an extern in the header file.
5 years ago
ospfe.c
Make the struct imsgev static. With this ospf6d compiles with -fno-common
5 years ago
ospfe.h
Like in ospfd use a static pkt_ptr buffer.
5 years ago
packet.c
Like ospfd allocate the recv buffer with malloc() on first call. This code assumes some alignment of the buffer which may not be the case with bss memory.
5 years ago
parse.y
Don't declare variables as "unsigned char *" that are passed to functions that take "char *" arguments. Where such chars are assigned to int or passed to ctype functions, explicitly cast them to unsigned char.
4 years ago
printconf.c
Allow the interface setting "type p2p" to be configured globallz or per area. Most of the other interface settings allow this.
6 years ago
rde.c
ospf6d: fix -Wunused-but-set-variable warnings
4 years ago
rde.h
Bring ospf6d closer to ospfd
6 years ago
rde_lsdb.c
Fix indent
5 years ago
rde_spf.c
Handle connected routes as ospfd(8) does.
6 years ago
util.c
Make sure that the prefixlen returned by mask2prefixlen is never bigger than 128. Initially proposed by claudio@ for bgpd.
7 years ago