Skip to content

Commit

Permalink
Add missing switch init functions
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 2, 2023
1 parent 40b5bb2 commit e29f99d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dash-pipeline/SAI/templates/saifixedapis.cpp.j2
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ sai_switch_api_t dash_sai_switch_api_impl = {
.remove_switch_tunnel = 0,
.set_switch_tunnel_attribute = 0,
.get_switch_tunnel_attribute = 0,
.switch_mdio_cl22_read = 0,
.switch_mdio_cl22_write = 0,
};

static sai_status_t dash_sai_get_port_attribute(
Expand Down

0 comments on commit e29f99d

Please sign in to comment.