summaryrefslogtreecommitdiff
path: root/data/templates/ndppd
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-20 18:41:24 +0200
committerViacheslav Hletenko <v.gletenko@vyos.io>2026-03-24 17:02:56 +0000
commitbb2aee1e58c1cd30087b935798060e6bf3c698c8 (patch)
tree99f692623ad596519ff26da443f62415cc3bcf59 /data/templates/ndppd
parenta9a75eb7dce077bceee1ae13dc943b05d8759925 (diff)
downloadvyos-1x-bb2aee1e58c1cd30087b935798060e6bf3c698c8.tar.gz
vyos-1x-bb2aee1e58c1cd30087b935798060e6bf3c698c8.zip
T8410: Fix typos and mistakes for operational and configuration commands
Fix typos and mistakes in the commands and comments No functional changes
Diffstat (limited to 'data/templates/ndppd')
-rw-r--r--data/templates/ndppd/ndppd.conf.j22
1 files changed, 1 insertions, 1 deletions
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 }}