Skip to content

Commit

Permalink
Update ovs-p4rt/ovs_p4rt.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Derek G Foster <[email protected]>
  • Loading branch information
satish153 and ffoulkes authored Jan 31, 2024
1 parent ea12e4c commit 5ee9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovs-p4rt/ovs_p4rt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1921,7 +1921,7 @@ absl::StatusOr<::p4::v1::ReadResponse> GetFdbTunnelTableEntry(
return absl::UnknownError("Unsupported tunnel type");
}
#else
return absl::UnknownError("Unsupported platform");
#error "Unsupported target"
#endif

return ovs_p4rt::SendReadRequest(session, read_request);
Expand Down

0 comments on commit 5ee9ada

Please sign in to comment.