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
/
eigrpd
/
at
jcs
30 files
Makefile
work on making log.c similar in all daemons:
9 years ago
control.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
control.h
Same control cleanup that was done for ospfd and ripd. Move the control_state and ctl_conns structs into control.c nothing else uses these structs.
5 years ago
eigrp.h
Simplify handling of multicast addresses.
9 years ago
eigrpd.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
eigrpd.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
eigrpd.conf.5
Slightly iprove a confusing wording in the parse.y manuals: The things that need quoting are not necessarily "argument names", and not even necessarily "names" at all, so just talk about "arguments".
2 months ago
eigrpd.h
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
4 years ago
eigrpe.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
eigrpe.h
Same control cleanup that was done for ospfd and ripd. Move the control_state and ctl_conns structs into control.c nothing else uses these structs.
5 years ago
hello.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago
in_cksum.c
Welcome eigrpd
10 years ago
interface.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
kroute.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
log.c
remove duplicate includes
3 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
neighbor.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
packet.c
Rewrite send_packet to update the eigrp header without using ibuf_seek.
2 years ago
parse.y
inet_pton returns 0 and -1 for error.
2 years ago
printconf.c
Make functions and variables static whenever possible.
9 years ago
query.c
Minor tweaks
9 years ago
rde.c
Convert simple stuff in usr.sbin over to new imsgbuf_init behaviour
1 year ago
rde.h
Minor tweaks
9 years ago
rde_dual.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
reply.c
Minor tweaks
9 years ago
rtp.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
tlv.c
Start using the new ibuf API in eigrpd. One ibuf_seek() still left since the change is not trivial and I don't have a eigrp testbed. OK tb@
2 years ago
update.c
Minor tweaks
9 years ago
util.c
spelling fixes; from paul tagliamonte any parts of his diff not taken are noted on tech
3 years ago