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
Files modified/added
1. setup.py: added the bgp_prefix_list.yang to the setup list
2. sonic-bgp-prefix-list.yang: new yang model for the prefix list which is added in configdb through cli
3. test files to test the yang model
Signed-off-by: Mukul Chodhary <70460358+Muckthebuck@users.noreply.github.com>
Copy file name to clipboardexpand all lines: src/sonic-yang-models/doc/Configuration.md
+13
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@
94
94
*[Static DNS](#static-dns)
95
95
*[ASIC_SENSORS](#asic_sensors)
96
96
*[SRv6](#srv6)
97
+
*[Prefix List](#prefix-list)
97
98
*[For Developers](#for-developers)
98
99
*[Generating Application Config by Jinja2 Template](#generating-application-config-by-jinja2-template)
99
100
*[Incremental Configuration by Subscribing to ConfigDB](#incremental-configuration-by-subscribing-to-configdb)
@@ -2913,6 +2914,18 @@ An example is as follows:
2913
2914
}
2914
2915
```
2915
2916
2917
+
### Prefix List
2918
+
Prefix list table stores a list of prefixes with type and prefix separated by `|`. The specific configuration for the prefix type are then rendered by the PrefixListMgr. Currently ANCHOR_PREFIX is supported to add RADIAN configuration.
0 commit comments