Latest rolling runs 5.10.30 - patch is in there, please verify
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Apr 18 2021
Apr 17 2021
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)
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
Apr 16 2021
That's a good point. I just might do that.
@jestabro Cool!!!
>>> 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']}}}}
>>>Is there a specific reason not to put it in vyos-1x instead?
Apr 15 2021
Thank you. If you have any questions, please keep in touch.
@jack9603301 Unfortunately the only environment I have to test in is home, and my wife would probably kill me. ;) I also don't have a second "router PC" available right now which I would need before I can spin up VyOS and give it a try. I need to keep the other system untouched so I have something I can fall back on if I can't make VyOS work the way I want, and the hardware is old enough that if I virtualize my router OS, network performance suffers. I tried using ESXi with OPNsense and WAN throughput was down 200-300Mbps vs. what I can do on the bare metal.
@ZPrime Although UPNP is not merged, you are welcome to test it if you wish, and if you have any questions, please let me know (you can also get in touch with me on Stack) so I can fix it before merging
ipv6 address autoconf works here. It does pick up a v6 address from the RA - I had an error in the config on the router issuing the RA announcements, and thought that autoconf was not working, but it does. Perhaps this issue should be closed?
Some notes from past meetings.
That would also good to get this working:
@c-po There is some recent news on FRR's NHRPD and multicast support it seems, please see here:
Apr 14 2021
The suggested resolution is to define an include file with the syntaxVersion element. The syntaxVersion element contains the component name and version number; the including interface definition file corresponds to the conf_mode script. Hence, this defines a mapping