Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 } } } | |||
2019-12-30 | beep: T1920: migrate to systemd unit | Christian Poessinger | |
2019-12-30 | options: T1919: migrate 'system options' to XML/Python representation | Christian Poessinger | |