diff options
| author | Kyrylo Yatsenko <hedrok@gmail.com> | 2026-01-08 14:50:51 +0200 |
|---|---|---|
| committer | Kyrylo Yatsenko <hedrok@gmail.com> | 2026-01-09 13:03:15 +0200 |
| commit | 5310713bf116b8ad65f9e86346a7c02b2922212e (patch) | |
| tree | b6b9112772651a3f87da931740f61ed04ec554bb /data/templates/https | |
| parent | 041b990ae1662b4ac7fe2fc4b62e1f624f5d6c9a (diff) | |
| download | vyos-1x-5310713bf116b8ad65f9e86346a7c02b2922212e.tar.gz vyos-1x-5310713bf116b8ad65f9e86346a7c02b2922212e.zip | |
isis: T8158: fix lsp-timers
There are three configuration values in VyOS isis XML:
* lsp-gen-interval
* lsp-refresh-interval
* max-lsp-lifetime
In FRR they have the following restrictions in yang model:
* refresh-interval, default 900
* maximum-lifetime >= refresh-interval + 300 (350-65535), default 1200
* generation-interval < refresh-interval (1..120), default 30
When setting these values in separate steps we can get error e.g.:
libyang: Must condition ". >= ../refresh-interval + 300" not satisfied.
even when all restrictions are satisfied.
To fix the issue:
1. Write default values in our XML.
2. Check these restrictions in protocol_isis.py
3. Use FRR command `lsp-timers` that sets all these values in one go
Diffstat (limited to 'data/templates/https')
0 files changed, 0 insertions, 0 deletions
