aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_nat.h
Commit message (Collapse)AuthorAgeFilesLines
* ng_nat: unbreak ABIEugene Grosbein2020-11-101-2/+2
| | | | | | | | | | | | The revision r342168 broke ABI of ng_nat needlessly and the change was merged to stable branches breaking ABI there, too. Unbreak it. PR: 250722 MFC after: 1 week Notes: svn path=/head/; revision=367545
* Allow ng_nat to be attached to a ethernet interface directly via ng_ether(4)Maxim Sobolev2018-12-171-0/+2
| | | | | | | | | | | | or the likes. Add new control message types: setdlt and getdlt to switch from default DLT_RAW (no encapsulation) to DLT_EN10MB (ethernet). Approved by: glebius MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D18535 Notes: svn path=/head/; revision=342168
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. No functional change intended. Notes: svn path=/head/; revision=326272
* Add NGM_NAT_LIBALIAS_INFO command, that reports internal statsGleb Smirnoff2013-03-211-0/+28
| | | | | | | | | of libalias instance. To be used in the mpd5 daemon. Submitted by: Dmitry Luhtionov <dmitryluhtionov gmail.com> Notes: svn path=/head/; revision=248570
* Fix incorrect field name.Alexander Motin2008-03-041-1/+1
| | | | Notes: svn path=/head/; revision=176791
* Add support for the libalias redirect functionality.Alexander Motin2008-03-011-0/+127
| | | | | | | Submitted by: Vadim Goncharov <vadim_nuclight@mail.ru> Notes: svn path=/head/; revision=176706
* Add support for setmode and settarget messages.Alexander Motin2007-05-221-0/+23
| | | | | | | Approved by: glebius (mentor) Notes: svn path=/head/; revision=169867
* ng_nat - a netgraph(4) node, which does NATGleb Smirnoff2005-05-051-0/+37
Notes: svn path=/head/; revision=145937