summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvd/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-15 19:13:53 +0000
committerume <ume@FreeBSD.org>2003-08-15 19:13:53 +0000
commit448f6abd90e046b1dcff339064d860f6be7e0572 (patch)
treea5b045071f4c18df2eae3c64e53db7fb2008e72d /usr.sbin/rtadvd/Makefile
parent6a2b886984d86fc61be9244104a9d0a3f3e1a252 (diff)
downloadFreeBSD-src-448f6abd90e046b1dcff339064d860f6be7e0572.zip
FreeBSD-src-448f6abd90e046b1dcff339064d860f6be7e0572.tar.gz
- supported a string notation for xxflags.
- deprecate routes#N, as it is hard to keep consistency with rtprefixN. accept any number of "rtprefix", "rtrefix0", ..., "rtprefix99". - deprecate "addrs#N", as it is difficult for users to keep consistency with "addrN". accept 100 prefix info in maximum - like "addr", "addr0" ... "addr99". WARNS=2 clean on netbsd. old configuration file should work just fine. behavior change: previously, we rejected "addrN" if there's "addr", and we rejected "addr" if there is "addrN". now we accept both without problem. - when an advertised prefix configured from the kernel has been added or invalidated, notice the change in a short delay. - when invalidating a prefix, do not bark even if there is inconsistency about prefix lifetimes. - wrap more specific route info code into ROUTEINFO. Obtained from: KAME MFC after: 1 week
Diffstat (limited to 'usr.sbin/rtadvd/Makefile')
-rw-r--r--usr.sbin/rtadvd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rtadvd/Makefile b/usr.sbin/rtadvd/Makefile
index 561883e..d1ca23b 100644
--- a/usr.sbin/rtadvd/Makefile
+++ b/usr.sbin/rtadvd/Makefile
@@ -18,7 +18,7 @@ PROG= rtadvd
MAN= rtadvd.conf.5 rtadvd.8
SRCS= rtadvd.c rrenum.c advcap.c if.c config.c timer.c dump.c
-CFLAGS+= -DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H
+CFLAGS+= -DINET6 -DHAVE_ARC4RANDOM -DHAVE_POLL_H -DROUTEINFO
DPADD= ${LIBCOMPAT}
LDADD= -lcompat
OpenPOWER on IntegriCloud