aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/xfrm/Makefile
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2020-12-07 13:19:30 -0700
committerHans Dedecker <dedeckeh@gmail.com>2020-12-11 20:53:36 +0100
commit5d2b577a53021372ffe8327a102859124d9dffd2 (patch)
tree423cc1527e1b8a0a57fad1b30e8f06f662294fd6 /package/network/config/xfrm/Makefile
parent882ca13d923796438fd06badeb00dc95b7eb1467 (diff)
downloadupstream-5d2b577a53021372ffe8327a102859124d9dffd2.tar.gz
upstream-5d2b577a53021372ffe8327a102859124d9dffd2.tar.bz2
upstream-5d2b577a53021372ffe8327a102859124d9dffd2.zip
xfrm: support 'multicast' attribute on interfaces
You shouldn't need the overhead of GRE just to add multicast capability on a point-to-point interface (for instance, you might want to run mDNS over IPsec transport connections, and Avahi requires IFF_MULTICAST be set on interfaces, even point-to-point ones). Borrowed heavily from: b3c9321b9e gre: Support multicast configurable gre interfaces Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'package/network/config/xfrm/Makefile')
-rw-r--r--package/network/config/xfrm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/xfrm/Makefile b/package/network/config/xfrm/Makefile
index 1b3b99adb0..bcee89f82c 100644
--- a/package/network/config/xfrm/Makefile
+++ b/package/network/config/xfrm/Makefile
@@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=xfrm
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk