Thank you for the offer, having read your patch it seems you are indeed fluent in Python and as there is lots to do so I am sure you will be able to help :-)
As @dmbaturin started this, I will let him come back to you about what could be done.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 22 2020
I like this idea of building a vyos-opd daemon in Python.
Pull request to revert that changed line: https://github.com/vyos/vyos-1x/pull/516
Issue only happens if a user is defined without a password, otherwise the correct field gets set:
# Encrypted password
if conf.exists(['authentication', 'encrypted-password']):
user['password_encrypted'] = conf.return_value(['authentication', 'encrypted-password'])https://github.com/vyos/vyos-1x/commit/a07e22377ab83104ac925e13d1824f241f0f8d4a#diff-38def27d6150350cf8bd539da90de66b (T2492) seems to have changed the initialization:
Fixed in the latest rolling release.
Fixed in latest rolling release and T2658
Fixed in the latest rolling release
vyos@r1-roll:~$ show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.168.122.11/24 u/u Huawei is secondary home router Telecom special edition switching and AP mode
lo 127.0.0.1/8 u/u
::1/128
vyos@r1-roll:~$ show versionJul 21 2020
Of course :)
@hammerstud that would work for you - but it will break everyone elses implementation ;)
Perhaps I'm one of the minority. but BGP is our predominant DMVPN routing protocol.
As i remember the lack of multicast replication was the reason this stopped up last time it was discussed... And as ospf and eigrp is the most used protocols run over dmvpn i think this is a showstopper for implementimg nhrpd
FRR nhrpd do not support multicasting over GRE tunnels so OSPF or EIGRP don't work since they use multicast addresses to discover neighbors
It will break everything when in use ;)
show interfaces vrrp
I assume this will break 'system static-host-mapping host-name' and other places where tagnodes are used to carry string values as well
Must be fixed after T2653 - then there is only a single truth for all interfaces
I have tried the above scenario in the VyOS 1.3-rolling-202007200117 which is the latest version and the issue did not reproduce. So I would request you to try in the latest version and share your feedback.
Option set! Kernel rebuilding
The problem not in the bonding.
Any interface with DHCP address can't be disabled.
Here you go.
While you are working on this, there is a need for a render function that does return the template as an variable instead of saving it to a file.
could you extend your patch to also include such a function? if written correctly it could be used by the render() function to not duplicate code.
The kernel is missing an option " CONFIG_XDP_SOCKETS y"
vyos@r-roll:~$ sudo cat /boot/config-4.19.131-amd64-vyos | grep -i xdp # CONFIG_XDP_SOCKETS is not set
PR https://github.com/vyos/vyos-1x/pull/511
It replaces "_" to "-" for NTP server names configuration.
For every test I have done, I think it is worth it.
@c-po Please merge my pr
Jul 20 2020
Even after restart of the server, the local ip does reflect in the in the interface tunnel status.
I could see that your OS version is 1.3-rolling-202005051136, could you please check in the latest version.
XML ready
Template for frr.tmpl ready.
python handler "protocols_isis.py"
As this is my first Phabricator experience, is there anything else I have to do?
I have found this implementation, but I don't know how to use it for my implementation. At present, I work in the XML framework of vyos-1x. I have provided a primary implementation for the time being. For details, please refer to:
I could file a PR if you like, already prepared it.
@c-po Thank you. If I have the opportunity, I will consider and continue to pay attention to the implementation progress of NPT until it is implemented. For vyos, NPT is an optional technology, so that I can run normally without relying on NPT. Therefore, this is a relatively low priority task. If someone else implements it, thank you very much
We have a ping CLI implementation
As VyOS is a hobby project for me and I‘m not paid by any party tvere is no progress planned in the near future from my side until ither things have been resolved. As you need it a contribution from your side would be much appreciated - all binary tools are in place.
@c-po What is the progress of NPT implementation?
@c-po Would it be great if the XML framework had a way to do something like ping?