mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 05:20:08 +01:00
rdisc: add libndp submodule
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.
This commit is contained in:
parent
43617d4c1d
commit
166b1ba7b1
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
libndp
Submodule
1
libndp
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit ca3c399c269e30d4d0ed384d36b4ed1f00e8f4b2
|
||||
Loading…
Add table
Reference in a new issue