OpenBSD CVS

src/usr.sbin/eigrpd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.sbin / eigrpd

Current tag: OPENBSD_7_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.2   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] control.c  1.9   3 years  claudio   Same control cleanup that was done for ospfd and ripd. Move the control_state an...
[TXT] control.h  1.5   3 years  claudio   Same control cleanup that was done for ospfd and ripd. Move the control_state an...
[TXT] eigrp.h  1.6   7 years  renato   Simplify handling of multicast addresses. During the initialization of the eigr...
[TXT] eigrpd.8  1.4   4 years  landry   Consistently use _rcctl enable foo_ in examples, it's simpler and less error pro...
[TXT] eigrpd.c  1.28   3 years  claudio   Kill global eigrpd_process and instead pass the proc to merge_config() and confi...
[TXT] eigrpd.conf.5  1.10   4 years  jmc   list example files in FILES with a short description: generally, "Example config...
[TXT] eigrpd.h  1.27   2 years  deraadt   use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
[TXT] eigrpe.c  1.39   3 years  claudio   Kill global eigrpd_process and instead pass the proc to merge_config() and confi...
[TXT] eigrpe.h  1.18   3 years  claudio   Same control cleanup that was done for ospfd and ripd. Move the control_state an...
[TXT] hello.c  1.5   7 years  renato   Remove superfluous includes and follow style(9). ok claudio@ benno@
[TXT] in_cksum.c  1.1   8 years  renato   Welcome eigrpd The eigrpd daemon will support the Enhanced Interior Gateway Rou...
[TXT] interface.c  1.25   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] kroute.c  1.18   6 years  friehm   Unify ROUNDUP macros for parsing route messages. Use the macro from route(8) / o...
[TXT] log.c  1.9   3 years  claudio   Use log_procname instead of log_procnames[eigrpd_process]. It should be the same...
[TXT] log.h  1.6   2 years  deraadt   including sys/cdefs.h manually started as a result of netbsd trying to macro-bui...
[TXT] logmsg.c  1.1   7 years  benno   work on making log.c similar in all daemons: move daemon-local functions into n...
[TXT] neighbor.c  1.10   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] packet.c  1.20   3 years  claudio   Like dvrmpd there is no need for a static pkt buffer. Adjust code accordingly.
[TXT] parse.y  1.32   2 years  naddy   Don't declare variables as "unsigned char *" that are passed to functions that t...
[TXT] printconf.c  1.6   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] query.c  1.5   7 years  renato   Minor tweaks
[TXT] rde.c  1.24   3 years  claudio   Kill global eigrpd_process and instead pass the proc to merge_config() and confi...
[TXT] rde.h  1.12   7 years  renato   Minor tweaks
[TXT] rde_dual.c  1.29   2 years  naddy   eigrpd: fix -Wunused-but-set-variable warning ok guenther@
[TXT] reply.c  1.5   7 years  renato   Minor tweaks
[TXT] rtp.c  1.7   7 years  renato   Make functions and variables static whenever possible. style(9) says: "Function...
[TXT] tlv.c  1.16   2 years  deraadt   use some sizeof, rather than INADDRSZ/IN6ADDRSZ; ok claudio
[TXT] update.c  1.6   7 years  renato   Minor tweaks
[TXT] util.c  1.10   5 years  claudio   Be more strict in converting a netmask into a prefixlen. Make sure the prefixlen...