diff options
author | GomathiselviS <gomathiselvi@gmail.com> | 2021-07-27 10:58:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-27 14:58:21 +0000 |
commit | d1ebc5a6e65eda8cb7c39625afdf0fb5918da5dd (patch) | |
tree | f3afefa2bb3172e27eb2dbb9e1a5f1905e86e9c1 /docs/vyos.vyos.vyos_route_maps_module.rst | |
parent | 36004b2657d1c271a5c6c8ddfee0488ad36c1236 (diff) | |
download | vyos.vyos-2.5.0.tar.gz vyos.vyos-2.5.0.zip |
Prepare vyos release 2.5.0 (#188)2.5.0
Prepare vyos release 2.5.0
Signed-off-by: GomathiselviS gomathiselvi@gmail.com
SUMMARY
ISSUE TYPE
Docs Pull Request
COMPONENT NAME
ADDITIONAL INFORMATION
Reviewed-by: Sagar Paul <sagpaul@redhat.com>
Diffstat (limited to 'docs/vyos.vyos.vyos_route_maps_module.rst')
-rw-r--r-- | docs/vyos.vyos.vyos_route_maps_module.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/vyos.vyos.vyos_route_maps_module.rst b/docs/vyos.vyos.vyos_route_maps_module.rst index 828ce347..c548e9bb 100644 --- a/docs/vyos.vyos.vyos_route_maps_module.rst +++ b/docs/vyos.vyos.vyos_route_maps_module.rst @@ -1464,7 +1464,7 @@ Examples # "route_map": "test3" # } # ], - # "before": {}, + # "before": [], # "changed": true, # "commands": [ # "set policy route-map test1 rule 1 description test", @@ -1672,7 +1672,7 @@ Examples # # Module Execution: # - # "after": {}, + # "after": [], # "before": [ # { # "entries": [ |