Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New: performance improvement: replace glob.glob with os.listdir * New: bridge: Do not create untagged vlans on "external" vxlan ports * New: Attribute: "disable-ipv6" to control ipv6 on an interface * New: Policy: "default_loopback_scope" control loopback ip scope * Fix: keep link down after mac change if 'link-down yes' is specified * Fix: addressvirtual: stale mac detection is missing vrr without ip * Fix: bond: warn if sub interface is detected on bond slave * Fix: bridge: update bridge-fd valid range to 2-255 Signed-off-by: Julien Fortin <[email protected]>
- Loading branch information
577b903
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the "release commit" for 3.3.0? You seem to have missed tagging them in git.
577b903
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lillecarl Yes this is the release commit for 3.3.0, I haven't used tags since my last debian upload, I will add one for this release and try to remember to do it in the future.