Skip to content

Commit

Permalink
doc: added description of display string directives for NetworkInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Feb 23, 2024
1 parent 8820a30 commit db59435
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/inet/networklayer/common/NetworkInterface.ned
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ import inet.common.packet.recorder.PcapRecorder;
//
// This module serves as the base module for all network interfaces.
//
// Display string directives:
// - %i: interface ID
// - %m: MAC address
// - %n: interface name
// - %a: network address
//
//
module NetworkInterface
{
parameters:
Expand Down

0 comments on commit db59435

Please sign in to comment.