Applied, thanks
On Sun, Sep 15, 2019 at 6:06 PM Martin Lewis wrote:
>
> Signed-off-by: Martin Lewis
> ---
> networking/brctl.c | 119
> -
> 1 file changed, 100 insertions(+), 19 deletions(-)
>
> diff --git a/networking/brctl.c b/networking/br
On Mon, 16 Sep 2019 18:08:41 +0200
Martin Lewis wrote:
> Hi,
>
> The attached implementation is roughly the same found in brctl from
> bridge-utils.
> It does the same actions, and specifically reads it’s entries from
> /sys/class/net//brforward.
> The relevant kernel function is brforward_read,
Hi,
The attached implementation is roughly the same found in brctl from
bridge-utils.
It does the same actions, and specifically reads it’s entries from
/sys/class/net//brforward.
The relevant kernel function is brforward_read, and can be found under
net/bridge/br_sysfs_br.c in the kernel source t
On 15 September 2019 18:04:49 CEST, Martin Lewis
wrote:
>Signed-off-by: Martin Lewis
>---
>networking/brctl.c | 119
>-
> 1 file changed, 100 insertions(+), 19 deletions(-)
>
>diff --git a/networking/brctl.c b/networking/brctl.c
>index 586ca9b..
Signed-off-by: Martin Lewis
---
networking/brctl.c | 119 -
1 file changed, 100 insertions(+), 19 deletions(-)
diff --git a/networking/brctl.c b/networking/brctl.c
index 586ca9b..35771a5 100644
--- a/networking/brctl.c
+++ b/networking/brctl.c