diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-01-28 02:01:04 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-01-28 02:05:19 +0100 |
commit | 21b1a8445b12bcc72b10c1e08185eb8a0e3fa731 (patch) | |
tree | 9fe40edc62c32628bf12f26749fd905558731a2f | |
parent | 2fbec4d3002a8ff9b4185ef890917b7303060b62 (diff) | |
download | passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar.gz passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar.bz2 passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar.lz passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar.xz passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.tar.zst passt-21b1a8445b12bcc72b10c1e08185eb8a0e3fa731.zip |
README: Fix link to IGMP/MLD proxy ticket
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -211,7 +211,7 @@ speeding up local connections, and usually requiring NAT. _pasta_: * ❌ Selective Acknowledgment (RFC 2018) * ✅ [UDP](/passt/tree/udp.c) * ✅ ICMP/ICMPv6 Echo -* ⌚ [IGMP/MLD](https://bugs.passt.top/show_bug.cgi?id=1) proxy +* ⌚ [IGMP/MLD](https://bugs.passt.top/show_bug.cgi?id=2) proxy * ⌚ [SCTP](https://bugs.passt.top/show_bug.cgi?id=3) ### Portability |