From 166b1ba7b12a65c9ce94d1e07a2df1378b64af92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20=C5=A0imerda?= Date: Thu, 30 May 2013 17:17:16 +0200 Subject: [PATCH] rdisc: add libndp submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This submodule includes Jiří Pírko's library for sending/recieving neighbor discovery protocol messages and will be used for NetworkManager's internal userspace implementation of IPv6 router discovery. --- .gitmodules | 3 +++ libndp | 1 + 2 files changed, 4 insertions(+) create mode 160000 libndp diff --git a/.gitmodules b/.gitmodules index e93bbea6db..c31ff2a616 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "libgsystem"] path = libgsystem url = git://git.gnome.org/libgsystem +[submodule "libndp"] + path = libndp + url = git://github.com/jpirko/libndp.git diff --git a/libndp b/libndp new file mode 160000 index 0000000000..ca3c399c26 --- /dev/null +++ b/libndp @@ -0,0 +1 @@ +Subproject commit ca3c399c269e30d4d0ed384d36b4ed1f00e8f4b2