mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-26 09:00:45 +02:00
ifnet: fix tests and distcheck
This commit is contained in:
parent
49c618a2a8
commit
8d60cafd18
2 changed files with 5 additions and 12 deletions
|
|
@ -11,3 +11,8 @@ check_ifnet_LDADD = $(top_builddir)/libnm-util/libnm-util.la \
|
|||
$(builddir)/../lib-ifnet-io.la \
|
||||
$(CHECK_LIBS) \
|
||||
$(GLIB_LIBS)
|
||||
EXTRA_DIST = hostname \
|
||||
net \
|
||||
net.all \
|
||||
nm-system-settings.conf \
|
||||
wpa_supplicant.conf
|
||||
|
|
|
|||
|
|
@ -838,18 +838,6 @@ SGVsbG8gV29ybGQhCg==
|
|||
network={
|
||||
key_mgmt=NONE
|
||||
}
|
||||
network={
|
||||
ssid="qiaomuf"
|
||||
key_mgmt=WPA-EAP
|
||||
eap=TLS
|
||||
identity="user@example.com"
|
||||
ca_cert="/home/gentoo/temp/ca.pem"
|
||||
client_cert="/home/gentoo/temp/client.pem"
|
||||
private_key="/home/gentoo/temp/client.p12"
|
||||
private_key_passwd="whatever"
|
||||
# phase2="auth=MSCHAPV2"
|
||||
priority=10
|
||||
}
|
||||
network={
|
||||
ssid="myxjtu2"
|
||||
scan_ssid=1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue