diff options
author | Christian Breunig <christian@breunig.cc> | 2024-03-23 09:45:25 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-23 14:38:28 +0000 |
commit | 6c5153fc6adad069b428d7337c0afa88e5f39c55 (patch) | |
tree | 56bc8c3d10036bc92822389ff2349144399cf40b /sphinx/Makefile | |
parent | 9cc20ffadc74d4e5e082e9335547f6fe14492b5c (diff) | |
download | vyos-1x-6c5153fc6adad069b428d7337c0afa88e5f39c55.tar.gz vyos-1x-6c5153fc6adad069b428d7337c0afa88e5f39c55.zip |
vyos.configverify: T6131: verify_interface_exists() checks CLI interfaces, too
Extend the way how we determine if interfaces exist in VyOS. In the past we
only validated if the interface in question really exists at the OS level.
This has some drawbacks as services (like OSPF or OSPFv3) can also handle
interfaces dynamically which appear or leaf the OS.
This commit not only checks for OS interfaces but also if the interface in
question was configured at the CLI level, this is proof enough to pass the
check. If it does not exist at the CLI level, we continue searching it it's
maybe a Kernel interface - useful for container networks.
In addition we can now not only raise() an error but simply show a warning if
an interface does not exist.
(cherry picked from commit f7250ecf1d119f14d72f99ee379deaaae0790f0e)
Diffstat (limited to 'sphinx/Makefile')
0 files changed, 0 insertions, 0 deletions