Skip to content

Commit f6831b0

Browse files
committed
github pages
1 parent 6f79c1f commit f6831b0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1599
-1030
lines changed

docs/_sources/configuration/dhcpv6.rst.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
| **retry** | | DHCPv6 retry. |
2424
| | | Default: 10 |
2525
+-----------------------------------+----------------------------------------------------------------------+
26-
| **vlan-priority** | | VLAN PBIT for all DHCPv6 control traffic. |
27-
| | | Default: 0 |
28-
+-----------------------------------+----------------------------------------------------------------------+
2926
| **access-line** | | Add access-line attributes like Agent-Remote/Circuit-Id. |
3027
| | | Default: true |
3128
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Variables
4343
---------
4444

4545
Some configuration attributes like **username**, **password**, **agent-remote-id**,
46-
**agent-circuit-id**, or **cfm-ma-name** support variable substitution.
46+
**agent-circuit-id**, **cfm-md-name** or **cfm-ma-name** support variable substitution.
4747
The variable **{session-global}** will be replaced with the actual session-id
4848
starting from 1 and incremented for every new session. The variable **{session}**
4949
is incremented per-interface section. The variables **{outer-vlan}** and **{inner-vlan}**

docs/_sources/configuration/interfaces_access.rst.txt

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,40 @@
7373
| **cfm-level** | | Set EOAM CFM maintenance domain level. |
7474
| | | Default: 0 Range: 0 - 7 |
7575
+-----------------------------------+----------------------------------------------------------------------+
76+
| **cfm-interval** | | Set EOAM CFM CCM interval (IEEE 802.1Q encoding). |
77+
| | | Values: `3.33ms`, `10ms`, `100ms`, `1s`, `10s`, `1min`, `10min` |
78+
| | | Default: `1s` |
79+
+-----------------------------------+----------------------------------------------------------------------+
80+
| **cfm-md-name** | | Set EOAM CFM maintenance domain name (string). |
81+
+-----------------------------------+----------------------------------------------------------------------+
82+
| **cfm-md-name-format** | | Set EOAM CFM MD name format. |
83+
| | | Default: ``NONE`` |
84+
| | | Values: |
85+
| | | ``NONE`` (1) NONE |
86+
| | | ``DNS`` (2) STRING |
87+
| | | ``MAC_INT`` (3) ``aa:bb:cc:dd:ee:ff/123`` |
88+
| | | ``STRING`` (4) STRING |
89+
+-----------------------------------+----------------------------------------------------------------------+
7690
| **cfm-ma-id** | | Set EOAM CFM maintenance association identifier. |
7791
| | | Default: 0 Range: 0 - 65535 |
7892
+-----------------------------------+----------------------------------------------------------------------+
7993
| **cfm-ma-name** | | Set EOAM CFM maintenance association short name (string). |
8094
+-----------------------------------+----------------------------------------------------------------------+
95+
| **cfm-ma-name-format** | | Set EOAM CFM MA name format. |
96+
| | | Default: ``STRING`` |
97+
| | | Values: |
98+
| | | ``VLAN`` (1) VLAN |
99+
| | | ``STRING`` (2) STRING |
100+
| | | ``UINT16`` (3) Number |
101+
| | | ``VPN_ID`` (4) 14 hex digits (7 bytes) |
102+
| | | ``ICC`` (32) 13 ASCII chars |
103+
+-----------------------------------+----------------------------------------------------------------------+
81104
| **cfm-seq** | | Enable EOAM CFM CC sequence numbers. |
82105
| | | Default: true |
83106
+-----------------------------------+----------------------------------------------------------------------+
107+
| **cfm-vlan-priority** | | Set EOAM CFM CC VLAN priority (PCP). |
108+
| | | Default: 0 Range: 0 - 7 |
109+
+-----------------------------------+----------------------------------------------------------------------+
84110
| **username** | | Overwrite the username from the authentication section. |
85111
+-----------------------------------+----------------------------------------------------------------------+
86112
| **password** | | Overwrite the password from the authentication section. |
@@ -159,4 +185,4 @@
159185
| **tun** | | Create a dedicated TUN interface for each session. Use this option |
160186
| | | with caution since it can significantly impact scalability. |
161187
| | | Default: false |
162-
+-----------------------------------+----------------------------------------------------------------------+
188+
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/interfaces_network.rst.txt

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,43 @@
7474
| **cfm-level** | | Set EOAM CFM maintenance domain level. |
7575
| | | Default: 0 Range: 0 - 7 |
7676
+-----------------------------------+----------------------------------------------------------------------+
77+
| **cfm-interval** | | Set EOAM CFM CCM interval (IEEE 802.1Q encoding). |
78+
| | | Values: `3.33ms`, `10ms`, `100ms`, `1s`, `10s`, `1min`, `10min` |
79+
| | | Default: `1s` |
80+
+-----------------------------------+----------------------------------------------------------------------+
81+
| **cfm-md-name** | | Set EOAM CFM maintenance domain name (string). |
82+
+-----------------------------------+----------------------------------------------------------------------+
83+
| **cfm-md-name-format** | | Set EOAM CFM MD name format. |
84+
| | | Default: ``NONE`` |
85+
| | | Values: |
86+
| | | ``NONE`` (1) NONE |
87+
| | | ``DNS`` (2) STRING |
88+
| | | ``MAC_INT`` (3) ``aa:bb:cc:dd:ee:ff/123`` |
89+
| | | ``STRING`` (4) STRING |
90+
+-----------------------------------+----------------------------------------------------------------------+
7791
| **cfm-ma-id** | | Set EOAM CFM maintenance association identifier. |
7892
| | | Default: 0 Range: 0 - 65535 |
7993
+-----------------------------------+----------------------------------------------------------------------+
8094
| **cfm-ma-name** | | Set EOAM CFM maintenance association short name (string). |
8195
+-----------------------------------+----------------------------------------------------------------------+
96+
| **cfm-ma-name-format** | | Set EOAM CFM MA name format. |
97+
| | | Default: ``STRING`` |
98+
| | | Values: |
99+
| | | ``VLAN`` (1) VLAN |
100+
| | | ``STRING`` (2) STRING |
101+
| | | ``UINT16`` (3) Number |
102+
| | | ``VPN_ID`` (4) 14 hex digits |
103+
| | | ``ICC`` (32) 13 ASCII chars |
104+
+-----------------------------------+----------------------------------------------------------------------+
82105
| **cfm-seq** | | Enable EOAM CFM CC sequence numbers. |
83106
| | | Default: true |
84107
+-----------------------------------+----------------------------------------------------------------------+
108+
| **cfm-vlan-priority** | | Set EOAM CFM CC VLAN priority (PCP). |
109+
| | | Default: 0 Range: 0 - 7 |
110+
+-----------------------------------+----------------------------------------------------------------------+
85111
| **a10nsp** | | Enable A10NSP switch emulation (experimental). |
86112
| | | Default: false |
87113
+-----------------------------------+----------------------------------------------------------------------+
88114
| **a10nsp-tx-label** | | Transport label used for A10NSP services in dowstream direction. |
89115
| | | Default: 0 |
90-
+-----------------------------------+----------------------------------------------------------------------+
116+
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/configuration/ipoe.rst.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@
1616
+-----------------------------------+----------------------------------------------------------------------+
1717
| **arp-interval** | | Periodic ARP interval in seconds (0 means disabled). |
1818
| | | Default: 300 |
19-
+-----------------------------------+----------------------------------------------------------------------+
20-
| **vlan-priority** | | VLAN PBIT for all IPoE control traffic. |
21-
| | | Default: 0 |
2219
+-----------------------------------+----------------------------------------------------------------------+

docs/_sources/index.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ Copyright
166166
---------
167167
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
168168

169-
Copyright |copy| 2020-2025, RtBrick, Inc.
169+
Copyright |copy| 2020-2026, RtBrick, Inc.

docs/_sources/interfaces.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ or VLAN ranges as shown in the example below.
406406
407407
408408
The configuration attributes for username, password, agent-remote-id, agent-circuit-id,
409-
and cfm-ma-name support variable substitution. The variable ``{session-global}`` will
409+
and cfm-ma-name/cfm-md-name support variable substitution. The variable ``{session-global}`` will
410410
be replaced with the actual session-id starting from 1 and incremented for every
411411
new session. The variable ``{session}`` is incremented per-interface section. The
412412
variables ``{outer-vlan}`` and ``{inner-vlan}`` will be replaced with the corresponding
@@ -558,4 +558,4 @@ DPDK
558558

559559
`DPDK <https://www.dpdk.org/>`_ support should be considered as experimental.
560560
This I/O mode is detailed explained in the :ref:`DPDK <dpdk-usage>` section of the
561-
:ref:`performance guide <performance>`.
561+
:ref:`performance guide <performance>`.

docs/_static/basic.css

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411

512
/* -- main layout ----------------------------------------------------------- */
@@ -108,11 +115,15 @@ img {
108115
/* -- search page ----------------------------------------------------------- */
109116

110117
ul.search {
111-
margin-top: 10px;
118+
margin: 10px 0 0 20px;
119+
padding: 0;
112120
}
113121

114122
ul.search li {
115-
padding: 5px 0;
123+
padding: 5px 0 5px 20px;
124+
background-image: url(file.png);
125+
background-repeat: no-repeat;
126+
background-position: 0 7px;
116127
}
117128

118129
ul.search li a {

0 commit comments

Comments
 (0)