CVSROOT: /cvs Module name: src Changes by: ren...@cvs.openbsd.org 2015/10/01 22:26:47
Added files: usr.sbin/eigrpd: Makefile control.c control.h eigrp.h eigrpd.8 eigrpd.c eigrpd.conf.5 eigrpd.h eigrpe.c eigrpe.h hello.c in_cksum.c interface.c kroute.c log.c log.h neighbor.c packet.c parse.y printconf.c query.c rde.c rde.h rde_dual.c reply.c rtp.c tlv.c update.c util.c Log message: Welcome eigrpd The eigrpd daemon will support the Enhanced Interior Gateway Routing Protocol. Built using the imsg/three process framework and heavily based on ospfd(8), ospf6d(8) and ldpd(8). The current status of eigrpd(8) is as follows: * Almost full compliance with the specification: DUAL FSM, RTP, CR mode, SIA, etc * Support for both IPv4 and IPv6 * Support for multiple instances (different ASes/AFs) within the same process * Support for rdomains (one process per rdomain) * RIB/FIB synchronization * Basic redistribution support Not implemented features (yet): * Configuration reload support (partially implemented) * Route summarization * Advanced route redistribution/filtering * Carp integration * Authentication (draft is missing information) * Stub (not released by Cisco) Not yet connected to the builds. ok deraadt@ claudio@