1 SECTION
= "console/network"
2 DESCRIPTION
= "This program is used to forward DHCP and BOOTP messages between two \
3 networks with different broadcast domains. \
4 It works better with ppp - and especially with ipsec over ppp - than \
5 dhcp-relay from ISC and has a smaller foot print."
6 HOMEPAGE
= "http://www.nongnu.org/dhcp-fwd/"
9 SRC_URI
= "http://savannah.nongnu.org/download/dhcp-fwd/dhcp-forwarder-${PV}.tar.bz2 \
13 inherit autotools update
-rc.d
15 EXTRA_OECONF
="--disable-dietlibc"
17 INITSCRIPT_NAME
="dhcp-forwarder"
18 INITSCRIPT_PARAMS
="defaults"
21 install
-d $
{D
}$
{sysconfdir
}/init.d
22 install
-m
0755 $
{WORKDIR
}/init $
{D
}$
{sysconfdir
}/init.d
/dhcp
-forwarder
23 install
-m
0644 $
{WORKDIR
}/dhcp
-fwd.cfg $
{D
}$
{sysconfdir
}
26 CONFFILES_$
{PN
}_nylon
= "${sysconfdir}/dhcp-fwd.cfg"