From f3a4c67e9091c98596c19784040b88ad446a87cf Mon Sep 17 00:00:00 2001 From: Thomas Osterried Date: Sun, 30 Oct 2005 10:31:40 +0000 Subject: - tun/tap support for ax25ipd - 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. --- ax25ipd/HISTORY.ax25ipd | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ax25ipd/HISTORY.ax25ipd') diff --git a/ax25ipd/HISTORY.ax25ipd b/ax25ipd/HISTORY.ax25ipd index f4a28cd..20a6339 100644 --- a/ax25ipd/HISTORY.ax25ipd +++ b/ax25ipd/HISTORY.ax25ipd @@ -46,4 +46,11 @@ * July97 Added support for broadcast addresses and routes. * Converted route array to a linked list and removed the * maximum route limitations. (vk2ktj) + * + * 2005-10-26 - dl9sau: + * 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. */ -- cgit v1.2.3