Explains how to update attached and unattached policies safely, preserve references, and use nondestructive editing behavior to avoid unintended policy replacement.
Modifying routing policies is the process of changing route policies that
-
updates an attached policy by respecifying it at the attach point to avoid a gap where default behavior applies
-
allows a nonattached policy to reference sets or policies that you define later, while requiring all references to exist when you attach the policy, and
-
supports nondestructive edits by using rpl set-exit-as-abort so exit aborts changes instead of applying and replacing the existing policy.