Skip to content

Commit

Permalink
Updated with the latest emane configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalgano committed Sep 29, 2023
1 parent edea1cd commit 574eda5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 6 deletions.
23 changes: 23 additions & 0 deletions guide/site/raw-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,29 @@ The Raw Transport supports IPv4 and IPv6 packet processing.
Type: string Occurrs: [1,1]
```

5. **`ethernet.type.arp.priority`**: Defines the emulator priority
value (DSCP used for IP) to use when an ARP Ethernet frame is
encountered during downstream processing.

```no-highlighting
Default: yes Required: no Modifiable: no
Type: uint8 Occurrs: [1,1] Range: [0,255]
Values: 0
```

6. **`ethernet.type.unknown.priority`**: Defines the emulator priority
value (DSCP used for IP) to use when the specified unknown Ethernet
type is encountered during downstream processing. Uses the following
format:

`<ethernet type>:<priority>`

```no-highlighting
Default: no Required: no Modifiable: no
Type: string Occurrs: [0,65535]
Regex: ^(0[xX]){0,1}\d+:\d+$
```



## Statistics
Expand Down
35 changes: 29 additions & 6 deletions guide/site/virtual-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,22 +127,45 @@ assignments and packet processing.
Values: /dev/net/tun
```

8. **`flowcontrolenable`**: Enables downstream traffic flow control
with a corresponding flow control capable NEM layer.
8. **`ethernet.type.arp.priority`**: Defines the emulator priority
value (DSCP used for IP) to use when an ARP Ethernet frame is
encountered during downstream processing.

```no-highlighting
Default: yes Required: no Modifiable: no
Type: bool Occurrs: [1,1] Range: [false,true]
Values: false
Type: uint8 Occurrs: [1,1] Range: [0,255]
Values: 0
```

9. **`mask`**: IPv4 or IPv6 virutal device addres network mask.
9. **`ethernet.type.unknown.priority`**: Defines the emulator priority
value (DSCP used for IP) to use when the specified unknown Ethernet
type is encountered during downstream processing. Uses the following
format:

`<ethernet type>:<priority>`

```no-highlighting
Default: no Required: no Modifiable: no
Type: inetaddr Occurrs: [1,1]
Type: string Occurrs: [0,65535]
Regex: ^(0[xX]){0,1}\d+:\d+$
```

10. **`flowcontrolenable`**: Enables downstream traffic flow control
with a corresponding flow control capable NEM layer.

```no-highlighting
Default: yes Required: no Modifiable: no
Type: bool Occurrs: [1,1] Range: [false,true]
Values: false
```
11. **`mask`**: IPv4 or IPv6 virutal device addres network mask.
```no-highlighting
Default: no Required: no Modifiable: no
Type: inetaddr Occurrs: [1,1]
```
## Statistics
Expand Down

0 comments on commit 574eda5

Please sign in to comment.