curl/docs
Luca Boccassi 32828cc4fb
--interface: add support for Linux VRF
The --interface command (CURLOPT_INTERFACE option) already uses
SO_BINDTODEVICE on Linux, but it tries to parse it as an interface or IP
address first, which fails in case the user passes a VRF.

Try to use the socket option immediately and parse it as a fallback
instead.  Update the documentation to mention this feature, and that it
requires the binary to be ran by root or with CAP_NET_RAW capabilities
for this to work.

Closes #2024
2017-11-09 13:20:11 +01:00
..
cmdline-opts --interface: add support for Linux VRF 2017-11-09 13:20:11 +01:00
examples examples: add shared-connection-cache 2017-11-09 11:07:44 +01:00
libcurl curl_share_setopt.3: document CURL_LOCK_DATA_CONNECT 2017-11-09 11:08:18 +01:00
.gitignore
BINDINGS.md
BUGS
CHECKSRC.md
CIPHERS.md
CMakeLists.txt
CODE_OF_CONDUCT.md
CODE_STYLE.md
CONTRIBUTE.md
curl-config.1
FAQ FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION 2017-10-09 16:13:27 +02:00
FEATURES
HELP-US.md HELP-US: rename the subtitle too since the label is changed 2017-10-27 11:19:44 +02:00
HISTORY.md
HTTP2.md
HTTP-COOKIES.md
INSTALL
INSTALL.cmake
INSTALL.md
INTERNALS.md HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
KNOWN_BUGS
LICENSE-MIXING.md
MAIL-ETIQUETTE
Makefile.am
MANUAL
mk-ca-bundle.1
README.cmake
README.md
README.netware
README.win32
RELEASE-PROCEDURE RELEASE-PROCEDURE: update the release schedule 2017-10-04 09:03:04 +02:00
RESOURCES HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
ROADMAP.md ROADMAP: cleanup 2017-10-28 10:54:20 +02:00
SECURITY.md
SSL-PROBLEMS.md
SSLCERTS.md
THANKS THANKS: update at 7.56.1 release time 2017-10-23 07:51:20 +02:00
THANKS-filter RELEASE-NOTES: 7.56.1 2017-10-23 07:51:20 +02:00
TheArtOfHttpScripting
TODO HTTP: implement Brotli content encoding 2017-11-05 15:28:16 +01:00
VERSIONS

curl logo

Documentation

You'll find a mix of various documentation in this directory and subdirectories, using several different formats. Some of them are not ideal for reading directly in your browser.

If you'd rather see the rendered version of the documentation, check out the curl web site's documentation section for general curl stuff or the libcurl section for libcurl related documentation.