[ovs-git] [openvswitch/ovs] ac6d12: packets: Change IPv6 functions to more closely res...

GitHub noreply at github.com
Tue Nov 24 20:50:21 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: ac6d120f8e8ad1802b7d89dcf3c6e6d9d399cdf7
      https://github.com/openvswitch/ovs/commit/ac6d120f8e8ad1802b7d89dcf3c6e6d9d399cdf7
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/match.c
    M lib/meta-flow.c
    M lib/ovs-router.c
    M lib/packets.c
    M lib/packets.h
    M lib/tnl-arp-cache.c
    M ofproto/ofproto-dpif.c
    M ofproto/tunnel.c
    M ovn/lib/lex.c

  Log Message:
  -----------
  packets: Change IPv6 functions to more closely resemble IPv4 ones.

Signed-off-by: Justin Petitt <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: fac5bd3ce5e03c5385e230bced8051df252faabb
      https://github.com/openvswitch/ovs/commit/fac5bd3ce5e03c5385e230bced8051df252faabb
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/packets.c
    M lib/packets.h
    M tests/test-packets.c

  Log Message:
  -----------
  packets: Add ipv6_parse_masked() function.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 10f61b6d382d2a96c2a5c624dc3ecbb4ed4d202e
      https://github.com/openvswitch/ovs/commit/10f61b6d382d2a96c2a5c624dc3ecbb4ed4d202e
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/meta-flow.c

  Log Message:
  -----------
  meta-flow: Use standard libraries in mf_from_ipv6_string().

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 184dfff00a7ab788ce5d18ee9791cac3fe073b0a
      https://github.com/openvswitch/ovs/commit/184dfff00a7ab788ce5d18ee9791cac3fe073b0a
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/ovs-router.c

  Log Message:
  -----------
  ovs-router: Use standard libraries in scan_ipv6_route().

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 32ea15f6f5bc6e0bf80496deffdc1e6a51dcfa2a
      https://github.com/openvswitch/ovs/commit/32ea15f6f5bc6e0bf80496deffdc1e6a51dcfa2a
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/byte-order.h
    M lib/match.c
    M lib/meta-flow.c
    M lib/nx-match.c
    M lib/odp-util.c

  Log Message:
  -----------
  byte-order: Make hton128() and ntoh128() behave like their counterparts.

Instead of taking the source and destination as arguments, make these
functions act like their short and long counterparts.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


  Commit: 8ff10dd5a59e5e67b9b4674b6c08e23f9b6abe18
      https://github.com/openvswitch/ovs/commit/8ff10dd5a59e5e67b9b4674b6c08e23f9b6abe18
  Author: Justin Pettit <jpettit at ovn.org>
  Date:   2015-11-24 (Tue, 24 Nov 2015)

  Changed paths:
    M lib/nx-match.c

  Log Message:
  -----------
  nx-match: Add nxm_put_128m() function.

This allows us to remove nxm_put_ct_label() with something more general.
It will also have other callers later.

Signed-off-by: Justin Pettit <jpettit at ovn.org>
Acked-by: Ben Pfaff <blp at ovn.org>


Compare: https://github.com/openvswitch/ovs/compare/30ef36c6dbc7...8ff10dd5a59e


More information about the git mailing list