summaryrefslogtreecommitdiff
path: root/src/loopback-setup.c
Commit message (Collapse)AuthorAge
* loopback: downgrade an error to warningLennart Poettering2011-03-16
|
* socket: Support IPv6-less systems with runtime check.Fabiano Fidencio2010-09-21
| | | | | | | | | | | | | | | | | This patch introduces socket_ipv6_is_supported() call that checks for IPv6 availability. Code then check for it before using specific calls. In order to be less intrusive, this patch avoids IPv6 entries being parsed at all, this way we don't get such entries in the system and all other code paths are automatically ignored. However an extra check is done at socket_address_listen() to make sure of that. As the number of Netlink messages is not know upfront anymore, loopback-setup.c was refactored to dynamically calculate the sequence number and count. Lennart's suggestions were fixed and squashed with the original patch, that was sent by Gustavo Sverzut Barbieri (barbieri@profusion.mobi).
* emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering2010-08-14
|
* loopback: negate netlink error code before we pass it to strerror()Lennart Poettering2010-05-20
|
* loopback-setup: be more verbose when something is failingLennart Poettering2010-05-20
|
* build-sys: move source files to subdirectoryLennart Poettering2010-05-16