Skip to content

Commit

Permalink
Merge pull request #286 from FedeParola/xdp-egress
Browse files Browse the repository at this point in the history
Add support for XDP egress programs
  • Loading branch information
frisso committed Apr 25, 2020
2 parents cd6e973 + d8d32b5 commit 777e4fd
Show file tree
Hide file tree
Showing 37 changed files with 1,188 additions and 483 deletions.
2 changes: 1 addition & 1 deletion src/libs/polycube/include/polycube/services/cube_iface.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class CubeIface : virtual public BaseCubeIface {

class TransparentCubeIface : virtual public BaseCubeIface {
public:
virtual void set_next(uint16_t next, ProgramType type) = 0;
virtual void set_next(uint32_t next, ProgramType type) = 0;
virtual void set_parameter(const std::string &parameter,
const std::string &value) = 0;
virtual void send_packet_out(const std::vector<uint8_t> &packet, Direction direction,
Expand Down

0 comments on commit 777e4fd

Please sign in to comment.