IOS XR RPLで `if (destination in prefix-list-A) and not (destination in prefix-list-B)` という条件は論理的に何を意味するか。

`and not` を使用することで、特定の除外条件を加えたフィルタリングが可能になる。