diff options
author | Nicolas Fort <yocasquito@gmail.com> | 2021-07-23 11:17:55 -0300 |
---|---|---|
committer | Nicolas Fort <yocasquito@gmail.com> | 2021-07-23 11:17:55 -0300 |
commit | dbddfe85adaa70552607b38706b39238b465ac4e (patch) | |
tree | 055d0ec7f3018eb008e759c4c6f48a7a540d7ad3 /docs/configuration/policy/local-route.rst | |
parent | 1fb2465d8cb7197a18daeb46270c3d42e64e3dbe (diff) | |
download | vyos-documentation-dbddfe85adaa70552607b38706b39238b465ac4e.tar.gz vyos-documentation-dbddfe85adaa70552607b38706b39238b465ac4e.zip |
Index file updated and splitted into new files. Indent and lenght on every file was verified
Diffstat (limited to 'docs/configuration/policy/local-route.rst')
-rw-r--r-- | docs/configuration/policy/local-route.rst | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/configuration/policy/local-route.rst b/docs/configuration/policy/local-route.rst new file mode 100644 index 00000000..0b0122ab --- /dev/null +++ b/docs/configuration/policy/local-route.rst @@ -0,0 +1,20 @@ +################## +Local Route Policy +################## + +Policies for local traffic are defined in this section. + +************* +Configuration +************* + +Local Route +=========== + +.. cfgcmd:: set policy local-route rule <1-32765> set table <1-200|main> + + Set routing table to forward packet to. + +.. cfgcmd:: set policy local-route rule <1-32765> source <x.x.x.x|x.x.x.x/x> + + Set source address or prefix to match. |