From 823644a72dfde7f127d127a299d4dde30412e21c Mon Sep 17 00:00:00 2001 From: ritsz Date: Fri, 14 Aug 2015 21:36:52 +0530 Subject: Initial commit for support of Type 3 and Type 4 LISP packets. Fixing Travis CI build for LISP commit Adding testcases for lisp notify and register Fixing build warnings Added ND_TCHECK for relevant headers Fixing ND_TCHECK2 issues Adding support for multiple LOC records for same EID entry Fixing review issues, adding detailed tests Adding support for verbose outputs Adding RFC information for UDP PORT defination Removing Spaces in type names Print EID record related flags in verbose mode Using tok2str Fixing -Wpedantic issues Negative testcases, Packet structure comments, verbose mode flag printing Printing Map Version Print auth_data, decouple type and xtr_present extraction, handle malformed packets correctly Tests for latest code changes Printing useful info incase not built with IPv6 support --- udp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'udp.h') diff --git a/udp.h b/udp.h index ca6836fa..184947a4 100644 --- a/udp.h +++ b/udp.h @@ -248,6 +248,9 @@ struct udphdr { #ifndef NFS_LOCK_DAEMON_PORT #define NFS_LOCK_DAEMON_PORT 4045 /*XXX*/ #endif +#ifndef LISP_CONTROL_PORT +#define LISP_CONTROL_PORT 4342 /* RFC 6830 */ +#endif #ifndef ISAKMP_PORT_NATT #define ISAKMP_PORT_NATT 4500 /* rfc3948 */ #endif -- cgit v1.2.1