25 Commits

Author SHA1 Message Date
nbd
b60301cc27 ahcp: remove the proto handler script, it seems to be completely useless
git-svn-id: svn://svn.openwrt.org/openwrt/packages@31728 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-14 20:58:35 +00:00
kerneis
fa3e19f17c [packages] ahcpd: upgrade to upstream release 0.53
8 December 2011: ahcpd 0.53

  * Fixed a longstanding bug that would cause a client to immediately
    deconfigure itself after successfully renewing a lease.
  * Set AHCP packets' TOS field as network control (thanks to Dave Taht).

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-13 14:29:32 +00:00
nico
55c1bbe5d8 packages/ahcpd: use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28922 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 23:49:13 +00:00
kerneis
dfa9c366bc [packages] ahcpd: avoid half-configured ahcpd interfaces
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28351 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-01 11:30:03 +00:00
kerneis
058581ec1e [packages] ahcpd: add ahcp proto, use service_kill
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-30 17:31:33 +00:00
kerneis
263a36402f [package] ahcpd: upstream release 0.52
INCOMPATIBLE CHANGE: client mode configuration cannot be done in
/etc/config/network anymore (at least for this release).  It will
be added back in the near future.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@27932 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-08 13:23:35 +00:00
kerneis
0a89cb19ac [packages] ahcpd: cope with empty flag options
git-svn-id: svn://svn.openwrt.org/openwrt/packages@27303 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-29 07:30:21 +00:00
kerneis
133647f026 [packages] ahcpd: apply unreleased upstream patch
- Tue Jul 20 00:25:27 CEST 2010  Juliusz Chroboczek <jch@pps.jussieu.fr>
  * Fix typo -- ignore autoconf prefixes for plen > 64.
- Use uci_get_state instead of invoking uci directly.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@22309 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-07-20 09:20:54 +00:00
kerneis
f88732d0b8 [package] ahcpd: Fix server mode (broken script)
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21644 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-31 12:17:42 +00:00
kerneis
34da8acdbe [package] ahcpd: fix typo in config file
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@21602 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-05-28 16:49:24 +00:00
kerneis
3a81a088df [package] ahcpd: Fix reload rule in init script
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20166 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 17:29:27 +00:00
kerneis
f5639f3110 [package] ahcpd: Comment options in config file
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@20165 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-12 17:29:25 +00:00
kerneis
ddee128613 [package] ahcpd: update to 0.51, fix scripts
- Full-featured UCI configuration file (including server mode).
- Client mode configuration in /etc/config/network (proto ahcp).
- Launch at most one instance in server/forwarder mode, and as many
  instance as interfaces in client mode.
- Add status and reload options to init script.
- Make /etc/config/ahcpd a config file, simplify Makefile.
- Do not check the pid file (useless).
- 29 January 2010: ahcpd 0.51
  * Servers are now configured with a plain-text configuration file.
  * Implemented client-side support for prefix delegation (-P).
  * Made requesting state more persistent, to deal with packet loss.
  * Fixed a typo that prevented the -I option from working.
  * Fixed compilation on BSD systems.
  * Fixed a bug that could cause an expired lease to be discarded when
    older ones are available.

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-02-22 11:00:30 +00:00
nbd
87340f10d9 ahcpd: rework init script (based on a patch by alx)
- use uci network interface names instead of direct interface names
 - start multiple instances if configured to do so

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-20 18:23:24 +00:00
nbd
7419c6ce1d Fix and upgrade the ahcpd package
- upgrades ahcpd to the latest release (0.50),
- adds librt dependency to the Makefile,
- removes the installation of the obsolete ahcp-dummy-config.sh file,
- fixes the ahcpd.init file to ensure compatibility with ahcpd 0.50,
  options, and provide a sane default behaviour (forward ahcpd messages
  without performing any configuration).

Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@18460 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-22 03:48:32 +00:00
jow
e242637f78 [PATCH] ahcpd: fix ticket 3550
Signed-off-by: Gabriel Kerneis <kerneis@pps.jussieu.fr>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@15266 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-19 16:06:57 +00:00
nbd
996067d6b3 nuke $Id$ in /packages as well
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15244 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-04-17 14:22:30 +00:00
florian
e7f0b53107 Add a note to ahcpd to explain that the init script is slightly broken with the no_dns option (#3550)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 13:59:13 +00:00
florian
d3948a6d59 Fix broken init scripts for ahcpd (#3550)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-16 13:21:16 +00:00
florian
a4b8fdd3a1 Upgrade ahcpd to 0.5 (#3480)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11291 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-29 20:57:34 +00:00
olli
2157c962c5 [Packages] Fix init script props
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-05 09:31:20 +00:00
florian
9dca06d348 Fix installation of configuration files
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 14:11:13 +00:00
florian
8e3ff466ce Upgrade to ahcpd 0.4
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-20 13:41:29 +00:00
nico
4017036f74 [packages] ahcpd: update to v0.2, add config and initscript
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9236 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 12:52:10 +00:00
nico
5767b1b253 add ahcpd (Ad-Hoc Configuration Protocol daemon)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-03 14:13:19 +00:00