mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 13:12:28 +00:00
doc: Add documentation for src and destination port matching commands
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
a7f0e5c3e3
commit
b7ece6e7fc
@ -117,6 +117,16 @@ end destination.
|
|||||||
both v4 and v6 prefixes. This command is used in conjunction of the
|
both v4 and v6 prefixes. This command is used in conjunction of the
|
||||||
:clicmd:`match src-ip PREFIX` command for matching.
|
:clicmd:`match src-ip PREFIX` command for matching.
|
||||||
|
|
||||||
|
.. clicmd:: match src-port (1-65535)
|
||||||
|
|
||||||
|
When a incoming packet matches the source port specified, take the
|
||||||
|
packet and forward according to the nexthops specified.
|
||||||
|
|
||||||
|
.. clicmd:: match dst-port (1-65535)
|
||||||
|
|
||||||
|
When a incoming packet matches the destination port specified, take the
|
||||||
|
packet and forward according to the nexthops specified.
|
||||||
|
|
||||||
.. clicmd:: match mark (1-4294967295)
|
.. clicmd:: match mark (1-4294967295)
|
||||||
|
|
||||||
Select the mark to match. This is a linux only command and if attempted
|
Select the mark to match. This is a linux only command and if attempted
|
||||||
|
Loading…
Reference in New Issue
Block a user