Skip to content

Commit 9917a5c

Browse files
committed
nixos/tests/systemd-networkd-vrf: move disabled check inline
1 parent f0a1e6e commit 9917a5c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.editorconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ trim_trailing_whitespace = unset
6161
[nixos/modules/services/networking/ircd-hybrid/*.{conf,in}]
6262
trim_trailing_whitespace = unset
6363

64-
[nixos/tests/systemd-networkd-vrf.nix]
65-
trim_trailing_whitespace = unset
66-
6764
[pkgs/build-support/dotnetenv/Wrapper/**]
6865
end_of_line = unset
6966
indent_style = unset

nixos/tests/systemd-networkd-vrf.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ in {
161161
162162
# NOTE: please keep in mind that the trailing whitespaces in the following strings
163163
# are intentional as the output is compared against the raw `iproute2`-output.
164+
# editorconfig-checker-disable
164165
client_ipv4_table = """
165166
192.168.1.2 dev vrf1 proto static metric 100
166167
192.168.2.3 dev vrf2 proto static metric 100
@@ -177,6 +178,7 @@ in {
177178
local 192.168.2.1 dev eth2 proto kernel scope host src 192.168.2.1
178179
broadcast 192.168.2.255 dev eth2 proto kernel scope link src 192.168.2.1
179180
""".strip()
181+
# editorconfig-checker-enable
180182
181183
# Check that networkd properly configures the main routing table
182184
# and the routing tables for the VRF.

0 commit comments

Comments
 (0)