File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## 1.13.0 - 2024-10-20
4
+
5
+ Changes:
6
+ - schema: add missing UDP port configuration for VxLAN tunnels
7
+ - vrrp: add support for keepalived's ` stop ` state
8
+
9
+ Fixes:
10
+ - link: fix exception handling in get_link wrapper
11
+ - routing: add /usr/share/iproute2 for routing table map lookups (Debian)
12
+ - routing: configure connected routes before static routes (#50 )
13
+ - vrrp: refactor vrrp-fifo, replacing mp.Process with subprocess.Popen
14
+ implementation (#58 #59 #60 )
15
+
16
+ This release contains a rector of the vrrp-fifo implementation used to run
17
+ ifstate from keepalived. The previous implementation seems to trigger race
18
+ conditions in the pyroute2 backend sockets when using complex setups with
19
+ multiple netns. I is highly recommended to upgrade if you use the ` vrrp-fifo `
20
+ action.
21
+
3
22
## 1.12.0 - 2024-09-12
4
23
5
24
Changes:
Original file line number Diff line number Diff line change 48
48
import errno
49
49
import logging
50
50
51
- __version__ = "1.12 .0"
51
+ __version__ = "1.13 .0"
52
52
53
53
54
54
class IfState ():
You can’t perform that action at this time.
0 commit comments