Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 02:11
· 15 commits to main since this release
fb33892
Add functions to remove unused map in Switch (#59)

Add functions to create Table/Group/Meter object on the Switch but not store
in the db (tableDb/groupDb/meterDb). This is because the application may
maintain its own cache for the Table/Group/Meter resources, and a storage in
ofnet is duplicated.

Add APIs in AppInterface to control if or not to initialize the flow graph and
the tlv map on the Switch.

Signed-off-by: wenyingd <[email protected]>