Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-21 | strip-private: T3926: strip cisco-authentication key | Christian Poessinger | |
2021-10-21 | ddclient: T3897: bugfix smoketest | Christian Poessinger | |
2021-10-21 | dhclient hooks: T3920: avoid 'too many args' error when no vrf | Ross Dougherty | |
(cherry picked from commit 67b3dd6b4715fef266eb47e68623944f8be617e0) | |||
2021-10-21 | Merge pull request #1036 from sever-sever/T3610 | Christian Poessinger | |
dhcp-server: T3610: Allow configuration for non-primary ip address | |||
2021-10-21 | Merge pull request #1035 from sever-sever/T3626 | Christian Poessinger | |
dhcp: T3626: Prevent to disable only one configured network | |||
2021-10-21 | tunnel: T3925: dhcp-interface was of no use - use source-interface instead | Christian Poessinger | |
(cherry picked from commit c1015d8ce0013719eb898b60b14ffec192b8141c) | |||
2021-10-21 | tunnel: T3925: shift migration scripts by one | Christian Poessinger | |
Required for the dhcp-interface migration | |||
2021-10-21 | dhcp-server: T3610: Allow configuration for non-primary ip address | Viacheslav | |
2021-10-21 | dhcp: T3626: Prevent to disable only one configured network | Viacheslav | |
2021-10-20 | mdns: T3917: move avahi configuration file to /run | Christian Poessinger | |
2021-10-20 | tunnel: T3921: bugfix KeyError for source-address | Christian Poessinger | |
(cherry picked from commit 1312068cb9743dd4d16edd37dbed9c142724997e) | |||
2021-10-20 | Merge pull request #1034 from sever-sever/T3918 | Christian Poessinger | |
dhcpv6-server: T3918: Fix subnets verify raise ConfigError | |||
2021-10-20 | dhcpv6-server: T3918: Fix subnets verify raise ConfigError | Viacheslav | |
2021-10-20 | Merge pull request #1030 from sarthurdev/mdns-avahi | Christian Poessinger | |
mdns: T3917: Change to avahi-daemon for IPv4 + IPv6 mDNS repeater | |||
2021-10-19 | mdns: T3917: Change to avahi-daemon for IPv4 + IPv6 mDNS repeater | sarthurdev | |
2021-10-19 | op-mode: bgp: "show ip bgp ipv4 unicast" should output all BGP routes | Christian Poessinger | |
2021-10-18 | Merge pull request #1022 from sever-sever/T3897 | Christian Poessinger | |
ddclient: T3897: Add option for IPv6 Dynamic DNS | |||
2021-10-18 | ddclient: T3897: Add option for IPv6 Dynamic DNS | Viacheslav | |
2021-10-16 | xml: l2tp: T3724: add constraint regex for host-name | Christian Poessinger | |
It's the same regex as used for "set system host-name" to not allow too much garbage here... | |||
2021-10-16 | l2tp: T3724: allow setting accel-ppp l2tp host-name | Marek Isalski | |
2021-10-15 | Merge pull request #1026 from sever-sever/T3832 | Christian Poessinger | |
dhclient: T3832: Add hexadecimal format for client-id | |||
2021-10-15 | Merge pull request #1027 from sever-sever/T3676 | Christian Poessinger | |
containers: T3676: Allow to set capabilities | |||
2021-10-15 | containers: T3676: Allow to set capabilities | Viacheslav | |
2021-10-15 | dhclient: T3832: Add hexadecimal format for client-id | Viacheslav | |
The hedadecimal option dhcp-cliend-identifier format is required to set values without quotes, separated by colons. | |||
2021-10-13 | ntp: T3904: Fix NTP pool associations | Georgiy Tugai | |
As of NTP 4.2.7, 'nopeer' also blocks pool associations. See https://bugs.ntp.org/show_bug.cgi?id=2657 See also https://github.com/geerlingguy/ansible-role-ntp/pull/84 (cherry picked from commit 854c68d43d8f1cf20417edd12284ea20f9e7ec9a) | |||
2021-10-12 | Merge pull request #1025 from sever-sever/T3868 | Christian Poessinger | |
validators: T3868: Allow asterisk symbol in bgp-large-community-list | |||
2021-10-12 | validators: T3868: Allow asterisk symbol in bgp-large-community-list | Viacheslav | |
2021-10-11 | vyos.configdict: T2653: do not merge in defaults when interface is deleted | Christian Poessinger | |
It makes less to zero sense to blend in the default values of an interface when it is about to be deleted from the system anyways - this makes the entire dict just cleaner and easier to debug. | |||
2021-10-10 | lcd: T2564: add support for hd44780 displays | Christian Poessinger | |
2021-10-09 | tunnel: T3894: fix design when building synthetic MAC addresses | Christian Poessinger | |
It seems not all systems have eth0 - get a list of all available Ethernet interfaces on the system (without VLAN subinterfaces) and then take the first one. | |||
2021-10-08 | tunnel: T3893: harden logic when validating tunnel parameters | Christian Poessinger | |
Different types of tunnels have different keys set in get_interface_config(). Thus it should be properly verified (by e.g. using dict_search()) that the key in question esits to not raise KeyError. | |||
2021-10-05 | op-mode: T3889: do not display redundant hostname when reading logs | Christian Poessinger | |
(cherry picked from commit 30cf3bc79e2253a004fcbbf76c9f99c52e7bc216) | |||
2021-10-05 | smoketest: bgp: T3741: bugfix invalid IP address (missing prefix size) | Christian Poessinger | |
2021-10-05 | Merge pull request #1020 from RyVolodya/T3881 | Daniil Baturin | |
container: T3881: Change description for container option "restart" | |||
2021-10-05 | container: T3881: Fix description for container | Volodymyr | |
2021-10-04 | bgp: T3741: "parameter default no-ipv4-unicast" is now a default option | Christian Poessinger | |
2021-10-04 | op-mode: dhcpv(v6): T3890: retrieve both server and client logfiles | Christian Poessinger | |
* rename: "show log dhcp" will become "show log dhcp server" * add: "show log dhcp client" to display logs from ALL DHCP client processes * add: "show log dhcp client interface <name>" to display logs from individual DHCP client processes * add: "show log dhcpv6 server" to display infos about running DHCPv6 server * add: "show log dhcpv6 client" to display logs from ALL DHCPv6 client processes * add: "show log dhcpv6 client interface <name>" to display logs from individual DHCPv6 client processes (cherry picked from commit ffd73958e42c20f69ded64393491966e0c9230c6) | |||
2021-10-04 | op-mode: T3889: migrate to journalctl when reading daemon logs | Christian Poessinger | |
(cherry picked from commit 3b2523b816556aa911459097c2476a2da4542151) | |||
2021-10-04 | T3889: Revert "dhcpv6-pd: T421: disable wide dhcpv6 client debug messages" | Christian Poessinger | |
This reverts commit 6b48900358ce9b01eaa78e3a086e95a26064f0df. | |||
2021-10-02 | vyos.ifconfig: T3883: bugfix VRF deletion | Christian Poessinger | |
We can not pass None as VRF name, this raises an exception. OSError: [Errno 255] failed to run command: ip link set dev eth2 master None (cherry picked from commit e687502b1cf4a3e15c562a3662afcbe0776b1fe7) | |||
2021-10-02 | dns: forwarding: T3882: remove deprecated code to work with PowerDNS 4.5 | Christian Poessinger | |
(cherry picked from commit 8e6c48563d1612916bd7fcc665d70bfa77ec5667) | |||
2021-10-01 | smoketest: vrrp: validate rfc3768-compatibility is not set | Christian Poessinger | |
(cherry picked from commit eab6e6830a566af647d7e1b24197bf945788c3d0) | |||
2021-09-30 | dhcp-server: T2230: add subnet description into rendered config | Christian Poessinger | |
2021-09-30 | vyos.ethtool: T3874: do not throw exception if adapter has issues with autoneg | Christian Poessinger | |
Instead of throwing an exception when an adapters autoneg capabilities can not be detected, just pretend it does not support autoneg. | |||
2021-09-30 | Merge pull request #1019 from jestabro/interface-names | John Estabrook | |
T3869: Rewrite vyatta_net_name/vyatta_interface_rescan in Python | |||
2021-09-30 | interface-names: T3869: update udev rules | John Estabrook | |
2021-09-27 | interface-names: T3869: install vyos_net_name to udev directory | John Estabrook | |
2021-09-27 | interface-names: T3869: add vyos_net_name | John Estabrook | |
2021-09-27 | interface-names: T3869: add vyos_interface_rescan | John Estabrook | |
2021-09-27 | interface-names: T3869: add /run/udev/vyos to defaults | John Estabrook | |