From owner-cvs-all Sat Nov 4 0:23:19 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DD49637B4D7; Sat, 4 Nov 2000 00:23:16 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA63037; Sat, 4 Nov 2000 00:23:16 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <200011040823.AAA63037@freefall.freebsd.org> From: Julian Elischer Date: Sat, 4 Nov 2000 00:23:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_pppoe.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2000/11/04 00:23:16 PST Modified files: (Branch: RELENG_4) sys/netgraph ng_pppoe.c Log: MFC: 1.30-1.31 Swap the order of two tags in the PADI and PADS packets to use the same order aa usoft. We shouldn't need to do this but telstra have deployed switches (from an unknown supplier) which seem to have been only tested with usoft and require the tags in a particular order, despite the fact that teh standard doesn't specify any order. MFC ok'd by jkh. Revision Changes Path 1.23.2.5 +4 -4 src/sys/netgraph/ng_pppoe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message