[Bridge] [PATCH 6/6] mpls: VPLS support

Amine Kherbouche amine.kherbouche at 6wind.com
Mon Aug 28 09:21:39 UTC 2017


any opinion on vpls driver path ?

On 08/21/2017 07:15 PM, David Lamparter wrote:
> [work-in-progress, works but needs changes]
> [v2: refactored lots of things, e.g. dst_metadata, no more genetlink]
> [v4: removed pointless include/net/vpls.h, squashed pseudowire control
> word support, squashed netlink lwtunnel access bits]
>
> Signed-off-by: David Lamparter <equinox at diac24.net>
> ---
>  include/net/dst_metadata.h    |  24 ++
>  include/uapi/linux/lwtunnel.h |   8 +
>  net/core/lwtunnel.c           |   1 +
>  net/mpls/Kconfig              |  11 +
>  net/mpls/Makefile             |   1 +
>  net/mpls/vpls.c               | 550 ++++++++++++++++++++++++++++++++++++++++++
>  6 files changed, 595 insertions(+)
>  create mode 100644 net/mpls/vpls.c


More information about the Bridge mailing list