Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-07 | login: radius: T3192: support IPv6 server(s) and source-address | Christian Poessinger | |
2020-12-30 | xml: completion-help: add source-address completion helper | Christian Poessinger | |
Commit bbc2a157 ("xml: completion-help: add helper for all local assigned IP addresses") added a completionHelper script listing all local assigned IPv4/IPv6 addresses. This commit extends the system to also list the available addresses for the source-address CLI nodes. | |||
2020-10-04 | xml: include: add comment about source filename to every include snippet | 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 } } } |