Re: [sidr] draft-sriram-bgpsec-design-choices-00 -- IXP and Route Server

Randy Bush <randy@psg.com> Fri, 08 July 2011 10:51 UTC

Return-Path: <randy@psg.com>
X-Original-To: sidr@ietfa.amsl.com
Delivered-To: sidr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5096521F89B0 for <sidr@ietfa.amsl.com>; Fri, 8 Jul 2011 03:51:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.578
X-Spam-Level:
X-Spam-Status: No, score=-2.578 tagged_above=-999 required=5 tests=[AWL=0.021, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XKCCtyzKs2eC for <sidr@ietfa.amsl.com>; Fri, 8 Jul 2011 03:51:42 -0700 (PDT)
Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:1::36]) by ietfa.amsl.com (Postfix) with ESMTP id AD12E21F89AC for <sidr@ietf.org>; Fri, 8 Jul 2011 03:51:42 -0700 (PDT)
Received: from localhost ([127.0.0.1] helo=rair.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.76 (FreeBSD)) (envelope-from <randy@psg.com>) id 1Qf8eq-000GZ8-Py; Fri, 08 Jul 2011 10:51:41 +0000
Date: Fri, 08 Jul 2011 19:51:39 +0900
Message-ID: <m2y609kptw.wl%randy@psg.com>
From: Randy Bush <randy@psg.com>
To: Chris Hall <chris.hall@highwayman.com>
In-Reply-To: <012601cc3d54$8f07c4e0$ad174ea0$@highwayman.com>
References: <012601cc3d54$8f07c4e0$ad174ea0$@highwayman.com>
User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset="US-ASCII"
Cc: sidr wg list <sidr@ietf.org>
Subject: Re: [sidr] draft-sriram-bgpsec-design-choices-00 -- IXP and Route Server
X-BeenThere: sidr@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Secure Interdomain Routing <sidr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/sidr>, <mailto:sidr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sidr>
List-Post: <mailto:sidr@ietf.org>
List-Help: <mailto:sidr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sidr>, <mailto:sidr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 08 Jul 2011 10:51:43 -0000

i have a design that covers you.  it is based on an 'optimization' and
we have agreed to let optimizations sit for a bit.

the hack is as follows <hold nose>:

  o an early optimization will be that each bgpspeaking AS adds a one
    byte prepend count, over which it signs.  this saves signing 92
    prepends.  the count is normally one.

  o a bgpsec-speaking 'transparent' route server signs over a zero
    prepend count.

  o bgpsec speakers calculate as path length by summing prepend counts.

  o a bgpsec speaker passing a signed announcement to a non-speaker
    expands all prepends.  of course, the expansion of a zero prepend
    is rather small.

<release nose>

randy