You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@pc/> set context sample firewall access-policy acl_ipv4 acl-entry 1 dst-address
It does not work with this setting
leaf-list src-address {
type union {
type leafref {
path "../../../../../address/ipv4/ipv4-address/address-group/group-name";
}
type enumeration{
enum ANY;
}
}
}
root@pc/> set context sample firewall access-policy acl_ipv4 acl-entry 1 src-address
ANY
INTERNAL_SERVER_NETWORK
<src-address>
root@pc/> set context sample firewall access-policy acl_ipv4 acl-entry 1 src-address
Can you help me solve this problem?
The text was updated successfully, but these errors were encountered:
Good afternoon/night
I have a problem with the auto-disclosure of leafref values when leafref is in the union type.
Example:
That's how it works
root@pc/> set context sample firewall access-policy acl_ipv4 acl-entry 1 dst-address
It does not work with this setting
Can you help me solve this problem?
The text was updated successfully, but these errors were encountered: