1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00
Christian Giese fe72332596 update docs
2022-11-02 17:52:51 +01:00

37 lines
1.1 KiB
ReStructuredText

.. code-block:: json
{ "session-traffic": {} }
.. list-table::
:widths: 25 50 25
:header-rows: 1
* - Attribute
- Description
- Default
* - `autostart`
- Automatically start session traffic after the session is established
- true
* - `ipv4-pps`
- Autogenerate bidirectional IPv4 traffic between a network interface and all sessions
- 0 (disabled)
* - `ipv4-label`
- Send downstream IPv4 traffic with the specified MPLS label
- 0 (unlabeled)
* - `ipv4-address`
- Overwrite network interface IPv4 address
- network interface address
* - `ipv6-pps`
- Generate bidirectional IPv6 traffic between a network interface and all sessions
- 0 (disabled)
* - `ipv6-label`
- Send downstream IPv6 traffic with the specified MPLS label
- 0 (unlabeled)
* - `ipv6-address`
- Overwrite network interface IPv6 address
- network interface address
* - `ipv6pd-pps`
- Generate bidirectional IPv6PD (delegated prefix) traffic between a network interface and all sessions
- 0 (disabled)