Replies: 1 comment
-
Hi, i have only one way to this, based on prefix info / _depth. In my enviroment i want to do this. Prefix overlapfrom extras.validators import CustomValidator class MyValidator(CustomValidator):
CUSTOM_VALIDATORS = { I don´t know how i can define "if instance._depth => '3' --> and vrf not empty" . Best regards |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi all,
is it possible to define a costum validation to prevent overlapping prefixes.
For example:
10.10.10.0/24
10.10.10.0/25 is possible to create this prefix, it is a child from 10.10.10.0/24.
any example for this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions