Replies: 1 comment 3 replies
-
That could require a change deep in the bowels of type validation code. Right now, the elements of the "range" list are "prefix_str". With this change, the elements would be a wider dictionary, and "prefix_str" would become _alt_type. I don't think the current code can do validation-triggered data transformation on _alt_types. Anyhow, I will need the same functionality for bgp.aggregate list, so that will be fixed (one way or another) in a not-too-distant future. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A small addition to the newly introduced OSPF area parameters plugin:
i.e. in addition to a string (IP prefix), allow a dict that specifies a cost
Beta Was this translation helpful? Give feedback.
All reactions