From: Nick Podolak
Adds the ability for the gre.sh netifd protocol script to honor the multicast
flag
Signed-off-by: Nick Podolak
---
package/network/config/gre/files/gre.sh | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/network/config/gre/files/gre.sh
b/pa
From: Nick Podolak
Add multicast flag control to interfaces in netifd
Signed-off-by: Nick Podolak
---
My repeated apologies for butchering the canonical patch message body
formatting. I think I have got the format and my mail client settings correct
this time though.
Thanks for your patience
You're right. That would be an awful commit message. Try this.
Adds multicast flag control to the gre protocol script
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
Original patchset was not applying correctly, let's try again.
Signed-off-by: Nick Podolak
---
package/network/config/gre/files/gre.sh | 7 +--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/package/network/config/gre/files/gre.sh
b/package/network/config/gre/files/gre.sh
i
Original patchset was not applying correctly. My bad.
Let's try this again.
Signed-off-by: Nick Podolak
---
device.c | 9 +
device.h | 3 +++
system-linux.c | 10 ++
3 files changed, 22 insertions(+)
diff --git a/device.c b/device.c
index 6dc4fa9..b755d05 100644
From: Nick Podolak
This patch set allows for interfaces defined in UCI to enable and disable
multicast support on their underlying device. This has particular use on GRE
tunnels which previously did NOT enable multicast by default. Since GRE is
commonly used to create router to router links
From: Nick Podolak
This patch adds the ability for the gre.sh netifd script to deliver the
multicast flag config variable from UCI to the netifd process.
This patch won't do much without the first from the group.
Signed-off-by: Nick Podolak
diff --git a/package/network/config/gre/files/gre
From: Nick Podolak
This patch adds the ability for the gre.sh netifd script to deliver the
multicast flag config variable from UCI to the netifd process.
This patch won't do much without the first from the group.
Signed-off-by: Nick Podolak
diff --git a/package/network/config/gre/files/gre.sh
From: Nick Podolak
This patch set allows for interfaces defined in UCI to enable and disable
multicast support on their underlying device. This has particular use on GRE
tunnels which previously did NOT enable multicast by default. Since GRE is
commonly used to create router to router links