Explorar el Código

Fix typo in ferm template

Emmanuel Bouthenot hace 10 años
padre
commit
37c7831215
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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