diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-26 22:37:40 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-27 05:37:40 +1000 |
| commit | fd226fc4f3a0fd7639794b0eacaf17c972640049 (patch) | |
| tree | 7b7f45f517480e481a54fdcb16509b904db862b3 /meta | |
| parent | c5ffa674c6516ce710cdf491fba646e11477af13 (diff) | |
| download | vyos.vyos-fd226fc4f3a0fd7639794b0eacaf17c972640049.tar.gz vyos.vyos-fd226fc4f3a0fd7639794b0eacaf17c972640049.zip | |
T8514: fix typo in meta/runtime.yml snmp_server redirect (#457)
Co-authored-by: omnom62 <75066712+omnom62@users.noreply.github.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/runtime.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/runtime.yml b/meta/runtime.yml index 36579e05..f0a53ee7 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -55,7 +55,7 @@ plugin_routing: prefix_lists: redirect: vyos.vyos.vyos_prefix_lists snmp_server: - redirect: vyos.vyos.vyos_snmp_servers + redirect: vyos.vyos.vyos_snmp_server static_routes: redirect: vyos.vyos.vyos_static_routes system: |
