Skip to content

Beta release

Compare
Choose a tag to compare
@ynkjm ynkjm released this 16 Oct 08:22
· 208 commits to master since this release

Lagopus 0.2.5 includes several bugfix in dataplane and limited support for GTP-U handling as an extension of OpenFlow protocol.

  • openflow: Add an extension of general tunnel handling for GTP-U
  • dataplane: GTP-u tunnel support
  • dataplane: Add hybrid LPM algorithm
  • dataplane: Fixed memory leak in flowcache
  • dataplane: Fixed mbtree
  • dataplane: Fixed build dependency for mbtree
  • dataplane: Fixed to examine instruction of flow entry before add/modify flow table
  • dataplane: Fixed VxLAN encapsulation
  • dataplane: Fixed to calculate IP and L4 checksum for copied packets
  • dataplane: Fixed unit test of OF tunnel
  • dataplane: Clean IP-address handling code