Skip to content

Commit

Permalink
rebase with master
Browse files Browse the repository at this point in the history
  • Loading branch information
srj102 committed Sep 18, 2020
1 parent 1043ee8 commit 4f69c4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions orchagent/portsorch.h
Original file line number Diff line number Diff line change
Expand Up @@ -235,9 +235,6 @@ class PortsOrch : public Orch, public Subject
bool addTunnel(string tunnel,sai_object_id_t, bool learning=true);
bool removeTunnel(Port tunnel);

bool addTunnel(string tunnel,sai_object_id_t, bool learning=true);
bool removeTunnel(Port tunnel);

bool addPort(const set<int> &lane_set, uint32_t speed, int an=0, string fec="");
sai_status_t removePort(sai_object_id_t port_id);
bool initPort(const string &alias, const int index, const set<int> &lane_set);
Expand Down

0 comments on commit 4f69c4a

Please sign in to comment.