summaryrefslogtreecommitdiffstats
path: root/ax25ipd/bpqether.c
Commit message (Collapse)AuthorAgeFilesLines
* Added some includes. This fixes compilation problems in gentoo,Thomas Osterried2009-04-221-2/+1
| | | | and warnings.
* PATH_MAX: linux include standard has changed.Thomas Osterried2008-12-211-1/+2
| | | | now we need to include limits.h
* Fix warnings about // style comment. And remove some of the mostRalf Baechle2007-01-231-17/+27
| | | | pointless comments.
* - make compiler happyThomas Osterried2005-10-311-5/+3
|
* - tun/tap support for ax25ipdThomas Osterried2005-10-301-0/+342
- fclose() fix in config.c description of tun/tap: added a new fast and efficient link to the linux kernel ax25 stack, via the ethertap interface. ax25 goes directly to the bpqether interface in the kernel via ethertap/tuntap interfaces, which is a much better way than traditional kissattach to a ttyp/ptyp pair.