From c2f24d8ee631de213175344a10bab2277b70d653 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Mon, 21 Feb 2022 10:08:21 +0200 Subject: [PATCH] doc: Enforce using IPv4/IPv6 reserved ranges for documentation Just to avoid publicly IPv4/IPv6 ranges in topotests/documentation. Signed-off-by: Donatas Abraitis --- doc/developer/topotests.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index fa1fd20067..b41181f4e9 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -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: -- 2.39.5