diff --git a/HowtoOpenBSD/PacketFilter.md b/HowtoOpenBSD/PacketFilter.md index 1af59693..0187f6e3 100644 --- a/HowtoOpenBSD/PacketFilter.md +++ b/HowtoOpenBSD/PacketFilter.md @@ -62,6 +62,10 @@ Gestion des tables : ## FAQ -### pfctl: warning: namespace collision with global table. +### pfctl: warning: namespace collision with
global table. -Il faut a priori effacer la table avec pfctl -t
-T kill +Il faut a priori effacer la table avec + +~~~ +# pfctl -t
-T kill +~~~