diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2024-03-19 08:52:36 +0000 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-03-19 11:15:32 +0000 |
commit | c5e52627e4a81a488ed63006065fce0b0af2b65f (patch) | |
tree | f827636060f99a170595b9b42a60afaa2e806fbe /src/conf_mode/protocols_isis.py | |
parent | 7956eced02862253d28a64befe4add2449df0c89 (diff) | |
download | vyos-1x-c5e52627e4a81a488ed63006065fce0b0af2b65f.tar.gz vyos-1x-c5e52627e4a81a488ed63006065fce0b0af2b65f.zip |
T6138: Fix op-mode show conntrack table with flowtable offloads
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
(cherry picked from commit a75be3b6814dd39711c157c29405ee6bd83993f5)
Diffstat (limited to 'src/conf_mode/protocols_isis.py')
0 files changed, 0 insertions, 0 deletions