Skip to content

Commit

Permalink
ffmuc-ipv6-ra-filter: add readme and title
Browse files Browse the repository at this point in the history
  • Loading branch information
grische committed Nov 6, 2023
1 parent fcb7243 commit fb9d01f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ffmuc-ipv6-ra-filter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PKG_RELEASE:=1
include $(TOPDIR)/../package/gluon.mk

define Package/$(PKG_NAME)
TITLE:=Filters RAs
TITLE:=Filters router advertisments of any gateway but the connected gateway
DEPENDS:=+gluon-ebtables +libgluonutil +libbatadv
endef

Expand Down
13 changes: 13 additions & 0 deletions ffmuc-ipv6-ra-filter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# ffmuc-ipv6-ra-filter

The package disables forwarding router advertisements on `bat0` which were sent from a different source than the connected gateway. This is based on the output of `batctl gwl` and sets the IPv6 gateway to the IPv4 gateway.

It makes sure that clients only learn the IPv6 gateway of the gateway it is connected to and does not receive other router advertisements in the mesh.

### Credits

This is based on the FFMUC package [ffmuc-simple-radv-filter](https://github.com/freifunkMUC/gluon-packages/tree/7c2e1224c0cfc1e66f93738aefbcd401bfb11f2c/ffmuc-simple-radv-filter).

### Contact

Feel free to ask questions in the [FFMUC chat](https://chat.ffmuc.net).

0 comments on commit fb9d01f

Please sign in to comment.