From owner-freebsd-net@FreeBSD.ORG Sat Jun 14 17:35:37 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67D7F68E for ; Sat, 14 Jun 2014 17:35:37 +0000 (UTC) Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com [209.85.214.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3501720D5 for ; Sat, 14 Jun 2014 17:35:36 +0000 (UTC) Received: by mail-ob0-f175.google.com with SMTP id wm4so3350157obc.6 for ; Sat, 14 Jun 2014 10:35:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=zYrfNcbzdv6RB8ZB1V3GQHeig6y8oF9xw51b3mgaOZk=; b=Z9/Un9DE1yBwm6baYkFx91MgqD1XAnpLEl9lSb+QMvSn2AQlID3c+Tr7PLqcP5TQoi nRQmhn+Xt9iUr3h8kOr9iRKJ2piEcPWTAEMeHEOtaTREonmbzpYtuKTFiNhDo9/dvykW pVGg7QtALEfOFD6BbZB5VWNJmjUgQV4sxaYX8xzGAasy0XzlR2rwIBS6e6D3dEwkZzLE DiIbvKkiuOk+8dUKIp3tcgWToNYmRGSr406b7qeKxfqPwcV4EErY5PLu97wrhjNUYIIA /p71NTsf1pdiOL9EoKOWfUsA3sc0ZVXKhrz+s6zmmQ0RLaRoo2wzKCnJF3AaY9gOllPe ZlYQ== X-Gm-Message-State: ALoCoQkl04IMc4AbHRQei29tcI90tAqB+VBKwcm1fK5GFIRleOs5pl6PPHbKKEHTHREWIu/7Hha5 MIME-Version: 1.0 X-Received: by 10.182.245.164 with SMTP id xp4mr10043683obc.23.1402767329861; Sat, 14 Jun 2014 10:35:29 -0700 (PDT) Received: by 10.60.11.134 with HTTP; Sat, 14 Jun 2014 10:35:29 -0700 (PDT) Date: Sat, 14 Jun 2014 10:35:29 -0700 Message-ID: Subject: ipfw table matching algorithm question From: Michael Sierchio To: "freebsd-net@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 17:35:37 -0000 Luigi - Does table entry matching use a longest prefix match? - M