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
trash-bin2
30 files
Makefile
work on making log.c similar in all daemons:
9 years ago
control.c
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
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
Consistently use _rcctl enable foo_ in examples, it's simpler and less error prone than manually editing rc.conf.local, and also works to enable ipsec and accounting.
6 years ago
eigrpd.c
Kill global eigrpd_process and instead pass the proc to merge_config() and config_clear(). Also set log_procname directly and remove the log_procnames array.
5 years ago
eigrpd.conf.5
list example files in FILES with a short description: generally, "Example configuration file.", but occasionally something else fit better; at the same time, try to make the format for FILES more consistent;
5 years ago
eigrpd.h
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
4 years ago
eigrpe.c
Kill global eigrpd_process and instead pass the proc to merge_config() and config_clear(). Also set log_procname directly and remove the log_procnames array.
5 years 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
Remove superfluous includes and follow style(9).
9 years ago
in_cksum.c
Welcome eigrpd
10 years ago
interface.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
Unify ROUNDUP macros for parsing route messages. Use the macro from route(8) / ospf6d(8) since it works also with argument 0.
8 years ago
log.c
Use log_procname instead of log_procnames[eigrpd_process]. It should be the same thing.
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
neighbor.c
Make functions and variables static whenever possible.
9 years ago
packet.c
Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
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
Make functions and variables static whenever possible.
9 years ago
query.c
Minor tweaks
9 years ago
rde.c
Kill global eigrpd_process and instead pass the proc to merge_config() and config_clear(). Also set log_procname directly and remove the log_procnames array.
5 years ago
rde.h
Minor tweaks
9 years ago
rde_dual.c
eigrpd: fix -Wunused-but-set-variable warning
4 years ago
reply.c
Minor tweaks
9 years ago
rtp.c
Make functions and variables static whenever possible.
9 years ago
tlv.c
use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
4 years ago
update.c
Minor tweaks
9 years ago
util.c
Relax the limitation of what is an acceptable unicast IP.
3 years ago