summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospfd/Makefile
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-05-30 22:06:14 +0000
committerclaudio <claudio@openbsd.org>2006-05-30 22:06:14 +0000
commitbbb232d26a97e2c5141c9abb520f9c313dbe8e1f (patch)
treea53e0b965fff0f7fb0ede14a89fe5a267d4c6c09 /usr.sbin/ospfd/Makefile
parentonly look into the Attic for certain commands (diff)
downloadwireguard-openbsd-bbb232d26a97e2c5141c9abb520f9c313dbe8e1f.tar.xz
wireguard-openbsd-bbb232d26a97e2c5141c9abb520f9c313dbe8e1f.zip
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@
Diffstat (limited to 'usr.sbin/ospfd/Makefile')
-rw-r--r--usr.sbin/ospfd/Makefile4
1 files changed, 2 insertions, 2 deletions
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