NetBSD/usr.sbin/pppd
thorpej 7e3a0bf0c5 Decouple inbound and outbound filters. Now instead of using "active-filter"
and "pass-filter" and "inbound" and "outbound" qualifiers in the filter
expression, use new "active-filter-in", "active-filter-out", "pass-filter-in",
and "pass-filter-out" without these qualifiers.

This is necessary due to the horrible, awful way "inbound" and "outbound"
were specified for the filter programs when a packet was passed through them.
Basically, the "address" byte in the serial PPP header was overwritten with
a value to indicate the direction.  However, the "address" byte doesn't even
exist on PPP headers for all other PPP encaps!  So, this old method worked
only for serial encaps, and corrupted packets for all others (PPPoE, ATM, etc.)
1999-05-12 18:50:51 +00:00
..
chat [PR/5685] Set ONLCR bit in oflags of tty mode to prevent hanging in 1999-05-06 08:59:21 +00:00
doc Import the readme files, setup and FAQ 1998-05-02 14:21:43 +00:00
pppd Decouple inbound and outbound filters. Now instead of using "active-filter" 1999-05-12 18:50:51 +00:00
pppstats fix a roff bug 1998-11-22 23:30:29 +00:00
Makefile
Makefile.inc