]> git.puffer.fish Git - mirror/frr.git/commitdiff
doc: Enforce using IPv4/IPv6 reserved ranges for documentation 10627/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Mon, 21 Feb 2022 08:08:21 +0000 (10:08 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Fri, 25 Feb 2022 07:11:52 +0000 (09:11 +0200)
Just to avoid publicly IPv4/IPv6 ranges in topotests/documentation.

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
doc/developer/topotests.rst

index fa1fd20067a0585ebfc60f4901840b5f0b68ec97..b41181f4e9a584e389b48738b385862ee37d0a2f 100644 (file)
@@ -1088,6 +1088,9 @@ Requirements:
   a pull request. This ensures we have a unified code style.
 - Mark test modules with pytest markers depending on the daemons used during the
   tests (see :ref:`topotests-markers`)
+- Always use IPv4 :rfc:`5737` (``192.0.2.0/24``, ``198.51.100.0/24``,
+  ``203.0.113.0/24``) and IPv6 :rfc:`3849` (``2001:db8::/32``) ranges reserved
+  for documentation.
 
 Tips: