Displaying 1 result from an estimated 1 matches for "rfc3587".
Did you mean:
rfc3581
2005 Oct 26
0
Bug in ip -6?
Hi,
this appeared on Red Hat bugzilla and I''m not sure if customer
presumption is correct
`ip -6 route add 10::a120/124 via 10::a111`
returns
RTNETLINK answers : invalid argument
His expected result is that route table to subnet 10::a120/124 should be
added
<snip>
I know RFC3587 described prefix 001b is the unicast global address range
assigned by IANA, and all other unicast address rage is ''unassigned''.
But ''unassigned'' does not mean illegal. It''s only administrative
purpose. Implementation should not get such restriction.
<...