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
No description provided.
The text was updated successfully, but these errors were encountered:
Currently for every struct for XML we have unknown XML defined as:
Misc []generic.Xml `xml:",any"``
For some of the normalized specs we have XPath with multiple strings e.g. for disable-server-response-inspection:
disable-server-response-inspection
pan-os-codegen/specs/policies/security-policy-rule.yaml
Lines 293 to 297 in 9cae942
As a results we are not defining 2 structs, only 1 struct entryXml with XML tag:
entryXml
DisableServerResponseInspection *string `xml:"option>disable-server-response-inspection,omitempty"`
So there is no way to define unknown XML under option.
option
Sorry, something went wrong.
The new WIP codegen and XML marshaller/unmarshaller can be improved to handle those edge cases.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: