From b46ba7bb7405c3b5a85f4203f816e623a5edb2d7 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 15 Feb 2020 21:39:24 +0100 Subject: ipcpd: Rename hashtable to pft This makes the hashtable more tailored to a packet forwarding table (PFT). In the end not much of a change was needed, but now it's clear the pft maps a destination address to a list of (outgoing) fds. Signed-off-by: Dimitri Staessens Signed-off-by: Sander Vrijders --- src/ipcpd/unicast/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ipcpd/unicast/CMakeLists.txt') diff --git a/src/ipcpd/unicast/CMakeLists.txt b/src/ipcpd/unicast/CMakeLists.txt index 192b6592..d6ec4a93 100644 --- a/src/ipcpd/unicast/CMakeLists.txt +++ b/src/ipcpd/unicast/CMakeLists.txt @@ -44,7 +44,7 @@ set(SOURCE_FILES routing.c psched.c # Add policies last - pol/hashtable.c + pol/pft.c pol/alternate_pff.c pol/flat.c pol/link_state.c -- cgit v1.2.3