Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
106
Merge Requests
106
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
2823bf93
Commit
2823bf93
authored
Oct 23, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ea98e50b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
software/ors-amarisoft/ru/tapsplit
software/ors-amarisoft/ru/tapsplit
+1
-1
No files found.
software/ors-amarisoft/ru/tapsplit
View file @
2823bf93
...
...
@@ -9,7 +9,6 @@ import netifaces
import
netaddr
from
socket
import
AF_INET6
from
math
import
log2
,
ceil
from
os.path
import
exists
import
sys
import
subprocess
...
...
@@ -59,6 +58,7 @@ def main():
n
+=
1
# also leaving first range for the original tap
ptake
=
ceil
(
log2
(
n
))
# do the split
for
i
,
subnet
in
enumerate
(
net
.
subnet
(
prefixlen
+
ptake
)):
if
i
==
0
:
print
(
'preserve %s'
%
subnet
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment