We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a defcall like this:
defcon advertiseRouteSD(?SrcIP,?DstIP,?Path,?Target,?Src,?Len):- ?PathToken := label("Path/?Src/?SrcIP/?DstIP/?Len ($Version)"), ?TagSubjectSet := label("tags($Version)") { ... }
The "?SrcIP" in the PathToken label is parsed as "?{Src}IP", instead of "?{SrcIP}"
The text was updated successfully, but these errors were encountered:
@yaoyj11 do you expect to fix this yourself?
Sorry, something went wrong.
I will try.
Has this been fixed? Why are we closing this?
No branches or pull requests
I have a defcall like this:
defcon advertiseRouteSD(?SrcIP,?DstIP,?Path,?Target,?Src,?Len):-
?PathToken := label("Path/?Src/?SrcIP/?DstIP/?Len ($Version)"),
?TagSubjectSet := label("tags($Version)")
{
...
}
The "?SrcIP" in the PathToken label is parsed as "?{Src}IP", instead of "?{SrcIP}"
The text was updated successfully, but these errors were encountered: