summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/firewall/sysctl-firewall.conf.j22
-rw-r--r--data/templates/igmp-proxy/igmpproxy.conf.j22
-rw-r--r--data/templates/login/tacplus_servers.j22
-rw-r--r--data/templates/ndppd/ndppd.conf.j22
-rw-r--r--data/templates/sflow/hsflowd.conf.j22
5 files changed, 5 insertions, 5 deletions
diff --git a/data/templates/firewall/sysctl-firewall.conf.j2 b/data/templates/firewall/sysctl-firewall.conf.j2
index 6c33ffdc8..52806d066 100644
--- a/data/templates/firewall/sysctl-firewall.conf.j2
+++ b/data/templates/firewall/sysctl-firewall.conf.j2
@@ -1,6 +1,6 @@
# Autogenerated by firewall.py
-# gloabl options
+# global options
net.ipv4.icmp_echo_ignore_all = {{ 0 if global_options.all_ping == 'enable' else 1 }}
net.ipv4.icmp_echo_ignore_broadcasts = {{ 0 if global_options.broadcast_ping == 'enable' else 1 }}
net.ipv4.conf.all.bc_forwarding = {{ 1 if global_options.directed_broadcast == 'enable' else 0 }}
diff --git a/data/templates/igmp-proxy/igmpproxy.conf.j2 b/data/templates/igmp-proxy/igmpproxy.conf.j2
index 85a04de7d..6e0d691ea 100644
--- a/data/templates/igmp-proxy/igmpproxy.conf.j2
+++ b/data/templates/igmp-proxy/igmpproxy.conf.j2
@@ -9,7 +9,7 @@
# option can be used in order to define legal multicast sources.
#
# The "quickleave" should be used to avoid saturation of the upstream link. The
-# option should only be used if it's absolutely nessecary to accurately imitate
+# option should only be used if it's absolutely necessary to accurately imitate
# just one Client.
#
########################################################
diff --git a/data/templates/login/tacplus_servers.j2 b/data/templates/login/tacplus_servers.j2
index 23e8e495e..c38ddc593 100644
--- a/data/templates/login/tacplus_servers.j2
+++ b/data/templates/login/tacplus_servers.j2
@@ -41,7 +41,7 @@ vrf={{ tacacs.vrf }}
{% if tacacs.source_address is vyos_defined %}
# Sets the IPv4 address used as the source IP address when communicating with
# the TACACS+ server. IPv6 addresses are not supported, nor are hostnames.
-# The address must work when passsed to the bind() system call, that is, it must
+# The address must work when passed to the bind() system call, that is, it must
# be valid for the interface being used.
source_ip={{ tacacs.source_address }}
{% endif %}
diff --git a/data/templates/ndppd/ndppd.conf.j2 b/data/templates/ndppd/ndppd.conf.j2
index 6369dbdeb..fabe7feb8 100644
--- a/data/templates/ndppd/ndppd.conf.j2
+++ b/data/templates/ndppd/ndppd.conf.j2
@@ -10,7 +10,7 @@ route-ttl {{ route_refresh }}
proxy {{ iface }} {
# Turn on or off the router flag for Neighbor Advertisements
router {{ 'yes' if iface_config.enable_router_bit is vyos_defined else 'no' }}
- # Control how long to wait for a Neighbor Advertisment message before invalidating the entry (milliseconds)
+ # Control how long to wait for a Neighbor Advertisement message before invalidating the entry (milliseconds)
timeout {{ iface_config.timeout }}
# Control how long a valid or invalid entry remains in the cache (milliseconds)
ttl {{ iface_config.ttl }}
diff --git a/data/templates/sflow/hsflowd.conf.j2 b/data/templates/sflow/hsflowd.conf.j2
index fc251e92b..2bc249176 100644
--- a/data/templates/sflow/hsflowd.conf.j2
+++ b/data/templates/sflow/hsflowd.conf.j2
@@ -1,4 +1,4 @@
-# Genereated by /usr/libexec/vyos/conf_mode/system_sflow.py
+# Generated by /usr/libexec/vyos/conf_mode/system_sflow.py
# Parameters http://sflow.net/host-sflow-linux-config.php
sflow {