File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ extern const char *netdb_protoname (const uint8_t);
64
64
* "any private interior gateway (used by Cisco for their IGRP)" and
65
65
* 88 as "EIGRP" from Cisco.
66
66
*
67
- * Recent FreeBSD and DragonFly BSD <netinet/in.h> headers define
67
+ * Recent FreeBSD, DragonFly BSD, and macOS <netinet/in.h> headers define
68
68
* IP_PROTO_IGRP as 9 and IP_PROTO_IGRP as 88. We define IP_PROTO_PIGP
69
69
* ("private interior gateway protocol") as 9 and IP_PROTO_EIGRP as 88;
70
70
* those names* better match what the current protocol number
Original file line number Diff line number Diff line change @@ -127,12 +127,12 @@ ip_demux_print(netdissect_options *ndo,
127
127
* (used by Cisco for their IGRP)" and 88 as
128
128
* "EIGRP" from Cisco.
129
129
*
130
- * Recent FreeBSD and DragonFly BSD <netinet/in.h> headers
131
- * define IP_PROTO_IGRP as 9 and IP_PROTO_IGRP as 88.
132
- * We define IP_PROTO_PIGP ("private interior gateway
133
- * protocol") as 9 and IP_PROTO_EIGRP as 88; those names
134
- * better match what the current protocol number
135
- * assignments say.
130
+ * Recent FreeBSD, DragonFly BSD, and macOS <netinet/in.h>
131
+ * headers define IP_PROTO_IGRP as 9 and IP_PROTO_IGRP
132
+ * as 88. We define IP_PROTO_PIGP ("private interior
133
+ * gateway protocol") as 9 and IP_PROTO_EIGRP as 88;
134
+ * those names better match what the current protocol
135
+ * number assignments say.
136
136
*/
137
137
igrp_print (ndo , bp , length );
138
138
break ;
You can’t perform that action at this time.
0 commit comments