It seems to show the output correctly when single tunnel is present not with multiple tunnels.
Ref Task: https://phabricator.vyos.net/T3473
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Apr 21 2021
Apr 21 2021
Apr 20 2021
Apr 20 2021
GitHub <noreply@github.com> committed rVYOSONEX6ea6a759e249: Merge pull request #815 from zdc/T3471-sagitta (authored by c-po).
c-po committed rVYOSONEXee2db552acc7: conntrack: T3290: remove references to removed GRE plugins (authored by stepler).
SrividyaA added a comment to T3333: "show vpn ipsec sa" reports ESP tunnels to be up when they are not..
Apr 19 2021
Apr 19 2021
Viacheslav changed the status of T3471: DHCP hook is not able to detect all running DHCP instances from Open to Needs testing.
SrividyaA added a comment to T3443: Deleting VRRP-VIP and adding the same address to physical interface in one commit fails.
I tested in 1.2.7 ver and the issue did not reproduce:
Workaround set raw option "config /path/to/config/file"
runar renamed T3486: sagita: arm64: kernel: Extend Kernel pipeline to build arm64 packages. from sagita: arm64: kernel-build: Extend Kernel pipeline to build arm64 packages. to sagita: arm64: kernel: Extend Kernel pipeline to build arm64 packages. .
runar changed the status of T3486: sagita: arm64: kernel: Extend Kernel pipeline to build arm64 packages. from Open to In progress.
Apr 18 2021
Apr 18 2021
Pending peer review
richardcz changed the status of T3485: Add support for building images in MacOS from Open to In progress.
Unknown Object (User) updated the task description for T3484: Kernel panic when QAT uses.
Unknown Object (User) created T3484: Kernel panic when QAT uses.
jestabro changed the status of T3481: Exclude tag node values from key mangling, a subtask of T3250: PPPoE server: wrong local usernames, from Unknown Status to Resolved.
jestabro changed the status of T3481: Exclude tag node values from key mangling from Unknown Status to Resolved.
jestabro changed the status of T3475: XML dictionary cache unable to process syntaxVersion elements, a subtask of T1962: Add syntax version to schema, from Unknown Status to Resolved.
jestabro changed the status of T3475: XML dictionary cache unable to process syntaxVersion elements from Unknown Status to Resolved.
jestabro closed T3475: XML dictionary cache unable to process syntaxVersion elements, a subtask of T1962: Add syntax version to schema, as Unknown Status.
jestabro closed T3475: XML dictionary cache unable to process syntaxVersion elements as Unknown Status.
Apr 17 2021
Apr 17 2021
Latest rolling runs 5.10.30 - patch is in there, please verify
That should be rewritten in the same style as the interface stuff rendering the appropriate commands (https://github.com/vyos/vyos-documentation/blob/master/docs/_include/interface-disable.txt)
Apr 17 2021, 8:56 PM · Restricted Project
c-po moved T3479: route-maps containing "aggregator as" can not be deleted from Open to Finished on the VyOS 1.4 Sagitta board.
sever-sever <v.gletenko@vyos.io> committed rVYOSONEXb5c9dd63967c: smoketest: T2216: Containeres set ip to test01.
GitHub <noreply@github.com> committed rVYOSONEXccfd6d24c41d: Merge pull request #814 from sever-sever/T2216-smoketest (authored by c-po).
c-po changed the status of T3472: commit-confirm script not found, a subtask of T3285: Schedule reboots through systemd-shutdownd instead of atd, from Open to Needs testing.
c-po moved T1941: Config mismatch with FRR on misconfiguration of V6 peer from Open to Finished on the VyOS 1.4 Sagitta board.
Can you please re-test this with VyOS 1.4?
Can someone modify this sentence and add an output statement before it to see what caused the error?
Version: VyOS 1.4-rolling-202104151445
GitHub <noreply@github.com> committed rVYOSONEX981153d79783: Merge pull request #812 from erkin/current (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX728eb9077123: Merge pull request #813 from erkin/equuleus (authored by c-po).
jestabro closed T3481: Exclude tag node values from key mangling, a subtask of T3250: PPPoE server: wrong local usernames, as Unknown Status.
Apr 16 2021
Apr 16 2021
erkin added a parent task for T3472: commit-confirm script not found: T3285: Schedule reboots through systemd-shutdownd instead of atd.
That's a good point. I just might do that.
@jestabro Cool!!!
GitHub <noreply@github.com> committed rVYOSONEX6a08795adb9a: Merge pull request #811 from jestabro/no-tag-node-value-mangle (authored by jestabro).
>>> from vyos.config import Config
>>> import pprint
>>> conf = Config()
>>> # no mangling
... tmp = conf.get_config_dict(['simple'], get_first_key=True)
>>> pprint.pprint(tmp)
{'some-tag-node': {'some-foo': {'just-a-node': {'single-value': 'bar'}},
'some-other-foo': {'just-a-node': {'multiple-value': ['first',
'second']}}}}
>>> # standard mangling
... tmp = conf.get_config_dict(['simple'], get_first_key=True, key_mangling=('-', '_'))
>>> pprint.pprint(tmp)
{'some_tag_node': {'some_foo': {'just_a_node': {'single_value': 'bar'}},
'some_other_foo': {'just_a_node': {'multiple_value': ['first',
'second']}}}}
>>> # mangling with no_tag_node_value_mangle=True
... tmp = conf.get_config_dict(['simple'], get_first_key=True, key_mangling=('-', '_'), no_tag_node_value_mangle=True)
>>> pprint.pprint(tmp)
{'some_tag_node': {'some-foo': {'just_a_node': {'single_value': 'bar'}},
'some-other-foo': {'just_a_node': {'multiple_value': ['first',
'second']}}}}
>>>jestabro added a parent task for T3481: Exclude tag node values from key mangling: T3250: PPPoE server: wrong local usernames.
jestabro changed the status of T3481: Exclude tag node values from key mangling from Open to Needs testing.
sever-sever <v.gletenko@vyos.io> committed rVYOSONEXedbd692f5a29: containers: T2216: Static ip for conteiner smoketest.
GitHub <noreply@github.com> committed rVYOSONEXd6f9e2432c00: Merge pull request #809 from erkin/current (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX8fa65823d71d: Merge pull request #810 from sever-sever/T2216-smoke (authored by c-po).
Unknown Object (User) created T3480: Does not possible to change console baud-rate.