Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-05 | T2548: interface address does not support IP network definition | Christian Poessinger | |
When migrating all single instances of the IP address XML definition to the reusable include file an error was ported, too. This allowed an interface be assigned an IPv4/IPv6 network address es e.g. 192.0.2.0/24 which is invalid. The validator has been fixed to only allow IPv4/IPv6 host addresses instead. | |||
2020-06-05 | Merge pull request #441 from sever-sever/xml-conf-rip | Christian Poessinger | |
rip-xml: T2547: XML for conf-mode protocol RIP | |||
2020-06-04 | Revert "add dependency on debian tshark package" | Christian Poessinger | |
This reverts commit 44355e6525daec62120601073065f63c9f9a7993. | |||
2020-06-04 | op-mode: T2546: add "show monitoring" command | Christian Poessinger | |
2020-06-04 | op-mode: T2546: add "show log firewall|image" commands | Christian Poessinger | |
2020-06-04 | op-mode: T2546: add "show login" commands | Christian Poessinger | |
2020-06-04 | Merge pull request #442 from L6NqLW/T2527 | Christian Poessinger | |
bonding: T2527: delete the last interface from bond | |||
2020-06-04 | rip-xml: T2547: XML for conf-mode protocol RIP | sever-sever | |
2020-06-03 | T2546: fix "show log" command - restore node.def | Christian Poessinger | |
2020-06-03 | T2546: add "show log vpn sstp" | Christian Poessinger | |
2020-06-03 | T2546: fix "show log vpn" after migrating to Accel-PPP | Christian Poessinger | |
2020-06-03 | Enable debug mode to build-command-templates | Christian Poessinger | |
2020-06-03 | T2546: migrate "show log" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show poweroff" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show reboot" to vyos-1x | Christian Poessinger | |
2020-06-03 | op-mode: migrate line ending from dos | Christian Poessinger | |
2020-06-03 | op-mode: T2546: migrate "show license" | Christian Poessinger | |
2020-06-03 | op-mode: ethernet: T2546: migrate basic commands | Christian Poessinger | |
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver | |||
2020-06-02 | Merge pull request #440 from thomas-mangin/T2542 | Christian Poessinger | |
vtun: T2542: do not attempt to create the interface | |||
2020-06-02 | pppoe: T2542: do not attempt to create the pppoe interface | Thomas Mangin | |
2020-06-02 | vtun: T2542: do not attempt to create the vtun interface | Thomas Mangin | |
2020-06-01 | dns: dynamic: op-mode: provide "restart dns dynamic" command | Christian Poessinger | |
... this is actually a copy of the weird "update dns dynamic" command. Some users like restart more thus both CLI notions will call the same backend script . | |||
2020-06-01 | dns: dynamic: op-mode: rename XML | Christian Poessinger | |
2020-06-01 | bgp: T2387: proof-of-concept using get_config_dict() | Christian Poessinger | |
2020-06-01 | bgp: T2387: move "aggregate address" to XML include | Christian Poessinger | |
2020-06-01 | wake-on-lan: op-mode: T2526: add CLI implementation | Christian Poessinger | |
Wake up host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f Wake up invalid host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f:f etherwake: The Magic Packet host address must be specified as - a station address, 00:11:22:33:44:55, or - a hostname with a known 'ethers' entry. | |||
2020-06-01 | Makefile: T2536: remove node.def files currently breaking builds | Christian Poessinger | |
2020-06-01 | dns: T2536: migrate "show log dns" from vyatta-op to vyos-1x | Christian Poessinger | |
2020-06-01 | dns-forwarding: T2536: fix "show log dns forwarding" | Christian Poessinger | |
Migrate "show" command from vyatta-op | |||
2020-06-01 | firewall: T1843: no need to call "sudo" for owner | Christian Poessinger | |
2020-06-01 | nat: T2198: no need to call "sudo" for owner | Christian Poessinger | |
2020-05-31 | openvpn: T2532: add VRF support | Christian Poessinger | |
2020-05-30 | qat: use script file shipped from Intel | Christian Poessinger | |
2020-05-30 | Debian: remove vyos-qat-kernel-modules & vyos-qat-utilities dependencies | Christian Poessinger | |
2020-05-30 | vrf: T2530: instance name must be 15 characters or less | Christian Poessinger | |
2020-05-29 | wwan: T1988: add CLI completion helper for "device" node | Christian Poessinger | |
2020-05-29 | dynamic-dns: T2528: bugfix FileNotFoundError in "update dns dynamic" | Christian Poessinger | |
Stopping and starting ddclient should only happen if the DNS dynamic service is actually configured. In addition it should always be checked if the file we try to delete really exists. | |||
2020-05-29 | Revert "dynamic-dns: op-mode: add restart command" | Christian Poessinger | |
This is actually implemented as "update dns dynamic" This reverts commit 968ea6284fe177aa0c3ace747e2027d151e2474e. | |||
2020-05-29 | dynamic-dns: op-mode: add restart command | Christian Poessinger | |
vyos@vyos:~$ restart dns dynamic Dynamic DNS update service is not configured | |||
2020-05-29 | traceroute: T2411: add top level help text for "traceroute" | Christian Poessinger | |
2020-05-29 | dhcp: dhcpv6: T2506: add top level help text for "renew" | Christian Poessinger | |
2020-05-29 | ssh: T2230: remove duplicated HostKey line | Christian Poessinger | |
2020-05-29 | Merge pull request #439 from thomas-mangin/T2088-explicit-airbag | Christian Poessinger | |
airbag :T2088: make airbag explicit | |||
2020-05-29 | airbag: T2088: explicit enabling of the feature | Thomas Mangin | |
airbag must now be explicitly installed. the patch also allow to fully disables the installation of the logging code at setup (and not just installing and doing nothing) | |||
2020-05-28 | bonding: T2527: delete the last interface from bond | Gabriel Skupien | |
2020-05-28 | ethernet: T2514: add warning when changing mac for bond member | L6NqLW | |
2020-05-28 | dhcp: dhcpv6: T2506: add client restart to op-mode | Christian Poessinger | |
2020-05-28 | dhcpc6-pd: T2506: bugfix config rendering on non PPPoE interfaces | Christian Poessinger | |
After commit d5b58517f883 ("dhcpv6-pd: pppoe: T2506: restructure CLI") the CLI syntax has been adjusted for a better definition of DHCPv6-PD prefix length option. Verifying a properly rendered template indeed did not happen which cause the function to vanish for non PPPoE interfaces. | |||
2020-05-28 | dhcp: T2465: T2483: fix DNS resolution (pdns restatt) | kroy-the-rabbit | |
2020-05-27 | ethernet: T2476: do not override MAC of lower interface if bond member | L6NqLW | |