docs/_p_columns.py
Ron Stone 88d7214027 Generate port referece from source
- Tidy tox.ini

Story: 2011201

Change-Id: I62ed4bd045ce49d53b863d63b3d1301fe9ab6b5b
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2024-09-10 18:21:58 +00:00

5 lines
270 B
Python

columns = ["Source", "Protocol", "Port", "Desc", "Context", "Network", "Endpoints","Hosts", "Note", "HTTPS", "_stx", "_pl", "_os", "_an"]
src_index = columns.index("Source")
port_index = columns.index("Port")
net_index = columns.index("Network")
COL_COUNT = len(columns)