teib: Rename NHRP to TEIB 46/24746/2
authorNeale Ranns <nranns@cisco.com>
Mon, 3 Feb 2020 10:55:09 +0000 (10:55 +0000)
committerDamjan Marion <dmarion@me.com>
Tue, 4 Feb 2020 09:44:58 +0000 (09:44 +0000)
commit03ce46219cd0fabfd4918822c5b9fed9ef880de8
treef33c291dba25bcbe856602e6c63ce9d8ef4cc96c
parent0860b2e19365c092f10dd1ce639caaded0e87ded
teib: Rename NHRP to TEIB

Type: refactor

The Tunnel Endpoint Informatiob Base (TEIB) is a better
description of what it is (a mapping between tunnel endpoint
address, in the overlay, and next-hop address, in the underlay)
whereas NHRP is one instanc eof a control protocol that might add
such endpoints.

Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: Idcb2ad0b6543d3e5d9f6e96f9d14dafb5ce2aa85
16 files changed:
MAINTAINERS
src/vnet/CMakeLists.txt
src/vnet/gre/gre.c
src/vnet/gre/gre.h
src/vnet/gre/interface.c
src/vnet/ipip/ipip.c
src/vnet/nhrp/nhrp.c [deleted file]
src/vnet/nhrp/nhrp.h [deleted file]
src/vnet/teib/teib.api [moved from src/vnet/nhrp/nhrp.api with 86% similarity]
src/vnet/teib/teib.c [new file with mode: 0644]
src/vnet/teib/teib.h [new file with mode: 0644]
src/vnet/teib/teib_api.c [moved from src/vnet/nhrp/nhrp_api.c with 64% similarity]
src/vnet/teib/teib_cli.c [moved from src/vnet/nhrp/nhrp_cli.c with 83% similarity]
test/test_gre.py
test/test_ipip.py
test/vpp_teib.py [moved from test/vpp_nhrp.py with 80% similarity]