diff options
author | giovanni <giovanni@cvs.openbsd.org> | 2012-07-08 13:21:03 +0000 |
---|---|---|
committer | giovanni <giovanni@cvs.openbsd.org> | 2012-07-08 13:21:03 +0000 |
commit | cc7e59983c5a895e028c6d390c606195f31f6c6f (patch) | |
tree | 6bf8458fa78c6398f69208fb0d76927c4fc0e9dd /usr.sbin | |
parent | e5492c18e71c7df14ed7dd7a6c9f612a41835fe8 (diff) |
Increase maximum number of tun interfaces to 8.
ok yasuoka@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/npppd/npppd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/npppd/npppd/Makefile b/usr.sbin/npppd/npppd/Makefile index f1237db7c58..ce76cd011a2 100644 --- a/usr.sbin/npppd/npppd/Makefile +++ b/usr.sbin/npppd/npppd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2012/05/08 13:18:37 yasuoka Exp $ +# $OpenBSD: Makefile,v 1.11 2012/07/08 13:21:02 giovanni Exp $ NPPPD_COMMON_DIR= ${.CURDIR}/../common @@ -31,6 +31,7 @@ SRCS+= pppoe_session.c pppoed.c .PATH: ${.CURDIR}/../pppoe CPPFLAGS+= -D__COPYRIGHT\(x\)= -D__RCSID\(x\)= +CPPFLAGS+= -DNPPPD_MAX_IFACE=8 CPPFLAGS+= -DUSE_NPPPD_MPPE CPPFLAGS+= -DUSE_NPPPD_PIPEX CPPFLAGS+= -DUSE_NPPPD_RADIUS |