head 1.2; access; symbols pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2021.02.22.14.03.35; author ryoon; state dead; branches; next 1.1; commitid toFCRLobQwHYdIIC; 1.1 date 2020.10.07.00.43.05; author thorpej; state Exp; branches; next ; commitid taOpSM8K7p5hdUqC; desc @@ 1.2 log @gxemul: Update to 0.6.3 really @ text @$NetBSD: patch-src_net_Makefile.skel,v 1.1 2020/10/07 00:43:05 thorpej Exp $ Add support for tap(4)-based networking. --- src/net/Makefile.skel.orig 2020-10-05 22:59:56.683092920 +0000 +++ src/net/Makefile.skel 2020-10-05 23:00:09.053165122 +0000 @@@@ -4,7 +4,7 @@@@ CXXFLAGS=$(CWARNINGS) $(COPTIM) $(XINCLUDE) $(DINCLUDE) -OBJS=net.o net_ip.o net_misc.o +OBJS=net.o net_ip.o net_misc.o net_tap.o net_ether.o all: $(OBJS) @ 1.1 log @- Add tap(4) networking support to gxemul. See the networking documentation for it's theory of operation in gxemul and how to configure it. - Add address filtering to the LANCE and Tulip emulation. These changes have already been upstreamed in the main gxemul repository. Bump package version to gxemul-0.6.2nb1. @ text @d1 1 a1 1 $NetBSD$ @