Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2020-05-27 | Merge pull request #435 from sever-sever/T2512-fix | Daniil Baturin | |
op-mode: T2512: Fix conflict templates ipv4-route and show-ip-route | |||
2020-05-27 | op-mode: T2512: Fix conflict templates ipv4-route and show-ip-route | sever-sever | |
2020-05-27 | dhcpv6-pd: pppoe: T2506: remove debug print statement | Christian Poessinger | |
2020-05-26 | pppoe: T2502: configure IPv6 default routes if required | Christian Poessinger | |
2020-05-26 | pppoe: T2502: always delete default route once interface goes down | Christian Poessinger | |
2020-05-26 | pppoe: T2219: fix proper RA autoconf file name | Christian Poessinger | |
Commit 8dcf042a7f5 ("pppoe: T2219: move adding of default route to ip-(up|down) script") wrongly tried to open a file called autoconfigure which infact should be autoconf | |||
2020-05-26 | pppoe: T2502: fix Jinja2 template indention | Christian Poessinger | |
2020-05-26 | Merge branch 'dhcpv6-pd-t2506' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'dhcpv6-pd-t2506' of github.com:c-po/vyos-1x: dhcpv6-pd: T2506: use common dictionary definition for config parameters dhcpv6-pd: T2506: add option to request specific prefix length dhcpv6-pd: pppoe: T2506: restructure CLI | |||
2020-05-26 | Merge pull request #433 from sever-sever/T2512 | John Estabrook | |
[op-mode]: T2512: Fix Make file | |||
2020-05-26 | [op-mode]: T2512: Fix Make file | sever-sever | |
2020-05-26 | Merge pull request #432 from sever-sever/T2512 | Christian Poessinger | |
[op-mode]: T2512: New XML format for show ip | |||
2020-05-26 | dhcpv6-pd: T2506: use common dictionary definition for config parameters | Christian Poessinger | |
2020-05-26 | dhcpv6-pd: T2506: add option to request specific prefix length | Christian Poessinger | |
Some ISPs (e.g. Comcast) only delegate a /64 by default. You have to explicitly "ask" for a bigger (e.g. /60) prefix. This commit adds a CLI node to request a specific prefix length in the range 32 - 64. dhcpv6-options { prefix-delegation { length 60 } } | |||
2020-05-26 | dhcpv6-pd: pppoe: T2506: restructure CLI | Christian Poessinger | |
Rename the CLI nodes for prefix delegation from "dhcpv6-options delegate <interface>" to "dhcpv6-options prefix-delegation interface <interface>". The change is required to add the possibility to request for specific prefix sized via the CLI. That option was not possible with the old configuration tree. | |||
2020-05-26 | dhcpv6-pd: ethernet: T421: fix TypeError | Christian Poessinger | |
Copy/paste error resulting in: Traceback (most recent call last): File "/usr/libexec/vyos/conf_mode/interfaces-ethernet.py", line 303, in <module> apply(c) File "/usr/libexec/vyos/conf_mode/interfaces-ethernet.py", line 205, in apply e.dhcp.v6.options['dhcpv6_pd'] = e['dhcpv6_pd'] TypeError: 'EthernetIf' object is not subscriptable | |||
2020-05-26 | pppoe: T2502: "default-route none" option had no effect | Christian Poessinger | |
2020-05-26 | wwan: T1988: use "path" completion helper over dedicated shell script | Christian Poessinger | |
2020-05-26 | bgp: xml: T2387: fix warning: missing terminating ' character | Christian Poessinger | |
2020-05-26 | [op-mode]: T2512: New XML format for show ip | sever-sever | |
2020-05-25 | Merge pull request #429 from thomas-mangin/T2226-vpn | John Estabrook | |
vpn: T2226: missed command for show vpn remote-access | |||
2020-05-25 | vpn: T2226: missed command for show vpn remote-access | Thomas Mangin | |
2020-05-24 | Merge pull request #426 from njh/pppoe-help-fix | Daniil Baturin | |
Corrected help text for pppoe statistics command | |||
2020-05-24 | Corrected help text for pppoe statistics command | Nicholas Humfrey | |