On 9/24/20 10:26 AM, Brian J. Murrell wrote:
> On Thu, 2020-09-24 at 10:15 -0600, David Ahern wrote:
>>
>> check your routes for a prohibit entry:
>
> I don't have any prohibit entries
>
perf record -e fib6:* -g -- ip route get 2001:4860:4860::8844
perf script
It's a config problem somewhere.
On Thu, 2020-09-24 at 10:15 -0600, David Ahern wrote:
>
> check your routes for a prohibit entry:
I don't have any prohibit entries
# ip -6 route ls table 5 | grep prohib
# ip -6 rule ls
0: from all lookup local
1003: from all iif 6in4-henet lookup 3
1005: from all iif pppoe-wan1 look
On 9/24/20 5:09 AM, Brian J. Murrell wrote:
> On Tue, 2020-09-22 at 15:04 -0400, Brian J. Murrell wrote:
>> What are the possible causes of:
>>
>> # ip route get 2001:4860:4860::8844
>> RTNETLINK answers: Permission denied
>>
>> when
>>
>> # ip
On Tue, 2020-09-22 at 15:04 -0400, Brian J. Murrell wrote:
> What are the possible causes of:
>
> # ip route get 2001:4860:4860::8844
> RTNETLINK answers: Permission denied
>
> when
>
> # ip route get fd31:aeb1:48df::99
> fd31:aeb1:48df::99 from :: dev br-lan proto
What are the possible causes of:
# ip route get 2001:4860:4860::8844
RTNETLINK answers: Permission denied
when
# ip route get fd31:aeb1:48df::99
fd31:aeb1:48df::99 from :: dev br-lan proto static src fd31:aeb1:48df::1 metric
1024 pref medium
works just fine?
Using iproute2 5.0.0.
Cheers,
b