Skip to content

Commit

Permalink
Adding subscription support for ethernet interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarwal03 committed May 21, 2024
1 parent 1e12744 commit 39bbe9d
Show file tree
Hide file tree
Showing 2 changed files with 289 additions and 17 deletions.
2 changes: 2 additions & 0 deletions models/yang/annotations/openconfig-interfaces-annot.yang
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module openconfig-interfaces-annot {
deviation /oc-intf:interfaces/oc-intf:interface/oc-eth:ethernet/oc-eth:config {
deviate add {
sonic-ext:subtree-transformer "intf_eth_port_config_xfmr";
sonic-ext:path-transformer "intf_eth_port_config_path_xfmr";
}
}

Expand Down Expand Up @@ -110,6 +111,7 @@ module openconfig-interfaces-annot {
sonic-ext:table-transformer "intf_subintfs_table_xfmr";
sonic-ext:virtual-table "true";
sonic-ext:key-transformer "intf_subintfs_xfmr";
sonic-ext:path-transformer "intf_ip_path_xfmr";
}
}

Expand Down
Loading

0 comments on commit 39bbe9d

Please sign in to comment.