[ovs-git] [openvswitch/ovs] bb3c45: ovn-northd: logical router icmp response should no...

GitHub noreply at github.com
Tue Jun 7 04:42:30 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: bb3c45686801922e8993844729f7a7f678d2e202
      https://github.com/openvswitch/ovs/commit/bb3c45686801922e8993844729f7a7f678d2e202
  Author: Flavio Fernandes <flavio at flaviof.com>
  Date:   2016-06-06 (Mon, 06 Jun 2016)

  Changed paths:
    M ovn/northd/ovn-northd.c
    M tests/ovn.at

  Log Message:
  -----------
  ovn-northd: logical router icmp response should not care about inport

When responding to icmp echo requests (aka ping) packets, the logical
router should not restrict responses based on the inport.

Example diagram:

vm: IP1.1 (subnet1)
logical_router: IP1.2 (subnet1) and IP2.2 (subnet2)

   vm -------[subnet1]------- logical_router -------[subnet2]
   <IP1.1>                <IP1.2>        <IP2.2>

vm should be able to ping <IP2.2>, even though it is an address
of a subnet that can only be reached through L3 routing.

Reference to the mailing list thread:
http://openvswitch.org/pipermail/discuss/2016-May/021172.html

Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list