diff --git a/release/models/policy-forwarding/.spec.yml b/release/models/policy-forwarding/.spec.yml index e083b13b4..cb317618f 100644 --- a/release/models/policy-forwarding/.spec.yml +++ b/release/models/policy-forwarding/.spec.yml @@ -2,7 +2,9 @@ docs: - yang/network-instance/openconfig-network-instance-types.yang - yang/network-instance/openconfig-network-instance.yang + - yang/policy-forwarding/openconfig-pf-network-instances.yang build: - yang/network-instance/openconfig-network-instance.yang - yang/policy-forwarding/openconfig-pf-srte.yang + - yang/policy-forwarding/openconfig-pf-network-instances.yang run-ci: true diff --git a/release/models/policy-forwarding/openconfig-pf-network-instances.yang b/release/models/policy-forwarding/openconfig-pf-network-instances.yang index 35d5737ed..986de25bb 100644 --- a/release/models/policy-forwarding/openconfig-pf-network-instances.yang +++ b/release/models/policy-forwarding/openconfig-pf-network-instances.yang @@ -18,7 +18,7 @@ submodule openconfig-pf-network-instances { description "This submodule contains groupings to attach a policy-forwarding policy to one or more network-instances. - + When attached to a network-instance, the policy-forwarding rules should be evaluated against packets in the specified network-instances."; @@ -121,10 +121,10 @@ submodule openconfig-pf-network-instances { } description "Apply the specific VRF selection policy on the network-instance. - + The referenced policy MUST be of the type VRF_SELECTION_POLICY. The VRF selection policy may coexist with a policy-forwarding policy. - + The policy specified in this leaf is used to specifically choose the L3VRF network instance that is used for specific input criteria of packets.";