UDP: Fix two macro names in the header file

This commit is contained in:
Francois-Xavier Le Bail 2023-11-05 21:31:53 +01:00
parent 3f975fe638
commit c1db7c9eb7

4
udp.h
View File

@ -113,7 +113,7 @@ struct udphdr {
#ifndef LDP_PORT
#define LDP_PORT 646
#endif
#ifndef AQDV_PORT
#ifndef AODV_PORT
#define AODV_PORT 654 /*XXX*/
#endif
#ifndef OLSR_PORT
@ -155,7 +155,7 @@ struct udphdr {
#ifndef ZEPHYR_SRV_PORT
#define ZEPHYR_SRV_PORT 2103 /*XXX*/
#endif
#ifndef ZEPHYR_CLI_PORT
#ifndef ZEPHYR_CLT_PORT
#define ZEPHYR_CLT_PORT 2104 /*XXX*/
#endif
#ifndef VAT_PORT