Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
dccbb3f6
Commit
dccbb3f6
authored
Jul 19, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos-config: change the first ipv4 address of re6stnet-lo
parent
f9264415
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
windows/scripts/slapos-configure.sh
windows/scripts/slapos-configure.sh
+1
-1
No files found.
windows/scripts/slapos-configure.sh
View file @
dccbb3f6
...
...
@@ -159,7 +159,7 @@ if ! netsh interface ipv6 show interface | grep -q "\\b$slapos_ifname\\b" ; then
echo
Installing slapos network adapter ...
ipwin
install
$WINDIR
\\
inf
\\
netloop.inf
*
msloop re6stnet-lo
fi
ip
-4
addr add
$
ipv4_local_network
dev
$slapos_ifname
ip
-4
addr add
$
(
echo
${
ipv4_local_network
}
|
sed
-e
"s%
\.
0/%.1/%g"
)
dev
$slapos_ifname
# reset_connection $slapos_ifname
echo
echo
Configure slapos network OK.
...
...
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