Skip to content

Commit 96bf6d9

Browse files
committed
minor docs updates
1 parent 6999675 commit 96bf6d9

File tree

8 files changed

+15
-18
lines changed

8 files changed

+15
-18
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.. warning::
2-
This project still in early development! **DO NOT USE IN PRODUCTION!**
2+
This project still in early development!

docs/source/_include/warn_wip.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.. warning::
2+
This documentation is still work-in-progress!

docs/source/dev/1_intro.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ The network-traffic configuration as provided by the user is parsed to packets.
156156
3. Config Loader
157157
================
158158

159-
**Files**: :code:`src/firewall_test/simulator/loader.py`, :code:`src/firewall_test/plugins/system/config.py` (mapping target-system to translate-plugins), :code:`:code:`src/firewall_test/system/*` (target-system config), :code:`/home/rath/code/firewall-testing-framework/src/firewall_test/plugins/translate/*` (translate plugins)
159+
**Files**: :code:`src/firewall_test/simulator/loader.py`, :code:`src/firewall_test/plugins/system/config.py` (mapping target-system to translate-plugins), :code:`src/firewall_test/system/*` (target-system config), :code:`/home/rath/code/firewall-testing-framework/src/firewall_test/plugins/translate/*` (translate plugins)
160160

161161
The configuration-files provided by the user are loaded and parsed as configured for the target firewall-system.
162162

@@ -202,7 +202,7 @@ The configuration-files provided by the user are loaded and parsed as configured
202202

203203
.. tip::
204204

205-
The detailed function of the :ref:`routing- and firewall-simulators are covered later on <dev_intro_router>`_.
205+
The detailed function of the :ref:`routing- and firewall-simulators are covered later on <dev_intro_router>`.
206206

207207
4. **Pre-Routing and Pre-DNAT Firewall-Filters are processed**
208208

@@ -254,6 +254,8 @@ Routing & Firewalling
254254

255255
.. _dev_intro_router:
256256

257+
.. include:: ../_include/warn_wip.rst
258+
257259
Routing Simulator
258260
=================
259261

docs/source/dev/2_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
Plugin Development
1010
##################
1111

12-
tbd
12+
.. include:: ../_include/warn_wip.rst

docs/source/plugins/firewall_opnsense.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
Firewall - OPNsense
77
===================
88

9-
.. warning::
10-
11-
This plugin is still in early development!
9+
.. include:: ../_include/warn_develop.rst
1210

1311
Config Export
1412
#############
@@ -22,7 +20,7 @@ Config Export
2220
Run
2321
###
2422

25-
tbd
23+
.. include:: ../_include/warn_wip.rst
2624

2725
----
2826

docs/source/usage/1_intro.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
1 - Intro
1010
=========
1111

12+
|topology|
13+
1214
Goal / Reason / Why?
1315
####################
1416

@@ -96,6 +98,3 @@ Please take a took `at the roadmap <https://github.com/O-X-L/firewall-testing-fr
9698
* finds the route the packet should take
9799
* tests the traffic against the rulesets of firewalls that are hops of that route
98100

99-
Take a look at this topology:
100-
101-
|topology|

docs/source/usage/3_run.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -197,15 +197,11 @@ Depending on the system-specific configuration traffic can be dropped by non-fir
197197
Automated for CI
198198
================
199199

200-
.. warning::
201-
202-
Still under development.
200+
.. include:: ../_include/warn_develop.rst
203201

204202
----
205203

206204
Interactive Shell
207205
=================
208206

209-
.. warning::
210-
211-
Still under development.
207+
.. include:: ../_include/warn_develop.rst

docs/source/usage/4_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
4 - Config
77
==========
88

9-
tbd
9+
.. include:: ../_include/warn_wip.rst

0 commit comments

Comments
 (0)