Skip to content

Commit 29c260e

Browse files
committed
LISP: Fix a typo
Update the outputs of two tests accordingly.
1 parent 70dcdd6 commit 29c260e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

print-lisp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ lisp_print(netdissect_options *ndo, const u_char *bp, u_int length)
314314
packet_offset += 16;
315315
break;
316316
default:
317-
ND_PRINT(" [unsuported address family identifier %u]",
317+
ND_PRINT(" [unsupported address family identifier %u]",
318318
eid_afi);
319319
/*
320320
* No support for LCAF right now.

tests/lisp_invalid-v.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
3 record(s), Authentication SHA1,
44
Authentication-Data: 0x0000: 4bbb 9614 a67a 8604 0407 7995 4537 1906
55
Authentication-Data: 0x0010: 836c d1d6
6-
Record TTL 1440, Authoritative, No-Action, Map Version: 0, [unsuported address family identifier 7680]
6+
Record TTL 1440, Authoritative, No-Action, Map Version: 0, [unsupported address family identifier 7680]
77
2 2015-08-22 11:09:05.615558 IP (tos 0x0, ttl 64, id 1, offset 0, flags [none], proto UDP (17), length 156)
88
192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, flags [I-xTR-ID-Present],
99
2 record(s), Authentication unknown-type, [authentication data length 35117 > 112] (invalid)

tests/lisp_invalid.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
1 2015-08-22 11:09:05.156268 IP 192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, 3 record(s),
2-
[unsuported address family identifier 7680]
2+
[unsupported address family identifier 7680]
33
2 2015-08-22 11:09:05.615558 IP 192.168.0.105.4342 > 127.0.0.1.4342: LISP-Map-Notify, 2 record(s), [authentication data length 35117 > 112] (invalid)

0 commit comments

Comments
 (0)