2f4e171f7df22107b38fddcffa56c1ecb5e73359 |
|
20-Oct-2015 |
Kirill Tkhai <ktkhai@odin.com> |
Add ip rule save/restore This patch adds save and restore commands to "ip rule" similar the same is made in commit f4ff11e3e298 for "ip route". The feature is useful in checkpoint/restore for container migration, also it may be helpful in some normal situations. Signed-off-by: Kirill Tkhai <ktkhai@odin.com>
/external/iproute2/doc/ip-cref.tex
|
194e9b855d05310cb3c400b1ca7fce3deca7c96a |
|
16-Mar-2015 |
Lubomir Rintel <lkundrak@v3.sk> |
ip: support RFC4191 router preference This allows querying and setting the route preference. It's usually set from the IPv6 Neighbor Discovery Router Advertisement messages. Introduced in "ipv6: expose RFC4191 route preference via rtnetlink", enqueued for Linux 4.1. Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
/external/iproute2/doc/ip-cref.tex
|
5cb6aa0348b5df47b5c9d3692526f4980d8db6e2 |
|
04-Nov-2014 |
vadimk <vadim4j@gmail.com> |
doc ip-cref: Added missing ip options Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
/external/iproute2/doc/ip-cref.tex
|
488c41d21678744ea56332333853ca4ab0827ac9 |
|
19-Aug-2013 |
Martin Schwenke <martin@meltin.net> |
ip: Add label option to ip monitor Prefix labelling is currently only activated when monitoring "all" objects. However, the output can still be confusing when monitoring more than 1 object, so add an option to always print prefix labels. Signed-off-by: Martin Schwenke <martin@meltin.net>
/external/iproute2/doc/ip-cref.tex
|
f4ff11e3e298d457c4f30813e305f7d27d89823a |
|
01-Dec-2010 |
Dan Smith <danms@us.ibm.com> |
Add ip route save/restore This patch adds save and restore commands to "ip route". Save dumps the RTNL stream to stdout which can then be passed to restore later. This may be helpful in some normal situations, and will allow C/R to migrate the routing information in userspace. Tweaking of the stream can be done by userspace helpers to convert between versions and adjust things like device indexes when restoring routes in a different environment. By factoring out some of the common bits of print_route() into filter_nlmsg(), the "save" command can use the same selection logic as "list," allowing the caller to save only specific routes as necessary. The only change since the RFC is the addition of manpage and doc material. Signed-off-by: Dan Smith <danms@us.ibm.com>
/external/iproute2/doc/ip-cref.tex
|
f5fd80039fb95242ad8d5796bdf2f52190a058b4 |
|
15-Dec-2009 |
laurent chavey <chavey@google.com> |
Add initrwnd to iproute2 Add initrwnd option parsing to iproute. This option uses the new rtnetlink init_rcvwnd to set the TCP initial receive window size advertised by passive and active TCP connections. Signed-off-by: Laurent Chavey <chavey@google.com>
/external/iproute2/doc/ip-cref.tex
|
63a0f20ac1fb2b98b6e68531b67ad83f09bbd272 |
|
09-Feb-2010 |
Andreas Henriksson <andreas@fatal.se> |
iproute2: drop equalize support Currently you can configure "equalize" and it looks all fine and dandy. The kernel has the interface defined, but apparently there's never actually been any implementation for it (only a never merged patch in the 2.4 era). I'm suggesting to drop the code to give any potential users of this feature the benefit of receiving a proper error message. I see it unlikely that this will be implemented in the near future, but if it ever happens reviving the iproute2 side should be as easy as git revert this patch. For more details see http://bugs.debian.org/149897
/external/iproute2/doc/ip-cref.tex
|
71e5815105fb0b86af7df9c719f7c106f05f29c0 |
|
06-Oct-2009 |
Gilad Ben-Yossef <gilad@codefidence.com> |
iproute2 add hoplimit parsing and update usage and documentation - Parse and handle the hoplimit ip route option and add it to the usage line and documentation. - Add the missing reordering ip route option to the usage line. - Add documentation for initcwnd ip route option. Tested by setting hoplimit and retreiving it via "show". Signed-off-by: Gilad Ben-Yossef <gilad@codefidence.com> [ported to HEAD, fixed a bug with hoplimit lock handling, added documentation] Signed-off-by: Ori Finkelman <ori@comsleep.com> Signed-off-by: Yony Amit <yony@comsleep.com>
/external/iproute2/doc/ip-cref.tex
|
e2613dc8605e56dbc53890ebbae263f93610bd41 |
|
20-Jun-2008 |
Benjamin Thery <benjamin.thery@bull.net> |
iproute2: add support for IFLA_NET_NS_PID in ip link Hi Stephen, I resend you this patch once more. This time I updated the documentation too (may be that was the reason why you didn't take it before?). Please tell me if there are other things missing in this patch It applies on iproute2 git tree. Regards, Benjamin Description: ------------ This patch adds support for the IFLA_NET_NS_PID type. It is used to move network devices between network namespaces. The syntax is: ip link set DEVICE netns PID PID is the pid of a process in the target network namespace. (Daniel Lezcano is the original author). Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: Benjamin Thery <benjamin.thery@bull.net> Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/doc/ip-cref.tex
|
3a9e4821b6f1c3bb87c52fe4ef11707e5dc0b75a |
|
12-Jan-2008 |
Andreas Henriksson <andreas@fatal.se> |
document promote_secondaries Write something about the tweak to enable promoting secondary addresses instead of deleting them together with the primary address as discussed in this thread on the netdev mailing list: http://www.spinics.net/lists/netdev/msg52294.html The claim that this is supported since 2.6.15 is based on looking at changes to net/ipv4/devinet.c in the linux-2.6 git tree: Commit to add support: 2005-05-30 Harald Welte 8f937c6099858eee15fae14009dcbd05177fa91d Commit to fix bug: 2005-11-22 Jamal Hadi Salim 0ff60a45678e67b2547256a636fd00c1667ce4fa Version 2.6.15 was released 2006-01-03 and seems to include the code from both the above commits.
/external/iproute2/doc/ip-cref.tex
|
e17b7337f1ce0c7367215fe73b4722524ec1bdf3 |
|
20-Nov-2007 |
Tomas Janousek <tjanouse@redhat.com> |
Correct documentation regarding PROMISC and ALLMULTI. The ip util would happily change these flags, it's just not recommended. Reflect that in the doc. The behaviour of ifconfig is exactly the same as of ip, delete the note about it. Signed-off-by: Tomas Janousek <tjanouse@redhat.com> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/doc/ip-cref.tex
|
aba5acdfdb347d2c21fc67d613d83d4430ca3937 |
|
15-Apr-2004 |
osdl.org!shemminger <osdl.org!shemminger> |
(Logical change 1.3)
/external/iproute2/doc/ip-cref.tex
|
86fdf0e47be697587efcf9602cd1f952a1d73170 |
|
15-Apr-2004 |
osdl.org!shemminger <osdl.org!shemminger> |
Initial revision
/external/iproute2/doc/ip-cref.tex
|