From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 634 invoked by alias); 27 Nov 2003 15:25:17 -0000 Mailing-List: contact ecos-cvs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Post: List-Help: , Sender: ecos-cvs-owner@sources.redhat.com List-Subscribe: Received: (qmail 622 invoked by uid 9341); 27 Nov 2003 15:25:17 -0000 Date: Thu, 27 Nov 2003 15:25:00 -0000 Message-ID: <20031127152517.620.qmail@sources.redhat.com> From: asl@sources.redhat.com To: ecos-cvs@sources.redhat.com Subject: ecos-opt/net/net/tcpip/current ChangeLog cdl/o ... X-SW-Source: 2003/txt/msg01561.txt.bz2 List-Id: CVSROOT: /cvs/ecos Module name: ecos-opt Changes by: asl@sourceware.org 2003-11-27 15:25:17 Modified files: net/net/tcpip/current: ChangeLog net/net/tcpip/current/cdl: openbsd_net.cdl net/net/tcpip/current/doc: openbsd.sgml net/net/tcpip/current/include/net: if.h if_bridge.h if_llc.h net/net/tcpip/current/include/sys: sockio.h net/net/tcpip/current/src/sys/net: if_bridge.c Added files: net/net/tcpip/current/doc: openbsd-manpages-bridge.sgml openbsd-manpages-netintro.sgml openbsd-manpages-stp.sgml net/net/tcpip/current/src/sys/net: bridgestp.c Log message: * src/sys/net/bridgestp.c: Code for Spanning Tree Protocol (STP). * cdl/openbsd_net.cdl: Changes make provisions for STP code. * doc/openbsd.sgml: Same. * include/net/if.h: Same. * include/net/if_bridge.h: Same. * include/net/if_llc.h: Same. * include/sys/sockio.h: Same. * src/sys/net/if_bridge.c: Same. * doc/openbsd-manpages-stp.sgml: Documentation for OpenBSD specific code * doc/openbsd-manpages-netintro.sgml: Same. * doc/openbsd-manpages-bridge.sgml: Same.