mirror of
https://github.com/bgp/bgpq4
synced 2025-02-28 08:53:11 +00:00
* Add support for Nokia SR Linux prefix sets * Update tests * Update docs * Fix ACL prefix filter
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
/routing-policy
|
|
delete prefix-set "NN"
|
|
prefix-set "NN" {
|
|
prefix 192.31.196.0/24 mask-length-range exact { }
|
|
prefix 192.175.48.0/24 mask-length-range exact { }
|
|
}
|