Skip to content
New issue

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

Refactor BGP community sets #883

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
d595ed0
add bgp linkbw ext community
dplore Jun 6, 2023
09013a0
update versions
dplore Jun 6, 2023
e416082
add 4byte asn version
dplore Jun 6, 2023
99edeb6
fix whitespace
dplore Jun 6, 2023
32eddce
merge master
dplore Jun 8, 2023
1bd2d55
add extended community containers
dplore Aug 3, 2023
db7f166
Merge branch 'master' into dplore/linkbw-extcomm
dplore Aug 3, 2023
5f22521
trim whitespace
dplore Aug 3, 2023
3042683
Merge branch 'master' into dplore/linkbw-extcomm
dplore Aug 3, 2023
03a864c
add state container
dplore Aug 4, 2023
dc45e5c
rename community set groupings
dplore Aug 4, 2023
966e434
fix list key id
dplore Aug 4, 2023
6563a79
correct use of id key
dplore Aug 4, 2023
9cd3c90
correct use of id key
dplore Aug 4, 2023
8fada36
restructure list
dplore Aug 4, 2023
91d7993
rm index ref, add container cfg/state
dplore Aug 9, 2023
ac478b6
remove extra match-set group, fix indent
dplore Aug 9, 2023
0322d47
add all container descriptions
dplore Aug 9, 2023
f8f0ee3
add grouping descriptions
dplore Aug 9, 2023
b72fd34
Merge branch 'master' into dplore/linkbw-extcomm
dplore Aug 9, 2023
87d9cdc
remove mandatory for member index leaf
dplore Aug 10, 2023
1e6c495
Add asn4 container for 4byte asn4.
dplore Dec 27, 2023
b086c96
merge with master and fix versions
dplore Dec 27, 2023
7c4b1b8
update bps to bandwidth
dplore Dec 27, 2023
0fdea9e
update bgp-types version
dplore Dec 27, 2023
fb2ffc3
use ip4 for bgp community ip-type
dplore Jan 13, 2024
bccd54f
update
dplore Jan 17, 2024
2b68003
Merge branch 'master' into dplore/linkbw-extcomm
dplore Jan 18, 2024
c17b767
add std community container
dplore Jan 18, 2024
5043148
fix std community grouping
dplore Jan 18, 2024
30bad69
add posix-regex type
dplore Jan 19, 2024
31c47bc
add posix-eregex type
dplore Jan 19, 2024
5f6999b
add config for regex community
dplore Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion release/models/bgp/openconfig-bgp-errors.yang
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,13 @@ submodule openconfig-bgp-errors {
"This module defines BGP NOTIFICATION message error codes
and subcodes";

oc-ext:openconfig-version "5.5.0";
oc-ext:openconfig-version "5.6.0";

revision "2023-12-26" {
description
"Add link bandwidth extended community type";
reference "5.6.0";
}

revision "2023-09-06" {
description
Expand Down
Loading
Loading