diff options
author | Tom Gundersen <teg@jklm.no> | 2013-10-21 19:12:52 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-10-27 22:18:34 +0100 |
commit | 65f568bbeb9b8c70200e44c19a797df3a0bfd485 (patch) | |
tree | 9b3dbae3cbb8ae55bed97a2c6c620c03a89a27ce /.gitignore | |
parent | 02f19706a9fd96e05c9ed16aa55ba3d03d008167 (diff) |
libsystemd-rtnl: add a rtnetlink library
This is intentionally as similar to sd-bus as possible. While it
would be simple to export it, the intentions is to keep this
internal (at least for the forseeable future).
Currently only synchronous communication is implemented
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d3cf8ef264..dd6432c972 100644 --- a/.gitignore +++ b/.gitignore @@ -135,6 +135,7 @@ /test-path-util /test-prioq /test-replace-var +/test-rtnl /test-sched-prio /test-sleep /test-strip-tab-ansi |