-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Babeld without VLAN on ethernet interfaces inside br-lan #600
Changes from all commits
3d23da3
80caad6
3420b51
bc78e61
fbe0bc8
1e34f93
4b98f6d
070ddce
ed74e98
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ define Package/$(PKG_NAME) | |
URL:=http://libremesh.org | ||
DEPENDS:=+dnsmasq-dhcpv6 @(!PACKAGE_dnsmasq) +ebtables +libuci-lua \ | ||
+lime-system +lua +kmod-ebtables +kmod-macvlan \ | ||
+shared-state +shared-state-dnsmasq_leases | ||
+shared-state +shared-state-dnsmasq_leases +kmod-ebtables-ipv6 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Didn't you fixed this in another PR? here it seems unrelated There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That kernel module is needed both by anygw (see #599) and Babeld in case of no VLAN and presence of Batman. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Gosh, now I noticed that this file was actually not pertaining to this PR, sorry. |
||
PKGARCH:=all | ||
endef | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ define Package/$(PKG_NAME) | |
CATEGORY:=LiMe | ||
MAINTAINER:=Gioacchino Mazzurco <[email protected]> | ||
URL:=https://libremesh.org | ||
DEPENDS:=+babeld +lime-system | ||
DEPENDS:=+babeld +lime-system +PACKAGE_lime-proto-batadv:kmod-ebtables-ipv6 | ||
PKGARCH:=all | ||
endef | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ilario When someone would want to change from
false
totrue
? If there is not known useful use case I prefer not to add more options.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with you, and I'll remove this.
I added this originally just because the same was present for BMX6 over Batman-adv