Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
hostinfo
Commits
863c156d
Commit
863c156d
authored
Aug 26, 2015
by
Anders Blomdell
Browse files
Fixed multiple IPv6 addresses
parent
3ec753d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/hostinfo/ifconfig.py
View file @
863c156d
...
...
@@ -118,7 +118,7 @@ def generate_ifcfgv6(tree, interface, search, nameservers):
pass
if
len
(
address
)
>
1
:
config
.
append
(
'IPV6ADDR_SECONDARIES="%s"'
%
' '
.
join
(
address
[
2
:]))
' '
.
join
(
address
[
1
:]))
pass
pass
return
config
...
...
Write
Preview
Supports
Markdown
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