Skip to content

Commit

Permalink
Remove comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
guoshiuan committed May 28, 2024
1 parent ef21954 commit 91f11ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dataplane/saiserver/routing.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,8 +631,6 @@ func (ri *routerInterface) CreateRouterInterface(ctx context.Context, req *saipb
return nil, err
}

// Here we associate a port to its output interface. How is output port assigned?
// Does that mean that we trigger the xmit of port GetPortId()?
_, err = ri.dataplane.TableEntryAdd(ctx, fwdconfig.TableEntryAddRequest(ri.dataplane.ID(), outputIfaceTable).
AppendEntry(
fwdconfig.EntryDesc(fwdconfig.ExactEntry(fwdconfig.PacketFieldBytes(fwdpb.PacketFieldNum_PACKET_FIELD_NUM_OUTPUT_IFACE).WithUint64(id))),
Expand Down

0 comments on commit 91f11ff

Please sign in to comment.