ifstate 1.13.3__tar.gz → 1.13.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ifstate-1.13.3 → ifstate-1.13.4}/PKG-INFO +3 -2
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/PKG-INFO +3 -2
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/__init__.py +1 -1
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/sysctl/__init__.py +1 -1
- {ifstate-1.13.3 → ifstate-1.13.4}/LICENSE +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/README.md +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate/ifstate.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate/shell.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate/vrrp.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/SOURCES.txt +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/dependency_links.txt +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/entry_points.txt +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/requires.txt +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/ifstate.egg-info/top_level.txt +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/address/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/bpf/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/bpf/ctypes.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/bpf/map.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/brport/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/exception.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/fdb/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/base.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/dsa.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/physical.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/tun.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/link/veth.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/log.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/neighbour/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/netns/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/parser/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/parser/base.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/parser/yaml.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/routing/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/tc/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/util.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/wireguard/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/libifstate/xdp/__init__.py +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/schema/ifstate.conf.schema.json +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/setup.cfg +0 -0
- {ifstate-1.13.3 → ifstate-1.13.4}/setup.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: ifstate
|
3
|
-
Version: 1.13.
|
3
|
+
Version: 1.13.4
|
4
4
|
Summary: Manage host interface settings in a declarative manner
|
5
5
|
Home-page: https://ifstate.net/
|
6
6
|
Author: Thomas Liske
|
@@ -22,6 +22,7 @@ Dynamic: description
|
|
22
22
|
Dynamic: description-content-type
|
23
23
|
Dynamic: home-page
|
24
24
|
Dynamic: license
|
25
|
+
Dynamic: license-file
|
25
26
|
Dynamic: provides-extra
|
26
27
|
Dynamic: requires-dist
|
27
28
|
Dynamic: summary
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: ifstate
|
3
|
-
Version: 1.13.
|
3
|
+
Version: 1.13.4
|
4
4
|
Summary: Manage host interface settings in a declarative manner
|
5
5
|
Home-page: https://ifstate.net/
|
6
6
|
Author: Thomas Liske
|
@@ -22,6 +22,7 @@ Dynamic: description
|
|
22
22
|
Dynamic: description-content-type
|
23
23
|
Dynamic: home-page
|
24
24
|
Dynamic: license
|
25
|
+
Dynamic: license-file
|
25
26
|
Dynamic: provides-extra
|
26
27
|
Dynamic: requires-dist
|
27
28
|
Dynamic: summary
|
@@ -66,7 +66,7 @@ class Sysctl():
|
|
66
66
|
changes = False
|
67
67
|
for family in self.sysctls[iface_config].keys():
|
68
68
|
for key, val in self.sysctls[iface_config][family].items():
|
69
|
-
changes =
|
69
|
+
changes = self.set_sysctl(iface_current, iface_config, family, key, val, do_apply) or changes
|
70
70
|
|
71
71
|
def has_settings(self, iface):
|
72
72
|
return iface in self.sysctls
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|