naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0038-man-ip-route.8-Document-nexthop-limit.patch

930fb9
From b99d3fd8b5a7dd140a2b4c7a7e70aea7478634f7 Mon Sep 17 00:00:00 2001
930fb9
From: Phil Sutter <psutter@redhat.com>
930fb9
Date: Mon, 26 Nov 2018 19:11:55 +0100
930fb9
Subject: [PATCH] man: ip-route.8: Document nexthop limit
930fb9
930fb9
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1625358
930fb9
Upstream Status: iproute2.git commit 6cd959bb125c5
930fb9
930fb9
commit 6cd959bb125c50a04ab6671645fa38c5b07426f4
930fb9
Author: Phil Sutter <phil@nwl.cc>
930fb9
Date:   Tue Nov 13 16:55:13 2018 +0100
930fb9
930fb9
    man: ip-route.8: Document nexthop limit
930fb9
930fb9
    Add a note to 'nexthop' description stating the maximum number of
930fb9
    nexthops per command and pointing at 'append' command as a workaround.
930fb9
930fb9
    Signed-off-by: Phil Sutter <phil@nwl.cc>
930fb9
    Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
930fb9
---
930fb9
 man/man8/ip-route.8.in | 9 +++++++++
930fb9
 1 file changed, 9 insertions(+)
930fb9
930fb9
diff --git a/man/man8/ip-route.8.in b/man/man8/ip-route.8.in
930fb9
index b21a847..e464353 100644
930fb9
--- a/man/man8/ip-route.8.in
930fb9
+++ b/man/man8/ip-route.8.in
930fb9
@@ -589,6 +589,15 @@ argument lists:
930fb9
 route reflecting its relative bandwidth or quality.
930fb9
 .in -8
930fb9
 
930fb9
+The internal buffer used in iproute2 limits the maximum number of nexthops that
930fb9
+may be specified in one go. If only
930fb9
+.I ADDRESS
930fb9
+is given, the current buffer size allows for 144 IPv6 nexthops and 253 IPv4
930fb9
+ones. For IPv4, this effectively limits the number of nexthops possible per
930fb9
+route. With IPv6, further nexthops may be appended to the same route via
930fb9
+.B "ip route append"
930fb9
+command.
930fb9
+
930fb9
 .TP
930fb9
 .BI scope " SCOPE_VAL"
930fb9
 the scope of the destinations covered by the route prefix.
930fb9
-- 
930fb9
1.8.3.1
930fb9