Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
9aba83ec
Commit
9aba83ec
authored
12 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
6relayd: auto-configure local interfaces as well
SVN-Revision: 34027
parent
7efe435f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/network/ipv6/6relayd/Makefile
+2
-2
2 additions, 2 deletions
package/network/ipv6/6relayd/Makefile
package/network/ipv6/6relayd/files/6relayd.init
+1
-1
1 addition, 1 deletion
package/network/ipv6/6relayd/files/6relayd.init
with
3 additions
and
3 deletions
package/network/ipv6/6relayd/Makefile
+
2
−
2
View file @
9aba83ec
...
@@ -8,14 +8,14 @@
...
@@ -8,14 +8,14 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
6relayd
PKG_NAME
:=
6relayd
PKG_VERSION
:=
2012-1
0-30
PKG_VERSION
:=
2012-1
1-01
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_RELEASE
=
$(
PKG_SOURCE_VERSION
)
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_SUBDIR
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
PKG_SOURCE_URL
:=
git://nbd.name/6relayd.git
PKG_SOURCE_URL
:=
git://nbd.name/6relayd.git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_VERSION
:=
04222b093056ff364ab9a31bce92fdae707a589e
PKG_SOURCE_VERSION
:=
3f8db4e75d6ac98ea290e0b52e4e2cff91bcee8c
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
PKG_MAINTAINER
:=
Steven Barth <steven@midlink.org>
...
...
This diff is collapsed.
Click to expand it.
package/network/ipv6/6relayd/files/6relayd.init
+
1
−
1
View file @
9aba83ec
...
@@ -19,7 +19,7 @@ resolve_network() {
...
@@ -19,7 +19,7 @@ resolve_network() {
start_6relayd
()
{
start_6relayd
()
{
local
cfg
=
"
$1
"
local
cfg
=
"
$1
"
local
args
=
"-S"
local
args
=
"-S
-l
"
local
ifaces
=
""
local
ifaces
=
""
config_get proto
"
$cfg
"
proto
config_get proto
"
$cfg
"
proto
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment