File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ PACKET.IFACE <``string``>::
386
386
Interface name associated with the packet socket.
387
387
388
388
PACKET.PROTOCOL <``string``>::
389
- L3 protocol associated with the packet socket.
389
+ L2 protocol associated with the packet socket.
390
390
391
391
PARTITION <``string``>::
392
392
Block device name resolved by `/proc/partition`.
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ static const struct colinfo infos[] = {
311
311
N_ ("net interface associated with the packet socket" ) },
312
312
[COL_PACKET_PROTOCOL ] = { "PACKET.PROTOCOL" ,
313
313
0 , SCOLS_FL_RIGHT ,SCOLS_JSON_STRING ,
314
- N_ ("L3 protocol associated with the packet socket" ) },
314
+ N_ ("L2 protocol associated with the packet socket" ) },
315
315
[COL_PARTITION ] = { "PARTITION" ,
316
316
0 , SCOLS_FL_RIGHT , SCOLS_JSON_STRING ,
317
317
N_ ("block device name resolved by /proc/partition" ) },
You can’t perform that action at this time.
0 commit comments