Skip to content

Commit

Permalink
OSPFv3 model
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeng90 committed Feb 13, 2025
1 parent a172285 commit 60904f6
Show file tree
Hide file tree
Showing 8 changed files with 1,415 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ module openconfig-network-instance {
import openconfig-mpls { prefix "oc-mpls"; }
import openconfig-vlan { prefix "oc-vlan"; }
import openconfig-ospfv2 { prefix "oc-ospfv2"; }
import openconfig-ospf { prefix "oc-ospf"; }
import openconfig-policy-forwarding { prefix "oc-pf"; }
import openconfig-segment-routing { prefix "oc-sr"; }
import openconfig-isis { prefix "oc-isis"; }
Expand Down Expand Up @@ -949,6 +950,14 @@ module openconfig-network-instance {
}
}

uses oc-ospf:ospfv3-top {
when "./config/identifier = 'oc-pol-types:OSPF3'" {
description
"Include OSPFv3 parameters only when the protocol
is of type OSPFv3";
}
}

uses oc-isis:isis-top {
when "./config/identifier = 'oc-pol-types:ISIS'" {
description
Expand Down
Loading

0 comments on commit 60904f6

Please sign in to comment.