aboutgitcodebugslistschat
path: root/ndp.c
Commit message (Expand)AuthorAgeFilesLines
* ndp: Set router lifetime to 9000s instead of 3600sStefano Brivio2021-09-271-1/+1
* conf, dhcp, ndp: Fix message about default MTU, make NDP consistentStefano Brivio2021-09-091-1/+1
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-0/+14
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-2/+3
* ndp: Store link-local or global address on any NDP message receivedStefano Brivio2021-07-211-0/+5
* ndp: Fix calculation of length for DNS Search List option (31)Stefano Brivio2021-07-171-3/+3
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-2/+6
* ndp: Always answer neighbour solicitations with the requested target addressStefano Brivio2021-05-211-3/+10
* dhcp, ndp, dhcpv6: Support for multiple DNS servers, search listStefano Brivio2021-05-211-8/+46
* passt: Introduce a DHCPv6 serverStefano Brivio2021-04-131-1/+2
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-2/+2
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-1/+1
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-2/+5
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-161-0/+133