nixos/tests/systemd-networkd-vrf: move disabled check inline
This commit is contained in:
@@ -61,9 +61,6 @@ trim_trailing_whitespace = unset
|
|||||||
[nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
|
[nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
|
||||||
trim_trailing_whitespace = unset
|
trim_trailing_whitespace = unset
|
||||||
|
|
||||||
[nixos/tests/systemd-networkd-vrf.nix]
|
|
||||||
trim_trailing_whitespace = unset
|
|
||||||
|
|
||||||
[pkgs/build-support/dotnetenv/Wrapper/**]
|
[pkgs/build-support/dotnetenv/Wrapper/**]
|
||||||
end_of_line = unset
|
end_of_line = unset
|
||||||
indent_style = unset
|
indent_style = unset
|
||||||
|
|||||||
@@ -161,6 +161,7 @@ in {
|
|||||||
|
|
||||||
# NOTE: please keep in mind that the trailing whitespaces in the following strings
|
# NOTE: please keep in mind that the trailing whitespaces in the following strings
|
||||||
# are intentional as the output is compared against the raw `iproute2`-output.
|
# are intentional as the output is compared against the raw `iproute2`-output.
|
||||||
|
# editorconfig-checker-disable
|
||||||
client_ipv4_table = """
|
client_ipv4_table = """
|
||||||
192.168.1.2 dev vrf1 proto static metric 100
|
192.168.1.2 dev vrf1 proto static metric 100
|
||||||
192.168.2.3 dev vrf2 proto static metric 100
|
192.168.2.3 dev vrf2 proto static metric 100
|
||||||
@@ -177,6 +178,7 @@ in {
|
|||||||
local 192.168.2.1 dev eth2 proto kernel scope host src 192.168.2.1
|
local 192.168.2.1 dev eth2 proto kernel scope host src 192.168.2.1
|
||||||
broadcast 192.168.2.255 dev eth2 proto kernel scope link src 192.168.2.1
|
broadcast 192.168.2.255 dev eth2 proto kernel scope link src 192.168.2.1
|
||||||
""".strip()
|
""".strip()
|
||||||
|
# editorconfig-checker-enable
|
||||||
|
|
||||||
# Check that networkd properly configures the main routing table
|
# Check that networkd properly configures the main routing table
|
||||||
# and the routing tables for the VRF.
|
# and the routing tables for the VRF.
|
||||||
|
|||||||
Reference in New Issue
Block a user