[ovs-git] [openvswitch/ovs] 7f9b85: tnl-ports: Add destination IP and MAC address to t...

GitHub noreply at github.com
Tue Sep 8 23:31:51 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 7f9b850474bfae061fa3ba68cb6e463c70c1b1cc
      https://github.com/openvswitch/ovs/commit/7f9b850474bfae061fa3ba68cb6e463c70c1b1cc
  Author: Pravin B Shelar <pshelar at nicira.com>
  Date:   2015-09-08 (Tue, 08 Sep 2015)

  Changed paths:
    M lib/dpif-netdev.c
    M lib/ovs-router.c
    M lib/tnl-ports.c
    M lib/tnl-ports.h
    M tests/tunnel-push-pop.at

  Log Message:
  -----------
  tnl-ports: Add destination IP and MAC address to the match.

Currently tnl-port table wildcard destination ip and mac addresses
for given tunnel packet.  That could result accepting tunnel
packets destined for other hosts.  Following patch adds
support for matching for ip and mac address.
IP address upates to tnl-port table are piggybacked on
ovs-router updates.

Reported-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>




More information about the git mailing list