Re: [PATCH v2 net] mpls: allow routes on ip6gre devices

2018-10-03 Thread Simon Horman
On Fri, Sep 21, 2018 at 02:30:05PM -0700, Saif Hasan wrote: > Summary: > > This appears to be necessary and sufficient change to enable `MPLS` on > `ip6gre` tunnels (RFC4023). > > This diff allows IP6GRE devices to be recognized by MPLS kernel module > and hence user can configure interface to ac

Re: [PATCH v2 net] mpls: allow routes on ip6gre devices

2018-09-24 Thread David Miller
From: Saif Hasan Date: Fri, 21 Sep 2018 14:30:05 -0700 > Summary: > > This appears to be necessary and sufficient change to enable `MPLS` on > `ip6gre` tunnels (RFC4023). > > This diff allows IP6GRE devices to be recognized by MPLS kernel module > and hence user can configure interface to accep

[PATCH v2 net] mpls: allow routes on ip6gre devices

2018-09-21 Thread Saif Hasan
Summary: This appears to be necessary and sufficient change to enable `MPLS` on `ip6gre` tunnels (RFC4023). This diff allows IP6GRE devices to be recognized by MPLS kernel module and hence user can configure interface to accept packets with mpls headers as well setup mpls routes on them. Test Pl