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
/
dvmrpd
/
at
jcs
35 files
Makefile
work on making log.c similar in all daemons:
9 years ago
ask_nbrs2.c
Update and refactor dvrmpd to use the new ibu API.
2 years ago
control.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
control.h
Cleanup control like in the other routing daemons. Move control_state and ctl_conns to control.c cleanup headers and the engine accordingly.
5 years ago
dvmrp.h
Initial support for pruning. When every single interface is removed from the downstream list for a particular source send a prune to the upstream router.
17 years ago
dvmrpd.8
improve the Nd lines such that the format is consistent for the various *d, *conf, *ctl files (where relevant) and simple;
3 years ago
dvmrpd.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
dvmrpd.conf.5
Make internal hyperlinking work by moving custom sections from .Sh to .Ss and the titles from all caps to sentence case such that they match the table of contents, and switch from .Sy to .Sx as needed. OK florian@
9 months ago
dvmrpd.h
remove prototypes with no matching function; ok claudio@
2 years ago
dvmrpe.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
dvmrpe.h
Update and refactor dvrmpd to use the new ibu API.
2 years ago
graft.c
Update and refactor dvrmpd to use the new ibu API.
2 years ago
graft_ack.c
Update and refactor dvrmpd to use the new ibu API.
2 years ago
group.c
Nuke more obvious #include duplications.
11 years ago
igmp.c
Mechanically change inet_aton to inet_pton.
2 years ago
igmp.h
Make RDE aware of multicast group members per interface. This is needed to make unicast routing decisions.
17 years ago
in_cksum.c
Fixed typo in error message.
11 years ago
interface.c
Mechanically change inet_aton to inet_pton.
2 years ago
kmroute.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
kroute.c
More daemons need the same treatment as ospfd recently got in order to prevent NULL dereference in interface departure logic when the arrival of the same interface has not been observed.
1 year ago
log.c
Like all other log.c just exit(1) in fatal()
5 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
nbrs2.c
Update and refactor dvrmpd to use the new ibu API.
2 years ago
neighbor.c
Notify the rde when a neighbor goes down. When this happens we have to rebuild the list of downstream interfaces.
17 years ago
packet.c
Mechanically change inet_aton to inet_pton.
2 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
Correct the logic on when fib-update is set. Test the flag don't bitwise or it.
15 years ago
probe.c
Mechanically change inet_aton to inet_pton.
2 years ago
prune.c
Update and refactor dvrmpd to use the new ibu API.
2 years ago
rde.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
rde.h
remove prototypes with no matching function; ok claudio@
2 years ago
rde_mfc.c
use the right struct size in mfc_add_prune() found with ports gcc, ok claudio@
3 months ago
rde_srt.c
add missing braces implied by indentation ok millert@ claudio@
7 years ago
report.c
Mechanically change inet_aton to inet_pton.
2 years ago