diff options
author | rebortg <github@ghlr.de> | 2019-08-03 17:55:42 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-08-06 09:35:09 +0200 |
commit | adf8669015317edaa65660f11006b2b7e8a5aaf7 (patch) | |
tree | c2856a075c4ecbac79664773eaf123512ba68997 /docs/routing/bgp.rst | |
parent | cdd4d727b11b5361051f1c1ad548e265612dc2ae (diff) | |
download | vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.tar.gz vyos-documentation-adf8669015317edaa65660f11006b2b7e8a5aaf7.zip |
begin chance public IPs to documentation reseverd IPs
Diffstat (limited to 'docs/routing/bgp.rst')
-rw-r--r-- | docs/routing/bgp.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index ecd706ba..d2c60853 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -37,13 +37,13 @@ creating a static route:** .. code-block:: sh - set protocols static route 1.0.0.0/16 blackhole distance '254' + set protocols static route 172.16.0.0/16 blackhole distance '254' **Node 2:** .. code-block:: sh - set protocols static route 2.0.0.0/16 blackhole distance '254' + set protocols static route 172.17.0.0/16 blackhole distance '254' IPv6 @@ -81,7 +81,7 @@ creating a static route:** .. code-block:: sh - set protocols static route6 2a001:100:1::/48 blackhole distance '254' + set protocols static route6 2001:db8:1::/48 blackhole distance '254' **Node 2:** |