mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 11:11:36 +00:00
doc: document show pbr interface
directive
Signed-off-by: Wesley Coakley <wcoakley@cumulusnetworks.com>
This commit is contained in:
parent
dadba1a23f
commit
9667c597e9
@ -144,6 +144,24 @@ causes the policy to be installed into the kernel.
|
||||
even if one is on the master. Each must have the PBR map explicitly added
|
||||
to the interface.
|
||||
|
||||
.. clicmd:: show pbr interface [NAME] [json]
|
||||
|
||||
Enumerates all interfaces which ``pbrd`` is keeping track of. Passing
|
||||
``json`` will return an array of interfaces; each returned interface will
|
||||
adhere to the JSON schema below:
|
||||
|
||||
+---------+----------------------------+---------+
|
||||
| Key | Description | Type |
|
||||
+=========+============================+=========+
|
||||
| name | Interface name | String |
|
||||
+---------+----------------------------+---------+
|
||||
| index | Device Index | Integer |
|
||||
+---------+----------------------------+---------+
|
||||
| policy | PBR map for this interface | String |
|
||||
+---------+----------------------------+---------+
|
||||
| isValid | Is the map well-formed? | Boolean |
|
||||
+---------+----------------------------+---------+
|
||||
|
||||
.. _pbr-details:
|
||||
|
||||
PBR Details
|
||||
|
Loading…
Reference in New Issue
Block a user