- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jun 4 2026
Jun 3 2026
Jun 2 2026
Jun 1 2026
May 29 2026
May 28 2026
May 26 2026
May 25 2026
May 22 2026
May 21 2026
@egoistdream Thanks for the answer.
I close the task.
@ServerForge, any progress?
Still fails in the FRR
r14(config)# router eigrp 100 r14(config-router)# r14(config-router)# passive-interface eth0 % Configuration failed.
Fixed in the rolling/stream
@egoistdream Is this still a problem?
I do not see bugs here
Recreate a bug report if necessary. With a minimal set of commands to reproduce.
Still bug
vyos@r14:~$ vtysh
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#
@j.vela, this task was closed a year ago.
If you want to change something, you have to add a new task/feature/bug report.
The ID is completely useless for the op-mode and should be removed. It is necessary if we want to extend the output with new fields.
May 20 2026
I do not see 5 minutes hang, but I see this configuration is incorrect for FRR
set vrf name mgmt table '123' set interfaces dummy dum0 address '192.0.2.14/24' set interfaces dummy dum0 vrf 'mgmt' set interfaces ethernet eth1 address '192.168.122.111/24' set interfaces ethernet eth1 vrf 'mgmt'
May 19 2026
May 18 2026
It is not expected to be working
It will not pass any security audit/certification
I'd double-think about this before implementation.
I understand that we have a lot of issues in different places that should also be limited/hidden from non-admin users.
It will not be implemented.
Most likely, it doesn't support the reload-or-restart systemctl option and must be restarted for any authentication change.
https://github.com/vyos/vyos-1x/blob/964a01697f3c2361ce4324fb8333f5fe4d2b0434/src/conf_mode/service_pppoe-server.py#L127-L135
@noc.tlc Can you test it?
sudo nano -c +129 /usr/libexec/vyos/conf_mode/service_pppoe-server.py
And replace the 2 above lines with:
# is_node_changed(conf, base + ['authentication', 'radius', 'dynamic-author']), # is_node_changed(conf, base + ['authentication', 'mode']), is_node_changed(conf, base + ['authentication']),
May 15 2026
Consider to backport it, reopened