summaryrefslogtreecommitdiffstats
path: root/rtnetlink_server.hpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Update to match docs repoGunnar Mills2018-09-151-20/+19
| | | | | | | | | Update the .clang-format file and run clang-format-6.0. This .clang-format matches the example one in https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#clang-formatting Change-Id: Ia331c9a5b040e1a3c45a0ebf1b8d776d93b05ae5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
* Create netlink socket outside from rtnetlink serverRatan Gupta2017-11-161-1/+2
| | | | | | | | | | | | | As socket lifetime goes out of scope before starting the sd event loop,so now create the socket outside and pass it to rtnetlink server. Resolves openbmc/openbmc#2562 Resolves openbmc/openbmc#2575 Resolves openbmc/openbmc#2632 Change-Id: If80a9cc3556c201a8864836e738d23fcef80b9e7 Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
* Integrate inotify watcher into network daemonVishwanatha Subbanna2017-10-241-16/+7
| | | | | | | | | This commit integrates watching for DNS entries and updating /etc/resolv.conf functionality into network manager daemon as opposed to having another daemon doing just that. Change-Id: Id858815675ed4a23ee8c6a31ba3ae6e5ee0054fd Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
* Implement network monitorRatan Gupta2017-09-131-0/+55
This commit listens for the ipaddress add event and prints the message once it gets the NEWADDR signal. Change-Id: I5cdebc023dc8848fc736eca8d785c33387d401df Signed-off-by: Ratan Gupta <ratagupt@in.ibm.com>
OpenPOWER on IntegriCloud