<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/op_mode/conntrack.py, branch rolling</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2026-05-26T15:00:01+00:00</updated>
<entry>
<title>conntrack: T8308: Add per-flow counters and VRF filter to conntrack table</title>
<updated>2026-05-26T15:00:01+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-05-21T18:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=99613a652d246073ee9c2785d28f8a4a0ef6a9a6'/>
<id>urn:sha1:99613a652d246073ee9c2785d28f8a4a0ef6a9a6</id>
<content type='text'>
Add two enhancements to the `show conntrack table` op-mode command:

- Display per-flow packet and byte counters (original and reply
  direction).
- Add VRF filter option `show conntrack table &lt;ipv4|ipv6&gt; vrf &lt;vrf-name&gt;`
  that maps VRF name to its conntrack table ID and
  passes `--orig-zone` to the underlying conntrack call.
</content>
</entry>
<entry>
<title>conntrack: T8909: Remove connection id column from output table</title>
<updated>2026-05-25T14:15:13+00:00</updated>
<author>
<name>Oleksandr Kuchmystyi</name>
<email>o.kuchmystyi@vyos.io</email>
</author>
<published>2026-05-25T14:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=8f73bfbda0e43d83947624627ea0cdd8269521cb'/>
<id>urn:sha1:8f73bfbda0e43d83947624627ea0cdd8269521cb</id>
<content type='text'>
This cleanup enhances readability and aligns the output
with the actual data being displayed.
</content>
</entry>
<entry>
<title>T7591: remove copyright years from source files</title>
<updated>2025-06-28T21:16:52+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-06-28T18:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1478516ae437f19ebeb7d6ff9b83dd74f8e76758'/>
<id>urn:sha1:1478516ae437f19ebeb7d6ff9b83dd74f8e76758</id>
<content type='text'>
The legal team says years are not necessary so we can go ahead with it, since
it will simplify backporting.

Automatically removed using: git ls-files | grep -v libvyosconfig | xargs sed -i -E \
's/^# Copyright (19|20)[0-9]{2}(-[0-9]{4})? VyOS maintainers.*/# Copyright VyOS maintainers and contributors &lt;maintainers@vyos.io&gt;/g'

In addition we will error-out during "make" if someone re-adds a legacy
copyright notice
</content>
</entry>
<entry>
<title>T5858: Fix op-mode format for show conntrack statistics</title>
<updated>2024-04-09T10:25:11+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-04-09T10:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=13ed4f9d489dd5b8ee80c5f2fdebf1b0565e9137'/>
<id>urn:sha1:13ed4f9d489dd5b8ee80c5f2fdebf1b0565e9137</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6199: drop unused Python imports</title>
<updated>2024-04-02T22:15:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-04-02T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=274b2da242acd1f1f64ff1dee471e34295137c5f'/>
<id>urn:sha1:274b2da242acd1f1f64ff1dee471e34295137c5f</id>
<content type='text'>
found using "git ls-files *.py | xargs pylint | grep W0611"
</content>
</entry>
<entry>
<title>T6138: Fix op-mode show conntrack table with flowtable offloads</title>
<updated>2024-03-19T08:52:36+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2024-03-19T08:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a75be3b6814dd39711c157c29405ee6bd83993f5'/>
<id>urn:sha1:a75be3b6814dd39711c157c29405ee6bd83993f5</id>
<content type='text'>
The op-mode command `show conntrack table ipv4` fails if gets a
conntrack entrie with `flowtable` offload. Those entries do not
have key `timeout`

```
  File "/usr/libexec/vyos/op_mode/conntrack.py", line 115, in get_formatted_output
    timeout = meta['timeout']
              ~~~~^^^^^^^^^^^
```

Use the timeout `n/a` for those offload conntrack entries
</content>
</entry>
<entry>
<title>T5195: vyos.util -&gt; vyos.utils package refactoring (#2093)</title>
<updated>2023-07-14T20:18:36+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-07-14T20:18:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d1ca536da448749dff557f13ecae97b124026e96'/>
<id>urn:sha1:d1ca536da448749dff557f13ecae97b124026e96</id>
<content type='text'>
* T5195: move run, cmd, call, rc_cmd helper to vyos.utils.process

* T5195: use read_file and write_file implementation from vyos.utils.file

Changed code automatically using:

find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import read_file$/from vyos.utils.file import read_file/g' {} +
find . -type f -not -path '*/\.*' -exec sed -i 's/^from vyos.util import write_file$/from vyos.utils.file import write_file/g' {} +

* T5195: move chmod* helpers to vyos.utils.permission

* T5195: use colon_separated_to_dict from vyos.utils.dict

* T5195: move is_systemd_service_* to vyos.utils.process

* T5195: fix boot issues with missing imports

* T5195: move dict_search_* helpers to vyos.utils.dict

* T5195: move network helpers to vyos.utils.network

* T5195: move commit_* helpers to vyos.utils.commit

* T5195: move user I/O helpers to vyos.utils.io</content>
</entry>
<entry>
<title>op-mode: T5051: use typing.Literal in op-mode scripts</title>
<updated>2023-03-06T01:38:07+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-03-03T17:30:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=1e72e1c68a708518526b8e090f5d6482671cbd57'/>
<id>urn:sha1:1e72e1c68a708518526b8e090f5d6482671cbd57</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T4890: Fixed op_mode show conntrack table ipv4</title>
<updated>2022-12-23T09:47:35+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2022-12-23T09:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c3ac2dc6941a3bee4e84ee4878da5771d1a79294'/>
<id>urn:sha1:c3ac2dc6941a3bee4e84ee4878da5771d1a79294</id>
<content type='text'>
Fixed op_mode show conntrack table ipv4
Created check on empty column "mark"
</content>
</entry>
<entry>
<title>conntrack: T4740: Set correct error msg if enrties not found</title>
<updated>2022-10-11T12:14:29+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2022-10-11T12:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e4071bfaede4971dca093ef459cce8c6caad2372'/>
<id>urn:sha1:e4071bfaede4971dca093ef459cce8c6caad2372</id>
<content type='text'>
Set correct error message if conntrack entries not found
If we get XML raw data with len 0 it means there are no entries
in the conntrack table
</content>
</entry>
</feed>
