tnl-arp-cache: Rename module and functions to tnl-neigh-cache.
authorThadeu Lima de Souza Cascardo <cascardo@redhat.com>
Mon, 30 Nov 2015 18:24:49 +0000 (16:24 -0200)
committerBen Pfaff <blp@ovn.org>
Mon, 30 Nov 2015 18:27:51 +0000 (10:27 -0800)
commit53902038abe62c45ff46d7de9dcec30c3d1d861e
tree82e543ed00b415d131678b7b97223fb737d5c361
parentd15aef482c69e0d33568d850b1a08906f309e491
tnl-arp-cache: Rename module and functions to tnl-neigh-cache.

Since we don't distinguish between IPv4 and IPv6 lookups, consolidate ARP
and ND cache into neighbor cache. Other references to ARP related to the
ARP cache but that are not really about ARP have been renamed as well.
tnl_arp_lookup is kept for lookups using IPv4 instead of IPv4-mapped
addresses, but that is going to be removed in a later patch.

Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
12 files changed:
lib/automake.mk
lib/dpif-netdev.c
lib/dpif.c
lib/tnl-arp-cache.c [deleted file]
lib/tnl-arp-cache.h [deleted file]
lib/tnl-neigh-cache.c [new file with mode: 0644]
lib/tnl-neigh-cache.h [new file with mode: 0644]
ofproto/ofproto-dpif-xlate.c
ofproto/ofproto-tnl-unixctl.man
ofproto/tunnel.c
tests/ofproto-macros.at
tests/tunnel-push-pop.at