Message ID | 1540818202-11247-1-git-send-email-alexey.kodanev@oracle.com |
---|---|
Headers | show |
Series | network: new tests for mpls over gre, gre6 and sit | expand |
Hi Alexey, > Before using sit tunnels with MPLS, add stand-alone sit01 test. > It is done by the first two patches. > The rest of the patches add various MPLS tests: > * mpls01: functional test, creates/removes MPLS routes, > checks sysctl parameters. > * mpls02: MPLS over the default test network configuration > * mpls03/mpls04: MPLS over GRE and SIT. > Alexey Kodanev (6): > network/virt: add support for sit tunnel > network/sit01: new test for sit tunnel > network/mpls01: new test for mpls labels > network/mpls02: new test with lwtunnel > network/mpls03: add MPLS over GRE and GREv6 > network/mpls04: new test with mpls over sit tunnel Thanks for patches, LGTM. Acked-by: Petr Vorel <pvorel@suse.cz> I've sent some minor issues to 4/6 and 5/6. Kind regards, Petr
On 11/02/2018 11:15 PM, Petr Vorel wrote: > Hi Alexey, > >> Before using sit tunnels with MPLS, add stand-alone sit01 test. >> It is done by the first two patches. > >> The rest of the patches add various MPLS tests: >> * mpls01: functional test, creates/removes MPLS routes, >> checks sysctl parameters. >> * mpls02: MPLS over the default test network configuration >> * mpls03/mpls04: MPLS over GRE and SIT. > >> Alexey Kodanev (6): >> network/virt: add support for sit tunnel >> network/sit01: new test for sit tunnel >> network/mpls01: new test for mpls labels >> network/mpls02: new test with lwtunnel >> network/mpls03: add MPLS over GRE and GREv6 >> network/mpls04: new test with mpls over sit tunnel > > Thanks for patches, LGTM. > Acked-by: Petr Vorel <pvorel@suse.cz> > > I've sent some minor issues to 4/6 and 5/6. > All fixed, thanks for review Petr! Applied.