Page MenuHomeVyOS Platform

OP-mode Extend conntrack output to get marks, zones and directions
Closed, ResolvedPublicFEATURE REQUEST

Description

Extend show conntrack xxx with the ability to see information about mark and zone
Also, it will be more clear to see the actual direction original and reply

Details

Difficulty level
Unknown (require assessment)
Version
1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Improvement (missing useful functionality)

Event Timeline

Viacheslav renamed this task from OP-mode Extend conntrack output to get marks and zones to OP-mode Extend conntrack output to get marks, zones and directions.Jul 11 2022, 1:31 PM
Viacheslav updated the task description. (Show Details)
Viacheslav changed Version from - to 1.4.

PR https://github.com/vyos/vyos-1x/pull/1407

vyos@r14# run show conntrack table ipv4 
Id          Original src         Original dst       Reply src          Reply dst            Protocol    State        Timeout    Mark    Zone
----------  -------------------  -----------------  -----------------  -------------------  ----------  -----------  ---------  ------  ------
3529842617  192.168.122.1:53508  192.168.122.14:22  192.168.122.14:22  192.168.122.1:53508  tcp         ESTABLISHED  431999     0
4102830655  192.0.2.10           1.0.0.1            1.0.0.1            192.168.122.14       icmp                     18         0       59651
179791316   192.0.2.10           1.1.1.1            1.1.1.1            192.168.122.14       icmp                     12         0       59651
[edit]
vyos@r14#
Viacheslav claimed this task.
Viacheslav moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.