Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-07 | T5434: use merge_defaults in protocols_rip.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_ripng.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_ospfv3.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_ospf.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_isis.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults in protocols_failover.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_bfd.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in protocols_babel.py | John Estabrook | |
2023-08-07 | T5434: use merge_defaults instead of defaults in pki.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in nat.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in nat66.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in load-balancing-wan.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in load-balancing-haproxy.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in lldp.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in interfaces-wireless.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in interfaces-bridge.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in igmp_proxy.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in http-api.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in flow_accounting_conf.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in firewall.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in dns_forwarding.py | John Estabrook | |
2023-08-07 | T5434: remove unneeded imports in dns_dynamic.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in dhcpv6_relay.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in dhcp_server.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in dhcp_relay.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in container.py | John Estabrook | |
2023-08-07 | T5434: use auto-defaults in conntrack_sync.py | John Estabrook | |
2023-08-07 | T5319: remove workarounds for defaults in conntrack.py | John Estabrook | |
2023-08-07 | config: T5443: add config merge_defaults method | John Estabrook | |
Drop low-level merge_defaults function in favor of Config method for a middle-grained level of control when merging defaults. | |||
2023-08-07 | xml: T5435: utility function for default value at path | John Estabrook | |
2023-08-06 | smoketest: T5428: check for process running in designated VRF | Christian Breunig | |
Start IPv4/IPv6 DHCP clients on an interface bound to a given VRF. Verify that the client process runs in the VRF context. | |||
2023-08-06 | T5195: move helpers from vyos.validate to vyos.utils package | Christian Breunig | |
2023-08-06 | dyndns: T5445: add possibility to specify update interval (timeout) | Christian Breunig | |
set service dns dynamic timeout <60-3600> | |||
2023-08-06 | dyndns: T5228: remove T2665 workarounds | Christian Breunig | |
2023-08-05 | vyos.configdict: T5308: remove obsolete T2665_set_dhcpv6pd_defaults function | Christian Breunig | |
2023-08-05 | Merge pull request #2133 from sever-sever/T5266 | Christian Breunig | |
T5266: QoS limit could be not configured for queue-type priority | |||
2023-08-05 | T5266: QoS limit could be not configured for queue-type prioriy | Viacheslav Hletenko | |
Fix tc qdisc command that use 'limit None' if limit is not in config Limit xx sould be used only if it exists in the config | |||
2023-08-05 | smoketest: T5428: remove hardcoded dhcp6c config paths | Christian Breunig | |
2023-08-05 | T5428: remove hardcoded dhcp lease file path from dhclient hook | Christian Breunig | |
2023-08-05 | dhcpv6: T5428: client renewal fails when running inside VRF | Christian Breunig | |
2023-08-05 | T3355: provide VRF for DHCP client leases | Christian Breunig | |
2023-08-05 | dhcp: T5428: remove hardcoded path to client runtime directories | Christian Breunig | |
2023-08-04 | dhcp: T5428: client renewal fails when running inside VRF | Christian Breunig | |
vyos@vyos# run show vrf MGMT processes 2282 sshd There is no dhclient process running in given VRF. dhclient complains it can not send out packets via the given interface (as it's not bound to that VRF) Aug 02 20:29:54 dhclient[1686]: send_packet: Network is unreachable Aug 02 20:29:54 dhclient[1686]: send_packet: please consult README file regarding broadcast address. Aug 02 20:29:54 dhclient[1686]: dhclient.c:3001: Failed to send 300 byte long packet over fallback interface. | |||
2023-08-04 | dhcp: T5428: provide common direcotry path via vyos.defaults.directories | Christian Breunig | |
Multiple scripts use the same hardcoded path for DHCP client leases in different direcotries - this can't be worse. | |||
2023-08-04 | frr: T5415: make mgmtd only listen on localhost | Christian Breunig | |
2023-08-04 | Rename Phabricator to Phorge | Daniil Baturin | |
and refer to it as the development portal in the contributor guide | |||
2023-08-04 | Remove extra Sonar and FOSSA badges | Daniil Baturin | |
for now, at least | |||
2023-08-04 | Remove the broken FOSSA badge and the mention of pystache | Daniil Baturin | |
FOSSA badge may be reinstated when we find how to get it to work (the scan is fine, the badge link doesn't reflect it) Pystache isn't used by any current scripts | |||
2023-08-04 | op-mode: T1375: fix upper case on command help string | Christian Breunig | |
2023-08-04 | op-mode: T2546: add "clear dns dynamic cache" command | Christian Breunig | |
Remove ddclient cache file. This can be used if ddclient complains that one tries to update the same IP address over and over again. |