From owner-freebsd-net@freebsd.org Sun Jul 5 17:26:07 2020 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 03A263487D1; Sun, 5 Jul 2020 17:26:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qt1-f196.google.com (mail-qt1-f196.google.com [209.85.160.196]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B0FwZ1dn8z4C0f; Sun, 5 Jul 2020 17:26:05 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-qt1-f196.google.com with SMTP id i3so27331832qtq.13; Sun, 05 Jul 2020 10:26:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=POo6XM2qW4x9EYSS0Mrj+0zv6zefPmSdaxwEeiJemco=; b=KuHGBVmalihrQzr8N4Pyqu3oNvPY6zLCQOGAM6feyySEL9t7IsL9e/1myu1pj2CxYj KvfDGEPzJz/vQefclYRyBNHiUMEAqNDgmF6+PhfB+izYj4/JTuXyvx4EuVOUAG1B0njt FQnfzh7M0Eu2ma5B7iQbN+eRixonMdtCObdt2iQ+aqnRklnD+dfb15jc+dibJUThOCS6 uqPecJrvDAi74PfVPdEgTWj/iRfL/BQ5l+8SqxSen2fvzlPDl5pLMgCU11KT8btUuGEQ qry9ZwhRfUC8j5vDb5M+9XfXj/fKntbjdLKaaJoGRMPwpD3Jp9EZ4HcyeoqCud1guQJL gWjA== X-Gm-Message-State: AOAM530xUQqPSyaRuE72TWk2WmXxusycUFZfhUHfi+/wScB3XiMfzhyO o3cdp8n51kKA/IH8nqQEi2CG+b6uL7cljM6I4+0HJw== X-Google-Smtp-Source: ABdhPJz1Luy63S5ZT5VsFymzMbRpl1KKZ+fSSTIQ8OWmlVfGX/7y5dPjv0LQWO1J2B+EIntn3QhkftR9fsAAeFbYmoE= X-Received: by 2002:ac8:514d:: with SMTP id h13mr46151268qtn.223.1593969965260; Sun, 05 Jul 2020 10:26:05 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Adrian Chadd Date: Sun, 5 Jul 2020 10:25:52 -0700 Message-ID: Subject: Re: Reviewing two IPFW/netgraph/natd patches (RFC 6598/Carrier Grade NAT) To: Neel Chauhan Cc: "freebsd-hackers@freebsd.org" , FreeBSD Net X-Rspamd-Queue-Id: 4B0FwZ1dn8z4C0f X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of adrianchadd@gmail.com designates 209.85.160.196 as permitted sender) smtp.mailfrom=adrianchadd@gmail.com X-Spamd-Result: default: False [0.61 / 15.00]; FROM_NEQ_ENVFROM(0.00)[adrian@freebsd.org,adrianchadd@gmail.com]; TO_DN_EQ_ADDR_SOME(0.00)[]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:209.85.128.0/17]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[freebsd.org]; ARC_NA(0.00)[]; RWL_MAILSPIKE_GOOD(0.00)[209.85.160.196:from]; URI_COUNT_ODD(1.00)[1]; NEURAL_HAM_LONG(-0.77)[-0.769]; TO_MATCH_ENVRCPT_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.05)[0.053]; RCVD_IN_DNSWL_NONE(0.00)[209.85.160.196:from]; HTTP_TO_IP(1.00)[]; NEURAL_HAM_MEDIUM(-0.68)[-0.676]; FORGED_SENDER(0.30)[adrian@freebsd.org,adrianchadd@gmail.com]; R_DKIM_NA(0.00)[]; FREEMAIL_ENVFROM(0.00)[gmail.com]; RCVD_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+,1:+,2:~]; TAGGED_FROM(0.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2020 17:26:07 -0000 hi! On Fri, 3 Jul 2020 at 20:12, Neel Chauhan wrote: > Hi freebsd-hackers@, freebsd-net@, > > These two patches that will be described are a continuation of r357092. > > r357092 added support for RFC 6598/Carrier Grade NAT (subnet: > 100.64.0.0/10) in libalias and IPFW in-kernel NAT. > > These two patches add support for RFC 6598 to natd and ng_nat > respectively: > > * natd CGN patch: https://reviews.freebsd.org/D23356 > * ng_nat CGN patch: https://reviews.freebsd.org/D23461 > > Currently, CGN support is missing from natd and ng_nat. > > Could someone please review and/or commit these patches? > I'm happy to commit these if noone complains too much to me about it. I approved one of them. I'll go approve the other now. -adrian > > Best, > > Neel Chauhan > > === > > https://www.neelc.org/ > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >