This commit is contained in:
Samuel Thibault 2025-03-09 16:07:39 +01:00
parent 6cf6cdfbe7
commit 557a3944e6

View file

@ -4785,8 +4785,8 @@ void processudp(uint8_t *buf, int len, struct sockaddr_in *addr, uint16_t indexu
tunnelshutdown(t, "Shutting down", 6, 0, 0); tunnelshutdown(t, "Shutting down", 6, 0, 0);
} }
break; break;
case 3: // SCCN case 3: // SCCCN
LOG(3, s, t, "Received SCCN\n"); LOG(3, s, t, "Received SCCCN\n");
tunnel[t].state = TUNNELOPEN; tunnel[t].state = TUNNELOPEN;
tunnel[t].lastrec = time_now; tunnel[t].lastrec = time_now;
create_kernel_tunnel(t, tunnel[t].far); create_kernel_tunnel(t, tunnel[t].far);