diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-15 13:13:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-15 13:13:12 +0100 |
| commit | 82461ce7856aaf91d1b8a85ca45080e26783fc5e (patch) | |
| tree | 917eb28ab3f34a0abe4a6bf9c4bf7cd0902934fb /data | |
| parent | 4cc7959877a75bf01231aeec6dfd8c3b93660ba1 (diff) | |
| parent | c536954a6a666f59185669cffa9efa79a601673c (diff) | |
| download | vyos-1x-82461ce7856aaf91d1b8a85ca45080e26783fc5e.tar.gz vyos-1x-82461ce7856aaf91d1b8a85ca45080e26783fc5e.zip | |
Merge pull request #4986 from alexandr-san4ez/T8258-current
vpp: T8258: Move `poll-sleep-usec` out of `unix` section
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/vpp/startup.conf.j2 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/templates/vpp/startup.conf.j2 b/data/templates/vpp/startup.conf.j2 index e4c42c5b0..218e399d4 100644 --- a/data/templates/vpp/startup.conf.j2 +++ b/data/templates/vpp/startup.conf.j2 @@ -8,10 +8,8 @@ unix { gid vpp systemd-notify # exec /etc/vpp/bootstrap.vpp -{% if unix is vyos_defined %} -{% if unix.poll_sleep_usec is vyos_defined %} - poll-sleep-usec {{ unix.poll_sleep_usec }} -{% endif %} +{% if poll_sleep_usec is vyos_defined %} + poll-sleep-usec {{ poll_sleep_usec }} {% endif %} } |
