Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
80387939
Commit
80387939
authored
Mar 22, 2012
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setup-interfaces: remove dead code
We use new style bridge configuration now
parent
a5b3a558
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
setup-interfaces.in
setup-interfaces.in
+0
-6
No files found.
setup-interfaces.in
View file @
80387939
...
...
@@ -301,12 +301,6 @@ prompt_for_interfaces() {
&&
echo
-e
"
\t
gateway
$gateway
"
>>
interfaces
;;
esac
if
[
-n
"
$bridge
"
]
;
then
echo
-e
"
\t
post-down brctl delif
$bridge
$iface
"
>>
interfaces
echo
-e
"
\t
post-down brctl delbr
$bridge
"
>>
interfaces
fi
echo
""
>>
interfaces
bridge
=
""
done
while
[
"
$answer
"
!=
"yes"
]
&&
[
"
$answer
"
!=
"no"
]
;
do
...
...
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