Skip to content

Commit 3eccc7b

Browse files
committed
github pages
1 parent 1c5bafe commit 3eccc7b

35 files changed

Lines changed: 744 additions & 192 deletions

docs/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c78719281f6c206f60fae59bc1d43df3
2+
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 920f489800452f0dcf37ddfeea461411
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_sources/api/interfaces.rst.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
| **a10nsp-interfaces** | | List all a10nsp interface functions. |
1111
+-----------------------------------+----------------------------------------------------------------------+
1212
| **lag-info** | | List all link aggregation (LAG) interfaces. |
13-
| | | |
14-
| | | **Arguments:** |
15-
| | | ``interface`` |
1613
+-----------------------------------+----------------------------------------------------------------------+
1714
| **interface-enable** | | Enable interface. |
1815
| | | |

docs/_sources/api/sessions.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,11 @@
5656
| | | ``agent-circuit-id`` update agent-circuit-id |
5757
| | | ``ipv6-link-local`` update IPv6 link-local address |
5858
+-----------------------------------+----------------------------------------------------------------------+
59+
| **session-summary** | | Display session summary information. |
60+
| | | |
61+
| | | **Arguments:** |
62+
| | | ``session-id`` |
63+
| | | ``session-group-id`` (ignored if session-id is present) |
64+
| | | ``session-id-min`` session range |
65+
| | | ``session-id-max`` |
66+
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/api/streams.rst.txt

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,24 @@
66
| **stream-info** | | Display stream/flow information. |
77
| | | |
88
| | | **Arguments:** |
9-
| | | ``flow-id`` |
9+
| | | ``flow-id`` Mandatory |
10+
| | | ``debug`` |
1011
+-----------------------------------+------------------------------------------------------------------------+
1112
| **stream-summary** | | Display stream/flow summary information. |
1213
| | | |
1314
| | | **Arguments:** |
15+
| | | ``flow-id`` |
16+
| | | ``flow-id-min`` flow range |
17+
| | | ``flow-id-max`` |
18+
| | | ``flows`` list of flows (e.g. ``[1,2,3]``) |
19+
| | | ``session-id`` |
1420
| | | ``session-group-id`` |
1521
| | | ``name`` stream name |
1622
| | | ``interface`` TX interface name |
1723
| | | ``direction`` [both(default), upstream, downstream] |
24+
| | | ``verified-only`` streams verified |
25+
| | | ``bidirectional-verified-only`` streams verified in both directions |
26+
| | | ``pending-only`` streams not verified |
1827
+-----------------------------------+------------------------------------------------------------------------+
1928
| **stream-reset** | | Reset all traffic streams. |
2029
+-----------------------------------+------------------------------------------------------------------------+
@@ -29,18 +38,35 @@
2938
| | | |
3039
| | | **Arguments:** |
3140
| | | ``flow-id`` |
41+
| | | ``flow-id-min`` flow range |
42+
| | | ``flow-id-max`` |
43+
| | | ``flows`` list of flows (e.g. ``[1,2,3]``) |
3244
| | | ``session-id`` |
33-
| | | ``session-group-id`` (ignored if session-id is present) |
45+
| | | ``session-group-id`` |
3446
| | | ``name`` stream name |
3547
| | | ``interface`` TX interface name |
3648
| | | ``direction`` [both(default), upstream, downstream] |
49+
| | | ``verified-only`` streams verified |
50+
| | | ``bidirectional-verified-only`` streams verified in both directions |
51+
| | | ``pending-only`` streams not verified |
3752
+-----------------------------------+------------------------------------------------------------------------+
3853
| **streams-pending** | | List flow-id of all pending (not verified) traffic streams. |
3954
+-----------------------------------+------------------------------------------------------------------------+
4055
| **stream-update** | | Update stream/flow configuration. |
4156
| | | |
4257
| | | **Arguments:** |
4358
| | | ``flow-id`` |
59+
| | | ``flow-id-min`` flow range |
60+
| | | ``flow-id-max`` |
61+
| | | ``flows`` list of flows (e.g. ``[1,2,3]``) |
62+
| | | ``session-id`` |
63+
| | | ``session-group-id`` |
64+
| | | ``name`` stream name |
65+
| | | ``interface`` TX interface name |
66+
| | | ``direction`` [both(default), upstream, downstream] |
67+
| | | ``verified-only`` streams verified |
68+
| | | ``bidirectional-verified-only`` streams verified in both directions |
69+
| | | ``pending-only`` streams not verified |
4470
| | | ``tcp-flags`` [ack, fin, fin-ack, syn, syn-ack, rst, push, push-ack] |
4571
| | | ``pps`` |
4672
+-----------------------------------+------------------------------------------------------------------------+

docs/_sources/configuration/dhcp.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
| | | Default: 0 |
2828
+-----------------------------------+----------------------------------------------------------------------+
2929
| **vlan-priority** | | VLAN PBIT for all DHCP control traffic. |
30+
| | | Overrides IPoE vlan-priority for DHCP packets only. |
3031
| | | Default: 0 |
3132
+-----------------------------------+----------------------------------------------------------------------+
3233
| **access-line** | | Add access-line attributes like Agent-Remote/Circuit-Id. |

docs/_sources/configuration/dhcpv6.rst.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
| **ia-pd** | | This option allows enabling or disabling DHCPv6 IA_PD. |
1515
| | | Default: true |
1616
+-----------------------------------+----------------------------------------------------------------------+
17+
| **ia-separate** | | Send seperate requests for IA_NA and IA_PD. |
18+
| | | Default: false |
19+
+-----------------------------------+----------------------------------------------------------------------+
1720
| **rapid-commit** | | DHCPv6 rapid commit (2-way handshake). |
1821
| | | Default: true |
1922
+-----------------------------------+----------------------------------------------------------------------+
@@ -23,6 +26,10 @@
2326
| **retry** | | DHCPv6 retry. |
2427
| | | Default: 10 |
2528
+-----------------------------------+----------------------------------------------------------------------+
29+
| **vlan-priority** | | VLAN PBIT for all DHCPv6 control traffic. |
30+
| | | Overrides IPoE vlan-priority for DHCPv6 packets only. |
31+
| | | Default: 0 |
32+
+-----------------------------------+----------------------------------------------------------------------+
2633
| **access-line** | | Add access-line attributes like Agent-Remote/Circuit-Id. |
2734
| | | Default: true |
2835
+-----------------------------------+----------------------------------------------------------------------+
@@ -33,4 +40,3 @@
3340
| | | Agent-Circuit-Id should be used with LDRA enabled only. |
3441
| | | Default: false |
3542
+-----------------------------------+----------------------------------------------------------------------+
36-

docs/_sources/configuration/igmp.rst.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
| | | reports. This option allows the combination of leave and join |
1919
| | | records within a single IGMPv3 report using multiple group records.|
2020
| | | This option applies to the IGMP version 3 only! |
21-
| | | Default: true |
21+
| | | Default: false |
2222
+-----------------------------------+----------------------------------------------------------------------+
2323
| **group** | | Multicast group base address (e.g. 239.0.0.1). |
2424
| | | If group is set to 293.0.0.1 with group-iter of 0.0.0.2, |
@@ -54,15 +54,21 @@
5454
| | | the measured join delay is above this threshold. |
5555
| | | Default: 0 (disabled) |
5656
+-----------------------------------+----------------------------------------------------------------------+
57+
| **robustness-interval** | | IGMP robustness interval in milliseconds. |
58+
| | | Default: 1000 |
59+
+-----------------------------------+----------------------------------------------------------------------+
5760
| **send-multicast-traffic** | | If enabled, the BNG Blaster generates multicast traffic on the |
5861
| | | network interface based on the specified group and source |
5962
| | | attributes mentioned before. This traffic includes some special |
6063
| | | signatures for faster processing and more detailed analysis. |
6164
| | | Default: false |
6265
+-----------------------------------+----------------------------------------------------------------------+
66+
| **multicast-traffic-autostart** | | Multicast traffic autostart. |
67+
| | | Default: true |
68+
+-----------------------------------+----------------------------------------------------------------------+
6369
| **multicast-traffic-length** | | Multicast traffic IP length. |
6470
| | | Only applicable with **send-multicast-traffic** enabled! |
65-
| | | Default: 76 |
71+
| | | Default: 0 |
6672
+-----------------------------------+----------------------------------------------------------------------+
6773
| **multicast-traffic-tos** | | Multicast traffic TOS priority. |
6874
| | | Only applicable with **send-multicast-traffic** enabled! |

docs/_sources/configuration/interfaces.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@
4646
| | | allows to run multiple BNG Blaster instances with disjoint session |
4747
| | | MAC addresses. |
4848
| | | Default: 0 |
49-
+-----------------------------------+----------------------------------------------------------------------+
49+
+-----------------------------------+----------------------------------------------------------------------+
50+
| **tun-name** | | TUN interface name prefix (`<tun-name><session-id>`). |
51+
| | | Default: bbl (bbl1, bbl2, ...) |
52+
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/interfaces_a10nsp.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
| **qinq** | | Set outer VLAN ethertype to QinQ (0x88a8). |
1111
| | | Default: false |
1212
+-----------------------------------+----------------------------------------------------------------------+
13-
| **mac** | | Optional set gateway interface address manually. |
13+
| **mac** | | Overwrite the A10NSP MAC address. |
1414
| | | Default: `parent interface/link MAC address` |
1515
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/ipoe.rst.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@
1616
+-----------------------------------+----------------------------------------------------------------------+
1717
| **arp-interval** | | Periodic ARP interval in seconds (0 means disabled). |
1818
| | | Default: 300 |
19-
+-----------------------------------+----------------------------------------------------------------------+
19+
+-----------------------------------+----------------------------------------------------------------------+
20+
| **vlan-priority** | | VLAN PBIT for generic IPoE control traffic. |
21+
| | | Used for ARP and ICMPv6 ND/RS/NS control traffic. |
22+
| | | Default master value for IPoE traffic (including DHCP and DHCPv6) |
23+
| | | unless overridden by protocol-specific settings. |
24+
| | | Default: 0 |
25+
+-----------------------------------+----------------------------------------------------------------------+

0 commit comments

Comments
 (0)