index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
test-network
/
conf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
network: l2tp: change create type to independent
Yu Watanabe
2022-02-27
1
-1
/
+0
*
network: l2tp: make Local= optionally take interface name
Yu Watanabe
2022-02-27
2
-2
/
+2
*
test-network: add test case for activation policy for stacked netdevs
Yu Watanabe
2022-02-24
1
-0
/
+1
*
test-network: remove unused configs
Yu Watanabe
2022-02-24
2
-15
/
+0
*
network: dhcp-pd: allow to assign the same subnet prefix to multiple interfaces
Yu Watanabe
2022-02-22
1
-1
/
+1
*
test: Prefix all network/netdev config files used by systemd-networkd-tests.py
Daan De Meyer
2022-02-15
108
-0
/
+0
*
test-network: add missing tests for bridge properties
Yu Watanabe
2022-02-10
1
-3
/
+7
*
Add support for `isolated` parameter
Santa Wiryaman
2022-02-09
1
-0
/
+1
*
test-network: add testcase for external tunnel
Yu Watanabe
2022-02-03
2
-0
/
+9
*
Merge pull request #22332 from yuwata/network-dhcp-server-dns-server-address
Yu Watanabe
2022-02-01
2
-1
/
+16
|
\
|
*
test-network: add tests for DNS=_server_address in [DHCPServer]
Yu Watanabe
2022-02-01
2
-1
/
+16
*
|
test-network: set xfrm interface ID
Yu Watanabe
2022-02-01
4
-3
/
+7
|
/
*
test-network: add testcases for configuring SR-IOV by .link file
Yu Watanabe
2022-01-19
2
-0
/
+47
*
network: use scope link for direct unicast routes by default
Yu Watanabe
2022-01-13
1
-1
/
+0
*
test-network: add testcase for invalid AllowedIPs=
Yu Watanabe
2021-12-30
1
-1
/
+1
*
test-network: add testcase for vxlan local address auto selection
Yu Watanabe
2021-12-25
3
-0
/
+25
*
Merge pull request #21648 from yuwata/network-tunnel-local-automatic-address-...
Yu Watanabe
2021-12-25
3
-0
/
+29
|
\
|
*
test-network: add testcase for automatic tunnel local address selection
Yu Watanabe
2021-12-12
3
-0
/
+29
*
|
test-network: use dnsmasq for testing DHCP4-6RD
Yu Watanabe
2021-12-18
1
-22
/
+0
|
/
*
test-network: support the case that the default config files are not installe...
Yu Watanabe
2021-12-07
1
-0
/
+18
*
test-network: add test for 6rd
Yu Watanabe
2021-12-07
3
-0
/
+48
*
network: dhcp-pd: rename [DHCPv6PrefixDelegation] -> [DHCPPrefixDelegation]
Yu Watanabe
2021-12-07
9
-14
/
+14
*
test-network: re-arrange DHCP6-PD subnet IDs to test searching free subnet ID
Yu Watanabe
2021-12-01
2
-2
/
+2
*
test-network: add testcases for uplink interface detection for RADV with DHCP...
Yu Watanabe
2021-12-01
5
-1
/
+40
*
test-network: add tests for creating routes to wireguard's AllowedIPs=
Yu Watanabe
2021-11-30
3
-92
/
+7
*
test-network: make udevd also generate debugging logs
Yu Watanabe
2021-11-17
1
-0
/
+2
*
test-network: add testcases for Token=prefixstable with UUID
Yu Watanabe
2021-11-14
2
-0
/
+6
*
test-network: add testcases for CAKE settings
Yu Watanabe
2021-11-09
1
-1
/
+11
*
Merge pull request #21210 from yuwata/network-dhcp-server-introduce-router-se...
Yu Watanabe
2021-11-03
1
-0
/
+1
|
\
|
*
test-network: add a testcase for Router= setting
Yu Watanabe
2021-11-02
1
-0
/
+1
*
|
test-network: add test case for MTUBytes= for veth
Yu Watanabe
2021-11-02
2
-0
/
+12
|
/
*
test-network: add more tests for [Address] section
Yu Watanabe
2021-10-27
1
-0
/
+31
*
test-network: add tests for invalid [IPv6AddressLabel] section
Yu Watanabe
2021-10-27
1
-0
/
+24
*
test-network: add tests for invalid IPv6 token
Yu Watanabe
2021-10-27
1
-0
/
+5
*
test-network: add test cases for DHCPv6 prefix delegation
Yu Watanabe
2021-10-26
11
-0
/
+155
*
tests: add spdx license header to test unit/link/network/conf files
Zbigniew Jędrzejewski-Szmek
2021-10-18
253
-0
/
+253
*
network: do not request RAPID_COMMIT option
Yu Watanabe
2021-10-12
1
-8
/
+0
*
test-network: add tests for Token= in [IPv6Prefix]
Yu Watanabe
2021-10-06
1
-0
/
+2
*
test-network: replace deprecated settings
Yu Watanabe
2021-10-06
3
-7
/
+13
*
test-network: add tests for duplicated address setting
Yu Watanabe
2021-10-04
1
-0
/
+8
*
test-network: add tests for KeepMaster=
Yu Watanabe
2021-09-04
1
-0
/
+21
*
test-network: add more testcases for *Allow/DenyList=
Yu Watanabe
2021-08-23
3
-5
/
+22
*
test-network: add testcases that gateway address is IPv6 link local
Yu Watanabe
2021-08-22
2
-0
/
+8
*
network: add address label on dhcpv4
Maxime de Roucy
2021-08-16
1
-0
/
+1
*
test-network: test static lease outside of pool
Yu Watanabe
2021-08-11
1
-1
/
+1
*
Merge pull request #20375 from yuwata/network-bridge-vlan-issue-20373
Luca Boccassi
2021-08-05
3
-0
/
+61
|
\
|
*
test-network: add a test case for issue #20373
Yu Watanabe
2021-08-04
3
-0
/
+61
*
|
Merge pull request #20377 from yuwata/network-bridge-fdb-20305
Yu Watanabe
2021-08-04
3
-0
/
+32
|
\
\
|
*
|
test-network: add a testcase for vxlan with IPv6 local address
Yu Watanabe
2021-08-04
3
-0
/
+32
|
|
/
*
/
test-network: add a testcase for UplinkInterface= in [IPv6SendRA]
Yu Watanabe
2021-08-04
5
-0
/
+17
|
/
[next]