Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Patrick
FFS Gluon
Commits
eed61af7
Commit
eed61af7
authored
9 years ago
by
Nils Schneider
Browse files
Options
Downloads
Patches
Plain Diff
gluon-radvd: HACK: free ebtables from bat0
parent
18cd79c0
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/gluon-radvd/Makefile
+2
-2
2 additions, 2 deletions
package/gluon-radvd/Makefile
package/gluon-radvd/files/lib/gluon/ebtables/300-radv-input-output
+0
-2
0 additions, 2 deletions
...luon-radvd/files/lib/gluon/ebtables/300-radv-input-output
with
2 additions
and
4 deletions
package/gluon-radvd/Makefile
+
2
−
2
View file @
eed61af7
include
$(TOPDIR)/rules.mk
include
$(TOPDIR)/rules.mk
PKG_NAME
:=
gluon-radvd
PKG_NAME
:=
gluon-radvd
PKG_VERSION
:=
3
PKG_VERSION
:=
4
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
PKG_BUILD_DIR
:=
$(
BUILD_DIR
)
/
$(
PKG_NAME
)
...
@@ -11,7 +11,7 @@ define Package/gluon-radvd
...
@@ -11,7 +11,7 @@ define Package/gluon-radvd
SECTION
:=
gluon
SECTION
:=
gluon
CATEGORY
:=
Gluon
CATEGORY
:=
Gluon
TITLE
:=
Advertise an IPv6 prefix from the node
TITLE
:=
Advertise an IPv6 prefix from the node
DEPENDS
:=
+gluon-core
+gluon-ebtables +gluon-mesh-batman-adv
+uradvd
DEPENDS
:=
+gluon-core +uradvd
endef
endef
define
Package/gluon-radvd/description
define
Package/gluon-radvd/description
...
...
This diff is collapsed.
Click to expand it.
package/gluon-radvd/files/lib/gluon/ebtables/300-radv-input-output
deleted
100644 → 0
+
0
−
2
View file @
18cd79c0
rule 'INPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-solicitation -i bat0 -j DROP'
rule 'OUTPUT -p IPv6 --ip6-protocol ipv6-icmp --ip6-icmp-type router-advertisement -o bat0 -j DROP'
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