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.
* New features:
* Added `set link redial-delay ...` command.
* Print global filters on `show iface|customer` commands.
* Added protocol/port forwarding support for NAT.
* Added utmpx support on 9-CURRENT.
* Bugfixes:
* Fix memory leaks on pptp and radius on some reason.
* Really make RESULT a mandatory option in ext-auth.
Submitted by: maintainer
Feature safe: yes
The main goal of this branch is to implement new
operation principles based on dynamic on-demand
links/bundles creation.
Repocopied from: net/mpd4
Repocopied by: marcus
Submitted by: maintainer
Changes:
- Added configure script for better system features detection
and so added ability to build without ng_car module.
- Several new PPPoE and L2TP configuration options.
- Reimplemented RADIUS Class attribute support.
- Added native 64bit ng_ppp stat counters support.
- Added initial ng_ipacct node support.
- Several bugs fixed in PPTP, L2TP, DoD and proxy-arp.
Submitted by: mav (maintainer)
- Fix compatibility with FreeBSD 5.x
- Install a kernel module in /boot/modules
- Fix possible races with ldconfig in rc.d script
- Change a maintainer email on @FreeBSD.org one
Submitted by: mav
- Add new features in pkg-descr
- Pass maintainership to submitter
Submitted by: Alexander Motin <mav at alkar.net>
Approved by: glebius (former maintainer)
been made in this release. Also the new release introduces better integration
with new nodes in RELENG_6 branch - ng_tcpmss(4) and ng_netflow(4).
Approved by: archie