diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 13:01:01 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-12-13 13:01:01 +0000 |
commit | 0af4779944a183d23dd2f6c35c9902160237b95b (patch) | |
tree | 07697b4b585e304902d8364595be78db791baf3d /openwrt/package/dhcp6/ipkg/files/conffiles | |
parent | 63bb3d91544b8e09e859e9be19b66c0da1b226f5 (diff) |
Added dhcp6, an IPv6 implementation of the dhcp server and client
Added support in package/rules.mk for zip files, just use PKG_CAT=unzip to uncompress the archive
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2649 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/dhcp6/ipkg/files/conffiles')
-rw-r--r-- | openwrt/package/dhcp6/ipkg/files/conffiles | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/dhcp6/ipkg/files/conffiles b/openwrt/package/dhcp6/ipkg/files/conffiles new file mode 100644 index 000000000..267baa94d --- /dev/null +++ b/openwrt/package/dhcp6/ipkg/files/conffiles @@ -0,0 +1,4 @@ +/etc/dhcpd6/dhcpd6.conf +/etc/dhcpd6/leases6.conf +/etc/dhcpd6/partial_leases6.conf +/etc/dhcp6/sollicit.conf |