mirror of
https://github.com/bgp/bgpq4.git
synced 2024-05-11 05:55:05 +00:00
* Add support for Nokia SR Linux prefix sets * Update tests * Update docs * Fix ACL prefix filter
7 lines
171 B
Plaintext
7 lines
171 B
Plaintext
/routing-policy
|
|
delete prefix-set "NN"
|
|
prefix-set "NN" {
|
|
prefix 2001:4:112::/48 mask-length-range exact { }
|
|
prefix 2620:4f:8000::/48 mask-length-range exact { }
|
|
}
|