mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-13 20:10:39 +00:00
![]() The staticd YANG conversion completely f*cked up dst-src routes.
Stupidly enough, the correct thing is much simpler as seen by the amount
of deletes in this commit.
This does, unfortunately, involve a rather annoying YANG edge case with
what should reasonably be an optional leaf as part of a list key, which
is not possible. It uses `::/0` as unconditional filler instead, since
that is semantically correct.
The `test_yang_mgmt` topotest needed to be adjusted after this to add
`src-prefix='::/0'`.
Fixes:
|
||
---|---|---|
.. | ||
test_yang_mgmt.py | ||
yang_mgmt.json |