1
0
mirror of https://github.com/rtbrick/bngblaster.git synced 2024-05-06 15:54:57 +00:00

update github pages

This commit is contained in:
Christian Giese
2022-11-29 10:21:29 +00:00
parent 72f8371120
commit 9a7ddb0fbf
4 changed files with 33 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
- Mandatory Arguments
- Optional Arguments
* - `interfaces`
- List all interfaces with index
- List all interfaces with index
-
-
* - `access-interfaces`
@@ -24,4 +24,12 @@
* - `lag-info`
- List all link aggregation (LAG) interfaces
-
-
-
* - `interface-enable`
- Enable interface
- `interface`
-
* - `interface-disable`
- Disable interface
- `interface`
-

View File

@@ -253,7 +253,7 @@ Examples:
</thead>
<tbody>
<tr class="row-even"><td><p><cite>interfaces</cite></p></td>
<td><p>List all interfaces with index</p></td>
<td><p>List all interfaces with index</p></td>
<td></td>
<td></td>
</tr>
@@ -277,6 +277,16 @@ Examples:
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><cite>interface-enable</cite></p></td>
<td><p>Enable interface</p></td>
<td><p><cite>interface</cite></p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><cite>interface-disable</cite></p></td>
<td><p>Disable interface</p></td>
<td><p><cite>interface</cite></p></td>
<td></td>
</tr>
</tbody>
</table>
</section>

View File

@@ -92,7 +92,7 @@
</thead>
<tbody>
<tr class="row-even"><td><p><cite>interfaces</cite></p></td>
<td><p>List all interfaces with index</p></td>
<td><p>List all interfaces with index</p></td>
<td></td>
<td></td>
</tr>
@@ -116,6 +116,16 @@
<td></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><cite>interface-enable</cite></p></td>
<td><p>Enable interface</p></td>
<td><p><cite>interface</cite></p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><cite>interface-disable</cite></p></td>
<td><p>Disable interface</p></td>
<td><p><cite>interface</cite></p></td>
<td></td>
</tr>
</tbody>
</table>

View File

File diff suppressed because one or more lines are too long