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
> 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
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/
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
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
** 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
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
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
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
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
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
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
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
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
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
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
>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
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
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
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
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
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:
** 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
23 matches
Mail list logo