Port details |
- dhcprelay Lightweight DHCP Relay Agent with GIF tunnel support
- 1.2_4 net
=1 1.2_4Version of this port present on the latest quarterly branch. DEPRECATED: unknown license
This port expired on: 2018-08-15
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2005-11-15 11:27:43
- Last Update: 2018-08-16 20:28:33
- SVN Revision: 477371
- People watching this port, also watch:: mDNSResponder
- License: NONE
- WWW:
- http://www.mavetju.org/networking/
- Description:
- A light-weight DHCP Relay Agent.
Why not the ISC DHCP Relay Agent?
- If your RA has multiple interfaces, you get multiple requests for
each request:
DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
DHCPACK on 10.199.14.216 to 00:10:dc:d1:e6:39 (foo) via 10.199.14.1
DHCPREQUEST for 10.199.14.216 from 00:10:dc:d1:e6:39 (foo) via 10.10.3.5: wrong network.
DHCPNAK on 10.199.14.216 to 00:10:dc:d1:e6:39 via 10.10.3.5
This RA sends only one request, coming with the IP address of the
LAN the request came from.
- If your RA has multiple interfaces, the outgoing interfaces to
the WAN needs to be active in the DHCP relay otherwise answers
are not picked up.
This RA uses a unicast socket for returning answers.
- If your RA has non-ethernet interfaces (GIF-tunnels for example,
which VPN back to the central network), the answers are not picked
up by the RA.
WWW: http://www.mavetju.org/networking/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dhcprelay>0:net/dhcprelay
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (dhcprelay-1.2.tar.gz) = 031485e4e426de163dd377ee65ca0665441a821b72a635f8a6a52bdb88886d24
SIZE (dhcprelay-1.2.tar.gz) = 4476
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libdnet.so : net/libdnet
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2_4 16 Aug 2018 20:28:33
  |
rene  |
Remove expired ports:
2018-08-16 net/traceroute: Upstream gone
2018-08-15 net/e169-stats: unknown license
2018-08-15 net/l4ip: unknown license
2018-08-15 net/dhcprelay: unknown license
2018-08-15 emulators/m2000: unknown license
2018-08-15 textproc/ant-xinclude-task: unknown license
2018-08-15 textproc/bomstrip: unknown license
2018-08-15 x11-fonts/ecofont: unknown license
2018-08-15 mail/roundcube-groupvice: unknown license
2018-08-15 security/pft: unknown license
2018-08-15 devel/kickassembler: unknown license
2018-08-15 devel/gdbmods: unknown license
2018-08-15 devel/as31: unknown license
2018-08-15 databases/dbf2mysql: unknown license (Only the first 15 lines of the commit message are shown above ) |
1.2_4 13 Jul 2018 09:56:57
  |
antoine  |
Deprecate unmaintained ports under the NONE license |
1.2_4 25 Nov 2016 09:31:22
  |
amdmi3  |
- Add LICENSE
- Respect CFLAGS/LDFLAGS |
1.2_4 16 Nov 2016 22:55:39
  |
rene  |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
1.2_4 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2_4 16 Jul 2015 14:52:12
  |
riggs  |
Fix runtime error: Packet type identification on big-endian
machines which prevented it from working correctly on e.g.
MIPS-based routers.
PR: 201382
Submitted by: kp@freebsd.org
Approved by: edwin@mavetju.org (maintainer)
MFH: 2015Q3 |
1.2_3 02 Mar 2015 23:36:36
  |
bapt  |
Remove Author from pkg-descr and white space fixes |
1.2_3 20 Sep 2014 19:01:46
  |
marino  |
net/dhcprelay: Fix RC script
PR: 192994
Submitted by: Denys Razumov
Approved by: maintainer timeout (~1 month) |
1.2_2 11 May 2014 10:03:32
  |
edwin  |
Fix rc script.
PR: 168446
Submitted by: "Sulev-Madis 'ketas' Silber" <madis555@hot.ee> |
1.2_1 14 Mar 2014 13:52:36
  |
ehaupt  |
- Support staging
- New LIB_DEPENDS definition |
1.2_1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.2_1 14 Jan 2012 08:57:23
 |
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.2_1 24 Oct 2011 09:11:38
 |
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.2_1 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.2_1 15 May 2011 02:49:17
 |
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
1.2_1 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.2_1 27 Mar 2010 00:15:24
 |
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.2_1 20 Jul 2009 18:49:57
 |
dougb  |
Tune up the rc.d script a bit:
1. Change default variable assignments at the top to comments (two of
them were assigning empty default values).
2. Move the default for _enable to below load_rc_config
3. Add the _ifaces and _server options to command_args which eliminates
the need for the precmd
4. s#/usr/local#%%PREFIX%%# |
1.2_1 17 Jul 2009 18:39:07
 |
pgollucci  |
- USE_RC_SUBR != yes
(rename .sh -> .in)
PR: ports/136844
Approved by: maintainer
Submitted by: myself (pgollucci@) |
1.2 21 Mar 2006 02:48:21
 |
edwin  |
Update to version 1.2, which fixes problem with Cisco phones. |
1.1 20 Feb 2006 20:47:50
 |
dougb  |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.1 17 Nov 2005 06:26:50
 |
edwin  |
Update to vesion 1.1 |
1.0 15 Nov 2005 11:26:44
 |
edwin  |
Add net/dhcprelay, a DHCP Relay Agent.
See the pkg-descr for reasoning why I had to make this one.
WWW: http://www.mavetju.org/networking/
Author: Edwin Groothuis <edwin@mavetju.org> |