Skip to content

Commit

Permalink
fix community-member union type
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Mar 12, 2024
1 parent 7ddc858 commit 38d0ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/models/bgp/openconfig-bgp-policy.yang
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ module openconfig-bgp-policy {
leaf-list community-member {
type union {
type oc-bgp-types:bgp-std-community-type;
type oc-types:posix-eregexp;
type oc-bgp-types:bgp-community-regexp-type;
type oc-bgp-types:bgp-well-known-community-type;
}
description
Expand Down

0 comments on commit 38d0ccd

Please sign in to comment.