summaryrefslogtreecommitdiff
path: root/datapath
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2020-06-17 14:22:47 -0700
committerBen Pfaff <blp@ovn.org>2020-10-16 19:22:24 -0700
commit8205fbc8f5e0ae5c85b9d1be2f5f53997ea4ff31 (patch)
tree670053b7fc93441fe351f3ba1ba2613a3e6b5474 /datapath
parent807152a4ddfb89b65ef75c6b12937ecd68ea8cb3 (diff)
downloadopenvswitch-8205fbc8f5e0ae5c85b9d1be2f5f53997ea4ff31.tar.gz
Eliminate "whitelist" and "blacklist" terms.
There is one remaining use under datapath. That change should happen upstream in Linux first according to our usual policy. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Alin Gabriel Serdean <aserdean@ovn.org>
Diffstat (limited to 'datapath')
-rw-r--r--datapath/Makefile.am2
-rw-r--r--datapath/linux/Modules.mk2
-rw-r--r--datapath/linux/compat/build-aux/export-check-allow-list (renamed from datapath/linux/compat/build-aux/export-check-whitelist)0
3 files changed, 2 insertions, 2 deletions
diff --git a/datapath/Makefile.am b/datapath/Makefile.am
index f2a85bc3b..e4dd0c704 100644
--- a/datapath/Makefile.am
+++ b/datapath/Makefile.am
@@ -42,7 +42,7 @@ COMPAT_EXPORTS := $(shell $(COMPAT_GET_EXPORTS))
# Checks that all EXPORT_SYMBOL_GPL() export 'rpl_' or 'ovs_' prefixed functions.
check-export-symbol:
@for fun_ in $(COMPAT_FUNCTIONS); do \
- if ! grep -- $${fun_} $(top_srcdir)/datapath/linux/compat/build-aux/export-check-whitelist > /dev/null; then \
+ if ! grep -- $${fun_} $(top_srcdir)/datapath/linux/compat/build-aux/export-check-allow-list > /dev/null; then \
if ! echo $${fun_} | grep -q -E '^(rpl|ovs)_'; then \
echo "error: $${fun_}() needs to be prefixed with 'rpl_' or 'ovs_'."; \
exit 1; \
diff --git a/datapath/linux/Modules.mk b/datapath/linux/Modules.mk
index 63a5cbae4..372243988 100644
--- a/datapath/linux/Modules.mk
+++ b/datapath/linux/Modules.mk
@@ -120,4 +120,4 @@ openvswitch_headers += \
linux/compat/include/linux/netfilter.h \
linux/compat/include/linux/overflow.h \
linux/compat/include/linux/rbtree.h
-EXTRA_DIST += linux/compat/build-aux/export-check-whitelist
+EXTRA_DIST += linux/compat/build-aux/export-check-allow-list
diff --git a/datapath/linux/compat/build-aux/export-check-whitelist b/datapath/linux/compat/build-aux/export-check-allow-list
index 1178f46ee..1178f46ee 100644
--- a/datapath/linux/compat/build-aux/export-check-whitelist
+++ b/datapath/linux/compat/build-aux/export-check-allow-list