From bbb232d26a97e2c5141c9abb520f9c313dbe8e1f Mon Sep 17 00:00:00 2001 From: claudio Date: Tue, 30 May 2006 22:06:14 +0000 Subject: Now that rtlabels are accessable via sysctl we can use route lables to define which routes should be redistributed via OSPF. So now you can define the export list on a fine graded basis. More to come... OK norby@ --- usr.sbin/ospfd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ospfd/Makefile') diff --git a/usr.sbin/ospfd/Makefile b/usr.sbin/ospfd/Makefile index 213d238d281..32711d92990 100644 --- a/usr.sbin/ospfd/Makefile +++ b/usr.sbin/ospfd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2005/05/26 18:46:15 norby Exp $ +# $OpenBSD: Makefile,v 1.5 2006/05/30 22:06:14 claudio Exp $ PROG= ospfd SRCS= area.c auth.c buffer.c control.c database.c hello.c \ imsg.c in_cksum.c interface.c iso_cksum.c kroute.c lsack.c \ lsreq.c lsupdate.c log.c neighbor.c ospfd.c ospfe.c packet.c \ - parse.y printconf.c rde.c rde_lsdb.c rde_spf.c + parse.y printconf.c rde.c rde_lsdb.c rde_spf.c name2id.c MAN= ospfd.8 ospfd.conf.5 -- cgit v1.2.3-59-g8ed1b