Ver código fonte

Fix typo in ferm template

Emmanuel Bouthenot 10 anos atrás
pai
commit
37c7831215
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      roles/common/templates/ferm/ferm.conf.j2

+ 1 - 1
roles/common/templates/ferm/ferm.conf.j2

@@ -24,7 +24,7 @@ table filter {
         mod state state INVALID DROP;
         mod state state (ESTABLISHED RELATED) ACCEPT;
 
-        # allow local packages
+        # allow local packet
         interface lo ACCEPT;
 
         # respond to ping