Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-01 | container: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-05-01 | conserver: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-05-01 | conntrackd: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-05-01 | conntrack: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-05-01 | bcast-relay: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-04-30 | firewall: T1230: fix validator for service alias names (e.g. ssmtp) | Christian Poessinger | |
2022-04-30 | smoketest: import large firewall config from T1230 | Christian Poessinger | |
2022-04-30 | vyos-configd: enable firewall support | Christian Poessinger | |
2022-04-30 | op-mode: container: T2216: remove duplicate log node | Christian Poessinger | |
2022-04-29 | T2216: containers need to be added via "add container image" in advance ↵ | Christian Poessinger | |
before using them | |||
2022-04-29 | xml: T4047: use full string match in the regex validator | Christian Poessinger | |
2022-04-29 | smoketest: add basic QoS configuration | Christian Poessinger | |
2022-04-28 | arp: T4397: bump component version number | Christian Poessinger | |
2022-04-28 | configd: eanble other missed out services | Christian Poessinger | |
2022-04-28 | system-proxy: T1741: migrate to get_config_dict() | Christian Poessinger | |
2022-04-28 | arp: T4397: change CLI syntax to support interface and VRF bound ARP entries | Christian Poessinger | |
* set protocols static arp interface eth0 address 192.0.2.1 mac 01:23:45:67:89:01 | |||
2022-04-28 | Merge pull request #1306 from fett0/T4399 | Christian Poessinger | |
NHRP : T4399: fix restart nhrp when adding or delete a tunnel | |||
2022-04-27 | NHRP : T4399: fix issues restart nhrp when add or del tunnel | fett0 | |
2022-04-27 | Merge pull request #1305 from scj643/container_naming_fix | Christian Poessinger | |
container: op-mode: T3852: Fix wording on container commands | |||
2022-04-27 | container: op-mode: T3852: Fix wording on container commands | Charles Surett | |
2022-04-26 | Merge pull request #1304 from jestabro/arg-decorator-api-smoketest | Christian Poessinger | |
smoketest: http: add decorator to suppress warnings locally | |||
2022-04-26 | smoketest: http: add decorator to suppress warnings locally | John Estabrook | |
2022-04-26 | Merge pull request #1294 from goodNETnick/ocserv_otp_keygen | Christian Poessinger | |
ocserv: T4380: 2FA OTP key generator in VyOS CLI | |||
2022-04-26 | Merge pull request #1301 from sever-sever/T4236 | Christian Poessinger | |
op-mode: T4236: Split to new lines openvpn client certs | |||
2022-04-26 | dhcp: T4389: use lowercase vendor name in CLI | Christian Poessinger | |
2022-04-26 | dhcp: T4389: fix vendor name, it is ubiquiti with an i, not yx | Christian Poessinger | |
2022-04-26 | op-mode: T4236: Split to new lines openvpn client certs | Viacheslav Hletenko | |
The command "generate openvpn client-config" generates client.ovpn file and CA and client certificate are displayed in one line To fix it Add 'fill' that set new line after every x characters | |||
2022-04-26 | Makefile: exclude __pycache__ dir from vyos-configd enablement check | Christian Poessinger | |
2022-04-26 | dhcp(v6): T3100: enable support with vyos-configd | Christian Poessinger | |
2022-04-26 | vti: T1579: enable vyos-configd supoport | Christian Poessinger | |
2022-04-26 | Makefile: check which CLI scripts are not enabled to work with vyos-configd | Christian Poessinger | |
2022-04-26 | smoketest: ethernet: bugfix - NameError: name 'af' is not defined | Christian Poessinger | |
2022-04-26 | Merge pull request #1300 from sever-sever/T4210 | Christian Poessinger | |
nat: T4210: Fix template for negated ports | |||
2022-04-26 | Merge pull request #1302 from sever-sever/T4398 | Christian Poessinger | |
vpn-ipsec: T4398: Fix unexpected passthrough policy for peer | |||
2022-04-25 | vpn-ipsec: T4398: Fix unexpected passthrough policy for peer | Viacheslav Hletenko | |
Set default passtrough list to None to prevent unexpected policy for peers with not overplapped local and remote prefixes | |||
2022-04-25 | smoketest: config: T4397: add ARP entries for a second interface | Christian Poessinger | |
2022-04-25 | pppoe: T4391: bugfix IPv6 DHCP-PD not working after reboot | Christian Poessinger | |
When VyOS is booting and an interface is brought up (PPPoE) which requires a user callback script that is executed asynchronously when the interface is up we can not use Config(). The problem is, Config() is not available when the system starts and the initial commit is still processed. We need to move to ConfigTreeQuery() which was build for this exact same purpose. | |||
2022-04-25 | vyos.configdict: T4391: enable get_interface_dict() ti be used with ↵ | Christian Poessinger | |
ConfigTreeQuery() When VyOS is booting and an interface is brought up (PPPoE) which requires a user callback script that is executed asynchronously when the interface is up we can not use Config(). The problem is, Config() is not available when the system starts and the initial commit is still processed. We need to move to ConfigTreeQuery() which was build for this exact same purpose. TO reduce side effects and also dependencies on the entire vyos.configdict library the set_level()/get_level() calls got eliminated from within the library. All calls to functions like: * get_removed_vlans() * is_node_changed() * leaf_node_changed() * is_mirror_intf() * ... Now require that the full config path to the node is passed. | |||
2022-04-25 | smoketest: config: T4397: add some static ARP entries | Christian Poessinger | |
2022-04-25 | arp: T4397: migrate to get_config_dict() | Christian Poessinger | |
2022-04-25 | smoketest: arp: add initial testcase for static ARP entries | Christian Poessinger | |
2022-04-25 | smoketest: ethernet: verify addresses are deleted from interface after test | Christian Poessinger | |
2022-04-25 | smoketest: openconnect: use setUpClass() over setUp() | Christian Poessinger | |
2022-04-25 | smoketest: dhcpv6-server: use setUpClass() over setUp() | Christian Poessinger | |
2022-04-25 | smoketest: pki: use setUpClass() over setUp() | Christian Poessinger | |
2022-04-25 | smoketest: migrate pppoe, and wireguard to setUpClass() scheme | Christian Poessinger | |
2022-04-25 | smoketest: bugfix on proper inheritance levels for classmethod | Christian Poessinger | |
2022-04-25 | Merge pull request #1299 from sever-sever/T4395 | Christian Poessinger | |
op-mode: T4395: Extend show vpn debug | |||
2022-04-25 | nat: T4210: Fix template for negated ports | Viacheslav Hletenko | |
2022-04-25 | op-mode: T4395: Extend show vpn debug | Viacheslav Hletenko | |
Get more VPN IPSec information with swanctl and iproute2 commands |