Skip to content

Commit

Permalink
Release 0.9.0 (#177)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored and phoracek committed Sep 20, 2019
1 parent b3f0c02 commit 3926c1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Increase nmstate set timeout to 60 seconds
Set vlan_filtering 1 if no ports at linux bridges

The nmstate main loop timeout is harcoded to 20 seconds this is problematic
at some scenarios, this release increment it to 60 seconds.
After merging #163 vlan_filtering flag was not set if if the linux bridge
was configured with no ports, that's it's a problem for communication in the
same host between two interfaces with vlans different vlans, since
communication will be possible.

```
docker pull HANDLER_IMAGE
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.8.0"
Version = "0.9.0"
)

0 comments on commit 3926c1c

Please sign in to comment.