[Touch-packages] [Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2019-04-19 Thread Nicolas Dichtel
root@ubuntu1604:~# dpkg --list | grep iproute2 ii iproute2 4.3.0-1ubuntu3.16.04.4 amd64networking and traffic control tools root@ubuntu1604:~# apt-get install iproute2/xenial-proposed Reading package lists... Done Building dependency tree

[Touch-packages] [Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2018-10-03 Thread Nicolas Dichtel
> Note that the iproute2 patch will be needed to use this filter: > > https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=d5cbf3ff0561 > (embedded headers must be updated also). This link is dead, here is another one: https://git.kernel.org/pub/scm/network/iproute2/ipr

[Touch-packages] [Bug 1771783] Re: iproute2: frr route protocols are not converted to string on xenial

2018-10-03 Thread Nicolas Dichtel
It works on my side: $ ./ip/ip r a 2.2.2.0/24 via 10.0.2.123 dev mgmt0 proto 188 metric 20 $ ./ip/ip r | grep 2.2.2 2.2.2.0/24 via 10.0.2.123 dev mgmt0 proto 188 metric 20 $ mkdir -p /etc/iproute2/rt_protos.d $ echo "188 foo" > /etc/iproute2/rt_protos.d/bar.conf $ ./ip/ip r | grep 2.2.2 2.2.2.0/

[Touch-packages] [Bug 1771764] Re: iproute2: unable to add ip lwt mpls route on xenial

2018-09-07 Thread Nicolas Dichtel
I tested the patch, it works. Thank you. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1771764 Title: iproute2: unable to add ip lwt mpls route on xenial Status in ipro

[Touch-packages] [Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2018-05-18 Thread Nicolas Dichtel
Any news for the iproute2 part? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1642514 Title: sched: Match-all classifier is missing in xenial Status in iproute2 package

[Touch-packages] [Bug 1771764] Re: iproute2: unable to add ip lwt mpls route on xenial

2018-05-17 Thread Nicolas Dichtel
** Package changed: linux (Ubuntu) => iproute2 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https://bugs.launchpad.net/bugs/1771764 Title: iproute2: unable to add ip lwt mpls route on xenial

[Touch-packages] [Bug 1771783] [NEW] iproute2: frr route protocols are not converted to string on xenial

2018-05-17 Thread Nicolas Dichtel
Public bug reported: FRR puts its own proto numbers when inserting a route, example: $ ip route [snip] 2.2.2.0/24 via 3.3.3.2 dev eth2 proto 188 metric 20 iproute2 defines some protocols, but not all: https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/tree/etc/iproute2/rt_protos A p

[Touch-packages] [Bug 1642514] Re: sched: Match-all classifier is missing in xenial

2016-12-16 Thread Nicolas Dichtel
Note that the iproute2 patch will be needed to use this filter: https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=d5cbf3ff0561 (embedded headers must be updated also). ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial ** Also affect

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Nicolas Dichtel
Sure. Let me know if you need some help. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1511735 Title: libnl: fail to bind() netlink sockets Status in libnl3 package in U

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-29 Thread Nicolas Dichtel
Tests are OK for us. Here is a screen shot of the manuel test: root@ubuntu1404:~# apt-get install libnl-3-200/trusty-proposed libnl-3-dev/trusty-proposed libnl-genl-3-200/trusty-proposed libnl-genl-3-dev/trusty-proposed libnl-nf-3-200/trusty-proposed libnl-nf-3-dev/trusty-proposed libnl-route-3

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2016-01-27 Thread Nicolas Dichtel
Ryan, do you know when the ubuntu-14.04 will have the new libnl3 package? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1511735 Title: libnl: fail to bind() netlink socket

[Touch-packages] [Bug 1522371] Re: iproute2: seg fault with 'ip link type gre ...' commands

2016-01-20 Thread Nicolas Dichtel
Done here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812102 ** Bug watch added: Debian Bug tracker #812102 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812102 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ipr

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-17 Thread Nicolas Dichtel
The bug report on debian has been created: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=808213 ** Bug watch added: Debian Bug tracker #808213 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808213 -- You received this bug notification because you are a member of Ubuntu Touch seeded pac

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-16 Thread Nicolas Dichtel
Thank you. Note that the last three patches are not included in libnl 3.2.26, which is the version of ubuntu 16.04 /Xenial (https://launchpad.net/ubuntu/+source/libnl3/3.2.26-1). Should I make a new series for this version or will the libnl 3.2.27 be included in Xenial? -- You received this b

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-16 Thread Nicolas Dichtel
Yes you're right. Here is an updated tar file with all patches (the first four patches are the same). The following patches are added: - 9614acf4c435 lib/nl: preserve s_local if nl_connect() fails https://github.com/thom311/libnl/commit/9614acf4c435 - f78c3e82398a socket: clear port when unable

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-15 Thread Nicolas Dichtel
The enclosed tar file contains the updated test script and the 4 patches that can be applied cleanly over the ubuntu libnl3-3.2.21. Before the patches: $ if ./example.sh ; then echo success ; else echo failure ; fi gcc -o example -I/usr/include/libnl3 example.c -lnl-3 -lnl-genl-3 set manually the

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-11 Thread Nicolas Dichtel
>Thank you for your response. It looks like this is fixed in Wily then, which is on 3.2.26, so this bug affects 14.04 only? Yes. >I'm concerned that this changes library behaviour. How can we be sure that no existing users of libnl will not be regressed by this change in behaviour if we backport

[Touch-packages] [Bug 1522371] Re: iproute2: seg fault with 'ip link type gre ...' commands

2015-12-10 Thread Nicolas Dichtel
The last patch is now upstream: https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=ed108cfc0260b6b751647982b77d6363b1defb15 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to iproute2 in Ubuntu. https

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-10 Thread Nicolas Dichtel
It affects ubuntu-14.04, libnl version 3.2.21 (http://packages.ubuntu.com/trusty/libnl-3-200) The first libnl upstream release which includes these patches is 3.2.25. The problem happens when the libnl choose a port id already used by another application. The libnl fails instead of trying another

[Touch-packages] [Bug 1522371] Re: iproute2: seg fault with 'ip link type gre ...' commands

2015-12-07 Thread Nicolas Dichtel
After this patch, there is still another segfault: $ ip -f inet6 tunnel add gre2 mode ip6gre local fd00:125::1:1 remote fd00:125::1:2 dev eth1 $ ip link set gre2 type ip6gre hoplimit 32 Here is the fix: http://patchwork.ozlabs.org/patch/552378/ This fix depends on commit https://git.kernel.org/c

[Touch-packages] [Bug 1522371] [NEW] iproute2: seg fault with 'ip link type gre ...' commands

2015-12-03 Thread Nicolas Dichtel
Public bug reported: This upstream patch needs to be backported: bde5baa5476c gre: raising the size of the buffer holding nl messages. https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=bde5baa5476c Example: root@ubuntu1404:~# ip link add dummy1 type dummy root@ubuntu

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-12-02 Thread Nicolas Dichtel
Any news? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1511735 Title: libnl: fail to bind() netlink sockets Status in libnl3 package in Ubuntu: New Bug description:

[Touch-packages] [Bug 1511735] Re: libnl: fail to bind() netlink sockets

2015-10-30 Thread Nicolas Dichtel
** Also affects: libnl3 (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libnl3 in Ubuntu. https://bugs.launchpad.net/bugs/1511735 Titl