all: point git references to the GitLab instance
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/2
This commit is contained in:
@@ -7,7 +7,6 @@ For the detailed project history see git [2].
|
|||||||
|
|
||||||
For notable changes between releases see the NEWS file [3].
|
For notable changes between releases see the NEWS file [3].
|
||||||
|
|
||||||
|
[1] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/b25c227e078bc9e3a2e06b3f62bd2b727f50beee/ChangeLog
|
||||||
[1] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/ChangeLog?id=b25c227e078bc9e3a2e06b3f62bd2b727f50beee
|
[2] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/commits/master
|
||||||
[2] https://cgit.freedesktop.org/NetworkManager/NetworkManager/log/
|
[3] https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/NEWS
|
||||||
[3] https://cgit.freedesktop.org/NetworkManager/NetworkManager/plain/NEWS
|
|
||||||
|
6
TODO
6
TODO
@@ -123,11 +123,7 @@ pseudo-ethernet device to obtain addressing information. This is not currently
|
|||||||
possible, but NM already has all the code for DHCP. Thus, a new "method"
|
possible, but NM already has all the code for DHCP. Thus, a new "method"
|
||||||
key should be defined in include/NetworkManagerVPN.h to allow for DHCP to
|
key should be defined in include/NetworkManagerVPN.h to allow for DHCP to
|
||||||
be performed if the VPN service daemon requests it in the IP4Config or IP6Config
|
be performed if the VPN service daemon requests it in the IP4Config or IP6Config
|
||||||
signals. A patch here:
|
signals. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
|
||||||
|
|
||||||
http://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?h=vpn-ip-method
|
|
||||||
|
|
||||||
shows that. In nm-vpn-connection.c, upon receipt of the D-Bus Ip4Config signal
|
|
||||||
from the VPN plugin, NetworkManager would inspect the "method" property of the
|
from the VPN plugin, NetworkManager would inspect the "method" property of the
|
||||||
ip4 config dictionary. If that property was present and set to "auto" then
|
ip4 config dictionary. If that property was present and set to "auto" then
|
||||||
DHCP would be started using the network interface returned in the dict. The
|
DHCP would be started using the network interface returned in the dict. The
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
# preparation:
|
# preparation:
|
||||||
#
|
#
|
||||||
git clone git://anongit.freedesktop.org/NetworkManager/NetworkManager
|
git clone https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
|
||||||
cd NetworkManager
|
cd NetworkManager
|
||||||
git checkout $WHATEVER
|
git checkout $WHATEVER
|
||||||
sudo sh ./contrib/fedora/REQUIRED_PACKAGES
|
sudo sh ./contrib/fedora/REQUIRED_PACKAGES
|
||||||
|
@@ -169,7 +169,7 @@ print ("NetworkManager version " + client.get_version())]]></programlisting></in
|
|||||||
In general, the C API documentation applies to the use GObject introspection
|
In general, the C API documentation applies to the use GObject introspection
|
||||||
from other languages, with the calling convention respecting the language's
|
from other languages, with the calling convention respecting the language's
|
||||||
customs. Consult the source tree for
|
customs. Consult the source tree for
|
||||||
<ulink url="https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/examples">some examples</ulink>.
|
<ulink url="https://gitlab.freedesktop.org/NetworkManager/NetworkManager/tree/master/examples">some examples</ulink>.
|
||||||
</para>
|
</para>
|
||||||
</simplesect>
|
</simplesect>
|
||||||
</section>
|
</section>
|
||||||
|
@@ -647,7 +647,7 @@ class ExportedObj(dbus.service.Object):
|
|||||||
# compatibility reasons. Note that this stub server implementation gets this wrong,
|
# compatibility reasons. Note that this stub server implementation gets this wrong,
|
||||||
# for example, it emits PropertiesChanged signal on org.freedesktop.NetworkManager.Device,
|
# for example, it emits PropertiesChanged signal on org.freedesktop.NetworkManager.Device,
|
||||||
# which NetworkManager never did.
|
# which NetworkManager never did.
|
||||||
# See https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/src/nm-dbus-manager.c?id=db80d5f62a1edf39c5970887ef7b9ec62dd4163f#n1274
|
# See https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/db80d5f62a1edf39c5970887ef7b9ec62dd4163f/src/nm-dbus-manager.c#L1274
|
||||||
if dbus_interface.legacy_prop_changed_func is not None:
|
if dbus_interface.legacy_prop_changed_func is not None:
|
||||||
dbus_interface.legacy_prop_changed_func(self, prop)
|
dbus_interface.legacy_prop_changed_func(self, prop)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user