Re: [PATCH net-next v2 02/12] gtp: include role in link info

2020-12-12 Thread Harald Welte
Hi Jonas, On Fri, Dec 11, 2020 at 01:26:02PM +0100, Jonas Bonn wrote: > Querying link info for the GTP interface doesn't reveal in which "role" the > device is set to operate. Include this information in the info query > result. > > Signed-off-by: Jonas Bonn Acked-by: Harald Welte -- - Hara

[PATCH net-next v2 02/12] gtp: include role in link info

2020-12-11 Thread Jonas Bonn
Querying link info for the GTP interface doesn't reveal in which "role" the device is set to operate. Include this information in the info query result. Signed-off-by: Jonas Bonn --- drivers/net/gtp.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/net/gtp.c b/dr