diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/frr/daemons.frr.tmpl | 2 | ||||
| -rw-r--r-- | data/templates/ids/suricata.j2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/frr/daemons.frr.tmpl b/data/templates/frr/daemons.frr.tmpl index b1159217f..452fde51e 100644 --- a/data/templates/frr/daemons.frr.tmpl +++ b/data/templates/frr/daemons.frr.tmpl @@ -14,7 +14,7 @@ # fabricd # # -# The zebra, mgmtd and staticd daemons are always started and can not be disabled +# The zebra, mgmtd and staticd daemons are always started and cannot be disabled # #zebra=yes #mgmtd=yes diff --git a/data/templates/ids/suricata.j2 b/data/templates/ids/suricata.j2 index d76994c47..9f94734fb 100644 --- a/data/templates/ids/suricata.j2 +++ b/data/templates/ids/suricata.j2 @@ -92,7 +92,7 @@ af-packet: # Recommended modes are cluster_flow on most boxes and cluster_cpu or cluster_qm on system # with capture card using RSS (requires cpu affinity tuning and system IRQ tuning) cluster-type: cluster_flow - # In some fragmentation cases, the hash can not be computed. If "defrag" is set + # In some fragmentation cases, the hash cannot be computed. If "defrag" is set # to yes, the kernel will do the needed defragmentation before sending the packets. defrag: yes {% endfor %} |
