It will break everything when in use ;)
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jul 21 2020
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?
@c-po In my opinion, it is not improper for routers to support some commonly used toolsets, such as arping, which can be used to locate the MAC address of the IPv4 host in a LAN, or to detect whether ARP attacks have occurred in the LAN, or to test the security (ARP can be forged)
Sorry, that sounds good, but I don't quite understand what you mean?
Its always a good idea to research how other vendors are doong it - e.g. Arista, Cisco, Juniper and see if there is. common CLI ground.
@c-po Arping has the following options. I wonder if there is a better way to help you freely combine these options?
This happens when the system starts up:
Jul 19 2020
in the latest chronicles of me replying to myself and resolving issues
Add the monitoring tool of NDP to the document, as shown in:
Initiate the link only on demand, i.e. when data traffic is present. With this option, the remote IP address must be specified by the user on the command line or in an options file. Pppd will initially configure the interface and enable it for IP traffic without connecting to the peer. When traffic is available, pppd will connect to the peer and perform negotiation, authentication, etc. When this is completed, pppd will commence passing data packets (i.e., IP packets) across the link.
Jul 18 2020
@c-po I know you modified the submission, but the file name is not NTP but NDP