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_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.1   8 years  renato   Welcome eigrpd The eigrpd daemon will support the Enhanced Interior Gateway Rou...
[TXT] control.c  1.4   8 years  renato   Add support for manually clearing neighbors.
[TXT] control.h  1.1   8 years  renato   Welcome eigrpd The eigrpd daemon will support the Enhanced Interior Gateway Rou...
[TXT] eigrp.h  1.4   8 years  renato   Split TLV constants into subcomponents to simplify the code.
[TXT] eigrpd.8  1.3   8 years  jmc   tweak previous;
[TXT] eigrpd.c  1.16   7 years  renato   Fix potential SIGBUS in startup. The fork+exec diff introduced this problem whe...
[TXT] eigrpd.conf.5  1.6   8 years  bentley   adress -> address
[TXT] eigrpd.h  1.15   7 years  renato   Improve security by calling exec after fork. For each child process (rde and ei...
[TXT] eigrpe.c  1.24   7 years  renato   Call if_update() only when necessary for IPv6 address changes. For EIGRPv6, an ...
[TXT] eigrpe.h  1.11   7 years  renato   Improve security by calling exec after fork. For each child process (rde and ei...
[TXT] hello.c  1.4   8 years  renato   Add support for manually clearing neighbors.
[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.19   7 years  renato   Call if_update() only when necessary for IPv6 address changes. For EIGRPv6, an ...
[TXT] kroute.c  1.14   8 years  renato   Minor fixes and code cleanup. * whitespace cleanup; * copy in_addr structs dire...
[TXT] log.c  1.3   8 years  renato   Minor fixes and code cleanup. * whitespace cleanup; * copy in_addr structs dire...
[TXT] log.h  1.3   7 years  benno   add format attributes to log functions and fix two errors ok renato@
[TXT] neighbor.c  1.7   8 years  renato   Copy structs by assignment instead of memcpy. Copying by straight assignment is...
[TXT] packet.c  1.14   8 years  renato   Move several other variables out of eigrpd_conf. Now eigrpd_conf contains only ...
[TXT] parse.y  1.16   7 years  benno   do not allow whitespace in macro names, i.e. "this is" = "a variable". change th...
[TXT] printconf.c  1.4   8 years  renato   Print a missing "metric" before the actual metric when printing a redistribute l...
[TXT] query.c  1.2   8 years  renato   Fix warnings and add safeguards to protect against corrupted data.
[TXT] rde.c  1.17   7 years  renato   Improve security by calling exec after fork. For each child process (rde and ei...
[TXT] rde.h  1.9   7 years  renato   Improve security by calling exec after fork. For each child process (rde and ei...
[TXT] rde_dual.c  1.26   8 years  renato   Fix corner case in Feasible Condition check. From the EIGRP draft: "The Feasibi...
[TXT] reply.c  1.2   8 years  renato   Fix warnings and add safeguards to protect against corrupted data.
[TXT] rtp.c  1.5   8 years  renato   Copy structs by assignment instead of memcpy. Copying by straight assignment is...
[TXT] tlv.c  1.12   7 years  benno   add format attributes to log functions and fix two errors ok renato@
[TXT] update.c  1.3   8 years  renato   Do not set the EoT flag in the last startup update. Unfortunately we don't have...
[TXT] util.c  1.7   8 years  renato   Introduce the bad_addr() family of functions. These functions improve code reus...