19d254bbbb
...sharing the same filesystem. Instead of a fixed path for the UNIX domain socket, passt now uses a path with a counter, probing for existing instances, and picking the first free one. The demo script is updated accordingly -- it can now be started several times to create multiple namespaces with an instance of passt each, with addressing reflecting separate subnets, and NDP proxying between them. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
2 lines
66 B
C
2 lines
66 B
C
void pcap(char *pkt, size_t len);
|
|
void pcap_init(int sock_index);
|