Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | network: add tests for "networkctl reconfigure" | Yu Watanabe | 2019-10-24 | 1 | -0/+27 |
| | |||||
* | test-network: add tests for "networkctl reload" | Yu Watanabe | 2019-10-24 | 1 | -0/+26 |
| | |||||
* | test-network: add a test case for nexthop | Yu Watanabe | 2019-10-14 | 1 | -1/+25 |
| | |||||
* | Merge pull request #12818 from yuwata/network-issue-8726 | Zbigniew Jędrzejewski-Szmek | 2019-10-03 | 1 | -2/+6 |
|\ | | | | | network: disable kernel creating prefix route when RouteTable= is set | ||||
| * | network: add fallback logic for old kernels | Yu Watanabe | 2019-07-22 | 1 | -2/+5 |
| | | | | | | | | | | | | | | It seems that old kernels do not support prefix routes with non-default route tables. This adds a fallback logic when adding route fails. In that case, prefix route is created by kernel and the default route table is used. | ||||
| * | network: disable kernel creating prefix route when RouteTable= is set | Yu Watanabe | 2019-07-22 | 1 | -2/+3 |
| | | | | | | | | Closes #8726. | ||||
* | | test-network: Drop start dnsmasq | Susant Sahani | 2019-09-20 | 1 | -2/+0 |
| | | |||||
* | | Merge pull request #13559 from ssahani/ipv6ra-route | Yu Watanabe | 2019-09-18 | 1 | -0/+31 |
|\ \ | | | | | | | network: make networkd able to advertise IPv6 routes on links | ||||
| * | | Add test for IPv6 Route advertisement | Susant Sahani | 2019-09-17 | 1 | -0/+31 |
| | | | |||||
* | | | test-network: add one more test case for LinkLocalAddressing= | Yu Watanabe | 2019-09-17 | 1 | -0/+18 |
|/ / | |||||
* | | network: do not create default route for ipv4 link local addressing | Yu Watanabe | 2019-09-15 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | When nspawn container with private network starts, networkd creates the default route for the interface. The route may cause problem on the host side, and it can be created with DefaultRouteOnDevice= now. Hence, this makes networkd not create the route implicitly any more. Closes #13418. | ||||
* | | network: drop all checks of ipv6_disabled sysctl | Zbigniew Jędrzejewski-Szmek | 2019-08-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | *We* control the sysctl setting. If the user configured IPv6, then we apply the settings, and just make sure that at some point during the configuration the sysctl is disabled (i.e. ipv6 enabled) if we have IPv6 configured. Replaces #13283. | ||||
* | | Merge pull request #13235 from yuwata/network-routing-policy-rule-family-13233 | Zbigniew Jędrzejewski-Szmek | 2019-08-19 | 1 | -3/+24 |
|\ \ | | | | | | | network: add RoutingPolicyRule.Family= setting | ||||
| * | | test-network: add tests for RoutingPolicyRule.Family=ipv6 and both | Yu Watanabe | 2019-08-16 | 1 | -3/+24 |
| | | | |||||
* | | | test-network: update test for PreferredLifetime=0 | Yu Watanabe | 2019-08-19 | 1 | -4/+7 |
|/ / | |||||
* | | networkd: Keep track of static neighbors | William A. Kennington III | 2019-08-12 | 1 | -0/+24 |
| | | | | | | | | | | We need to keep track of the static neighbors that are configured on the interface so that we can delete stale entries that were removed. | ||||
* | | networkd: Routes should take the gateway into account | William A. Kennington III | 2019-08-07 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise, changing the default gateway doesn't purge old gateway routes left on the system during daemon restart. This also fixes removing other foreign gateway routes that don't match the expected configuration. Tested: Changed gateway addresses prior to the patch and they lingered on the system during each reconfiguration. Applied this patch and reconfigured gateways and other routes multiple times and it removed the foreign routes that had gateways that didn't match. Signed-off-by: William A. Kennington III <william@wkennington.com> | ||||
* | | test-network: add tests for new entries in "networkctl status" | Yu Watanabe | 2019-07-30 | 1 | -0/+12 |
| | | |||||
* | | test-network: use [DHCPv4] and [DHCPv6] sections instead of deprecated ↵ | Yu Watanabe | 2019-07-25 | 1 | -4/+0 |
| | | | | | | | | [DHCP] section | ||||
* | | test-network: add test for Bridge.IGMPVersion= | Yu Watanabe | 2019-07-25 | 1 | -6/+7 |
| | | |||||
* | | test-network: add tests for issue #6088 | Yu Watanabe | 2019-07-23 | 1 | -0/+11 |
|/ | |||||
* | Merge pull request #13070 from yuwata/network-set-route-to-dhcp-dns | Zbigniew Jędrzejewski-Szmek | 2019-07-19 | 1 | -1/+35 |
|\ | |||||
| * | test-network: add tests for routes to DNS servers provided by DHCPv4 | Yu Watanabe | 2019-07-19 | 1 | -1/+35 |
| | | |||||
* | | test-network: add test for neighbor with ipv6 lladdr | Yu Watanabe | 2019-07-19 | 1 | -3/+10 |
|/ | |||||
* | Revert "test-network: extend sleep time" | Yu Watanabe | 2019-07-17 | 1 | -4/+4 |
| | | | | | | This reverts commit 7d7bb5c8613b774bf77c531f46d31ee20d7a1b1e. Still the CIs are flaky and the commit just slow down them. | ||||
* | test-network: drop warn_about_firewalld() as it is not necessary any more | Yu Watanabe | 2019-07-17 | 1 | -9/+0 |
| | |||||
* | test-network: stop firewalld in setUpModule() | Yu Watanabe | 2019-07-17 | 1 | -7/+14 |
| | |||||
* | test-network: add tests for link state file vs resolvectl or timedatectl | Yu Watanabe | 2019-07-17 | 1 | -0/+92 |
| | |||||
* | test-network: extend sleep time | Yu Watanabe | 2019-07-17 | 1 | -4/+4 |
| | | | | | | Even if addresses provided by DHCP is assigned, the state file may not be written yet, or resolved may not receive the state change signal yet, or resolved may not process the signal yet... | ||||
* | test-network: make wait_online() check setup state | Yu Watanabe | 2019-07-16 | 1 | -149/+162 |
| | | | | | | Previously, event if link's setup state is in failed, tests may pass, as systemd-networkd-wait-online success if the state is in failed state. This makes tests be checked more strictly. | ||||
* | test-network: add tests for DHCPv4.UseDomains= | Yu Watanabe | 2019-07-15 | 1 | -0/+19 |
| | |||||
* | test-network: add tests for route with type local, multicast, anycast, or ↵ | Yu Watanabe | 2019-07-12 | 1 | -0/+17 |
| | | | | broadcast | ||||
* | test-network: test more bridge properties | Yu Watanabe | 2019-07-12 | 1 | -5/+11 |
| | | | | Imported from networkd-test.py | ||||
* | Merge pull request #12971 from yuwata/network-reassign-static-routes | Yu Watanabe | 2019-07-12 | 1 | -2/+38 |
|\ | | | | | network: reassign static routes and process reply address messages | ||||
| * | test-network: add test for route reassignment | Yu Watanabe | 2019-07-11 | 1 | -2/+38 |
| | | |||||
* | | test-network: add testcase that Neighbor.LinkLayerAddress= is IP address | Yu Watanabe | 2019-07-11 | 1 | -1/+16 |
| | | |||||
* | | test-network: use Neighbor.LinkLayerAddress= instead of deprecated ↵ | Yu Watanabe | 2019-07-11 | 1 | -1/+1 |
|/ | | | | Neighbor.MACAddress= | ||||
* | Merge pull request #13018 from yuwata/network-tunnel-follow-up-13016 | Lennart Poettering | 2019-07-11 | 1 | -10/+44 |
|\ | | | | | network: drop assertions about Tunnel.family | ||||
| * | test-network: add testcases Tunnel.Remote=any and Local=any | Yu Watanabe | 2019-07-11 | 1 | -10/+44 |
| | | |||||
* | | test-network: drop test_udev_driver as it is unstable | Yu Watanabe | 2019-07-11 | 1 | -34/+0 |
| | | | | | | | | | | The test unexpectedly succeeds on KVM with sanitizer CI. At least tentatively, let's drop the test. | ||||
* | | Merge pull request #13006 from yuwata/network-split-dhcp-12917 | Lennart Poettering | 2019-07-11 | 1 | -3/+129 |
|\ \ | |/ |/| | networkd: DHCPv6 - separate DHCPv6 options from DHCPv4 options | ||||
| * | test-network: add tests for UseDNS= in [DHCP] section | Yu Watanabe | 2019-07-10 | 1 | -0/+76 |
| | | |||||
| * | test-network: enable systemd-resolved.service | Yu Watanabe | 2019-07-10 | 1 | -3/+53 |
| | | |||||
* | | test-network: add test for Xfrm netdev | Yu Watanabe | 2019-07-11 | 1 | -3/+32 |
| | | |||||
* | | test-network: add test for AssignToLoopback= setting | Yu Watanabe | 2019-07-11 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #12970 from ddstreet/gh12969 | Yu Watanabe | 2019-07-08 | 1 | -0/+21 |
|\ | | | | | src/network/networkd-dhcp4.c: set prefsrc for classless or static routes | ||||
| * | test-network: add testcase for DHCP client with static address | Yu Watanabe | 2019-07-06 | 1 | -0/+21 |
| | | | | | | | | Testcase for #12969. | ||||
* | | test-network: add tests for DHCP.UseRoutes=no with custom route settings | Yu Watanabe | 2019-07-06 | 1 | -0/+33 |
|/ | | | | | | This adds test for b5799eeb0787deacb30d5984f6ac78f88f23b97e. Closes #12951. | ||||
* | test-network: add tests for BridgeVLAN | Yu Watanabe | 2019-07-05 | 1 | -0/+22 |
| | |||||
* | test-network: show debug logs of networkd | Yu Watanabe | 2019-07-05 | 1 | -12/+45 |
| |