Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-01 | system-options: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-04-28 | system-proxy: T1741: migrate to get_config_dict() | Christian Poessinger | |
2022-04-11 | system-option: T4333: migrate to new vyos_defined Jinja2 test | Christian Poessinger | |
2021-05-20 | sysctl: T3565: initial implementation in XML and Python | Christian Poessinger | |
migrate from old vyatta-cfg-system / Perl implementation. | |||
2021-02-14 | templates: convert DOS -> UNIX line endings | Christian Poessinger | |
2020-08-04 | ssh: T2651: add cli options for source address | Christian Poessinger | |
When running SSH from the VyOS system the source IP address can be set by: set system options ssh-client source-address x.x.x.x | |||
2020-08-04 | cleanup: convert multiple files from DOS to UNIX line ending | Christian Poessinger | |
2020-07-15 | http-client: T2651: support specifying source-interface/address for curl | Christian Poessinger | |
Please note that either interface or address can be configured. system { options { http-client { source-interface eth0 source-address 1.1.1.1 } } } |