Merge pull request #52151 from simonflood/patch-2

Fix typo in actual 2019.2.0 release notes
This commit is contained in:
Megan Wilhite 2019-04-08 09:36:27 -04:00 committed by GitHub
commit a18abf2bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,7 +289,7 @@ a BGP policy referenced in many places, you can do so by running:
.. code-block:: bash
salt '*' net.replae_pattern OLD-POLICY-CONFIG new-policy-config
salt '*' net.replace_pattern OLD-POLICY-CONFIG new-policy-config
Similarly, you can also replace entire configuration blocks using the
:mod:`net.blockreplace <salt.modules.napalm_network.blockreplace>` function.