Page MenuHomeVyOS Platform

'show configuration all' is no different from 'show configuration'
Open, NormalPublicBUG

Description

'show configuration all' doesn't show all the default parameters, output is no different from 'show configuration'.

Same behavior can be seen in 1.5-rolling-202310170806 and 1.4-rolling-202308220020.

Forum topic for information.

Details

Version
VyOS 1.5-rolling-202310211449
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

I think the commit made by yzguy is referencing the wrong task-id.

Viacheslav triaged this task as Normal priority.Jan 20 2024, 1:34 PM

Still the same bug
https://github.com/vyos/vyos-1x/blob/6fa4967f49e988e4979c611ee9199bb14bef8536/op-mode-definitions/show-configuration.xml.in#L10-L17

root@r14:/home/vyos# diff -u \
  <(cli-shell-api showCfg --show-show-defaults --show-active-only --show-hide-secrets) \
  <(cli-shell-api showCfg --show-active-only --show-hide-secrets)
root@r14:/home/vyos# 


vyos@r14:~$ show ver
Version:          VyOS 2026.05.18-1837-integration
Release train:    current
Release flavor:   generic

https://github.com/vyos/vyatta-cfg/blob/current/src/cli_shell_api.cpp