]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath/Makefile.am
Eliminate "whitelist" and "blacklist" terms.
[mirror_ovs.git] / datapath / Makefile.am
index f2a85bc3bc3c50f22a9c2a949af387f122cbea59..e4dd0c7044d4653b3f83b525953178225f148622 100644 (file)
@@ -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; \