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
3194834c
Commit
3194834c
authored
11 years ago
by
Steven Barth
Browse files
Options
Downloads
Patches
Plain Diff
odhcp6c: remove source-restriction from local routes again (broke relaying)
SVN-Revision: 39575
parent
ef5c3bbb
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/odhcp6c/Makefile
+1
-1
1 addition, 1 deletion
package/network/ipv6/odhcp6c/Makefile
package/network/ipv6/odhcp6c/files/dhcpv6.script
+1
-2
1 addition, 2 deletions
package/network/ipv6/odhcp6c/files/dhcpv6.script
with
2 additions
and
3 deletions
package/network/ipv6/odhcp6c/Makefile
+
1
−
1
View file @
3194834c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
odhcp6c
PKG_NAME
:=
odhcp6c
PKG_VERSION
:=
2014-02-
06
PKG_VERSION
:=
2014-02-
12
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
...
...
This diff is collapsed.
Click to expand it.
package/network/ipv6/odhcp6c/files/dhcpv6.script
+
1
−
2
View file @
3194834c
...
@@ -65,8 +65,7 @@ setup_interface () {
...
@@ -65,8 +65,7 @@ setup_interface () {
local
metric
=
"
${
entry
%%,*
}
"
local
metric
=
"
${
entry
%%,*
}
"
if
[
-z
"
$SOURCE_ROUTING
"
-o
-z
"
$gw
"
]
;
then
if
[
-z
"
$SOURCE_ROUTING
"
-o
-z
"
$gw
"
]
;
then
proto_add_ipv6_route
"
$addr
"
"
$mask
"
"
$gw
"
"
$metric
"
"
$valid
"
"::/128"
proto_add_ipv6_route
"
$addr
"
"
$mask
"
"
$gw
"
"
$metric
"
"
$valid
"
proto_add_ipv6_route
"
$addr
"
"
$mask
"
"
$gw
"
"
$metric
"
"
$valid
"
"
$addr
/
$mask
"
else
else
proto_add_ipv6_route
"
$addr
"
"
$mask
"
"
$gw
"
"
$metric
"
"
$valid
"
"::/128"
proto_add_ipv6_route
"
$addr
"
"
$mask
"
"
$gw
"
"
$metric
"
"
$valid
"
"::/128"
for
prefix
in
$PREFIXES
$ADDRESSES
;
do
for
prefix
in
$PREFIXES
$ADDRESSES
;
do
...
...
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