[ovs-dev] [PATCH ovn 04/13] tests: Use fmt_pkt in VLAN transparency, ...

2023-10-10 Thread Mark Michelson
...passthru=true, ND/NA responder disabled. Note that in order to be able to get the solicited node multicast address, we need access to the socket library. This commit imports the socket library from python. To reduce the amount of text in OVN test cases, we import *. Execution time: 2.290s Exec

Re: [ovs-dev] [PATCH ovn 04/13] tests: Use fmt_pkt in VLAN transparency, ...

2023-11-14 Thread Mark Michelson
On 10/12/23 17:06, Ihar Hrachyshka wrote: On Tue, Oct 10, 2023 at 4:34 PM Mark Michelson > wrote: ...passthru=true, ND/NA responder disabled. Note that in order to be able to get the solicited node multicast address, we need access to the socket library.

Re: [ovs-dev] [PATCH ovn 04/13] tests: Use fmt_pkt in VLAN transparency, ...

2023-10-12 Thread Ales Musil
On Tue, Oct 10, 2023 at 10:34 PM Mark Michelson wrote: > > ...passthru=true, ND/NA responder disabled. > > Note that in order to be able to get the solicited node multicast > address, we need access to the socket library. This commit imports the > socket library from python. To reduce the amount o

Re: [ovs-dev] [PATCH ovn 04/13] tests: Use fmt_pkt in VLAN transparency, ...

2023-10-12 Thread Ihar Hrachyshka
On Tue, Oct 10, 2023 at 4:34 PM Mark Michelson wrote: > ...passthru=true, ND/NA responder disabled. > > Note that in order to be able to get the solicited node multicast > address, we need access to the socket library. This commit imports the > Would scapy.utils6.in6_getLinkScopedMcastAddr serve