pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/54028



The following reply was made to PR pkg/54028; it has been noted by GNATS.

From: Aymeric Vincent <aymericvincent%free.fr@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/54028
Date: Thu, 28 Mar 2019 18:59:31 +0100

 Hi,
 
 could you please obtain the output of the following snippet?
 
 from scapy.arch import read_routes6
 for r in read_routes6():
     print r
 
 and see if it matches the output of netstat -rn -f inet6? On BSD, scapy
 parses the output of netstat to determine its routing table. It seems to
 work for me on -current, but I don't use IPv6 so I tried only with
 link-local addresses. :-/
 
 Regards,
  Aymeric
 


Home | Main Index | Thread Index | Old Index