From patchwork Mon Jun 18 11:55:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lorenzo Bianconi X-Patchwork-Id: 930812 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=openvswitch.org (client-ip=140.211.169.12; helo=mail.linuxfoundation.org; envelope-from=ovs-dev-bounces@openvswitch.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 418V191gKQz9s19 for ; Mon, 18 Jun 2018 21:56:13 +1000 (AEST) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id A08C4D38; Mon, 18 Jun 2018 11:56:10 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 0B069D1B for ; Mon, 18 Jun 2018 11:56:10 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id D0839326 for ; Mon, 18 Jun 2018 11:56:08 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id v131-v6so15036958wma.1 for ; Mon, 18 Jun 2018 04:56:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=VUKgX+zxWCQCmDvfM7yzon/2Aq/qiGOaksPJULntdzU=; b=fz6EGTKcomGnw/dj2saSKQuaBDZ9zNKsoEZ4AsJp8tjLFk+EDDPd8nFR2cgpG1yQge ucQz112su3QjO1bEbc7GIRygh2kI+6iRznL1ciiJjJ617bfxy5JrNMz5PSPeNVJPWhcP 2I4IWRBnyl+laOQEO3iLid3GAA9kHBASQXK4XFMy2RZ2BI8iOQgiirqw8xX7nwfJmMQZ gl2ZiCcNJhZuMIxJaGR3kKl1P7+q9BIbtBxLOWSxO6oMwjPMTJn3koH/dveCAtD/UWBr QHSY5x/hIYC2oSTjl819/OFFSos+QmcM+zGWFO3NbYpN/u+0/9OCsrzbg6tWyhvZoT99 wCgg== X-Gm-Message-State: APt69E18HkBtToXQX0MX46ho6JrEZ8UCWB6f/9vjixaNYKTFUT+Ucyu1 AzNhvX69284eX0n2tzL1SdzJ5Z19gAg= X-Google-Smtp-Source: ADUXVKJRcUo/1YYlaZI/KdImSqWLdPigQwqONyPVxiTYtE0l1iF9+NiMM2vZgC4+ksoaLRE+Xdxxfw== X-Received: by 2002:a1c:1c8f:: with SMTP id c137-v6mr8405309wmc.142.1529322967260; Mon, 18 Jun 2018 04:56:07 -0700 (PDT) Received: from localhost.localdomain.com (nat-pool-mxp-t.redhat.com. [149.6.153.186]) by smtp.gmail.com with ESMTPSA id y30-v6sm17981450wrd.70.2018.06.18.04.56.06 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 18 Jun 2018 04:56:06 -0700 (PDT) From: Lorenzo Bianconi To: dev@openvswitch.org Date: Mon, 18 Jun 2018 13:55:57 +0200 Message-Id: X-Mailer: git-send-email 2.17.1 X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH v2 0/3] add TCP/UDP port unreachable support to OVN logical router X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org Add TCP reset/ICMP port unreachable messages in reply to IP packets directed to the logical router's IP addresses Changes since v1: - use strings literal for actions since they are fixed strings Lorenzo Bianconi (3): OVN: add UDP port unreachable support to OVN logical router OVN: add TCP port unreachable support to OVN logical router OVN: add protocol unreachable support to OVN router ports ovn/northd/ovn-northd.8.xml | 12 ---- ovn/northd/ovn-northd.c | 60 ++++++++++++++++++++ tests/ovn.at | 108 ++++++++++++++++++++++++++++++++++++ 3 files changed, 168 insertions(+), 12 deletions(-)