diff options
| author | Jorge Boncompte <jbonor@gmail.com> | 2017-08-10 21:21:14 +0200 | 
|---|---|---|
| committer | Jorge Boncompte <jbonor@gmail.com> | 2017-08-10 21:21:14 +0200 | 
| commit | 6c8ca260505bf1d96c87371ad71278576345bb5c (patch) | |
| tree | bf5b48ca98b8c2fd96cc571ebc3669f8b6428ac4 /nhrpd/nhrp_protocol.h | |
| parent | 043abefeb24c34a51a37345d0b928bbf38f1e632 (diff) | |
nhrpd: fix issues found by coverity
Signed-off-by: Jorge Boncompte <jbonor@gmail.com>
Diffstat (limited to 'nhrpd/nhrp_protocol.h')
| -rw-r--r-- | nhrpd/nhrp_protocol.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/nhrpd/nhrp_protocol.h b/nhrpd/nhrp_protocol.h index a4bc9fa6ba..d5f120ea0b 100644 --- a/nhrpd/nhrp_protocol.h +++ b/nhrpd/nhrp_protocol.h @@ -26,6 +26,7 @@  #define NHRP_PACKET_PURGE_REPLY			6  #define NHRP_PACKET_ERROR_INDICATION		7  #define NHRP_PACKET_TRAFFIC_INDICATION		8 +#define NHRP_PACKET_MAX				8  /* NHRP Extension Types */  #define NHRP_EXTENSION_FLAG_COMPULSORY		0x8000  | 
