Skip to content

Commit

Permalink
Merge pull request #178 from anarkiwi/ver
Browse files Browse the repository at this point in the history
0.7.0
  • Loading branch information
anarkiwi authored Sep 30, 2020
2 parents 00acba2 + e41c5f9 commit 1a35418
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.7.0 (2020-09-30)

- allow ACL on NAT port
- tests check mirror flows are present
- mirror bridge should pass through packets with any VLAN tag
- fix viz crash when no ip command
- upgrade logrus, faucetconfrpc, grafana

# v0.6.0 (2020-09-22)

- fix race condition that could lead to multiple containers with same OFPort
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
version = "0.6.0"
version = "0.7.0"
)

func main() {
Expand Down

0 comments on commit 1a35418

Please sign in to comment.