From Nicolas DICHTEL:

Please find enclosed a patch about Mobile Network Prefix option in NEMO.
Following RFC3963 Section 4.3, lenght of this option is 18, not 16.

svn path=/trunk/; revision=19363
This commit is contained in:
Jaap Keuter 2006-09-29 16:31:52 +00:00
parent 59d9a1b9c2
commit e01fdc5616
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ static const value_string fmip6_lla_optcode_value[] = {
#define MIP6_ACOA_ACOA_OFF 2
#define MIP6_ACOA_ACOA_LEN 16
#define NEMO_MNP_LEN 16
#define NEMO_MNP_LEN 18
#define NEMO_MNP_PL_OFF 3
#define NEMO_MNP_MNP_OFF 4
#define NEMO_MNP_MNP_LEN 16