Skip to content

Commit

Permalink
Release v0.10.0 (#232)
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 Oct 22, 2019
1 parent 2bf7c02 commit 91d0916
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
Set vlan_filtering 1 if no ports at linux bridges
Increase resilience and force vlan_filtering at bridge

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.
The NetworkManager < 1.20 present some race conditions that end with
nmstatectl set with transitory failures, they can be overcome by some
retry + sleep mechanism implemented in this release.

A rollback mechanism has being implemented to go back to previous network
configuration in case of error at running the vlan-filtering script or pinging
default gw.

The vlan-filtering script was not setting the pvid untagged flag at the bridge
itself.

```
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.9.0"
Version = "0.10.0"
)

0 comments on commit 91d0916

Please sign in to comment.