File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,6 @@ trim_trailing_whitespace = unset
6161[nixos/modules/services/networking/ircd-hybrid/* .{conf,in} ]
6262trim_trailing_whitespace = unset
6363
64- [nixos/tests/systemd-networkd-vrf.nix ]
65- trim_trailing_whitespace = unset
66-
6764[pkgs/build-support/dotnetenv/Wrapper/** ]
6865end_of_line = unset
6966indent_style = unset
Original file line number Diff line number Diff line change 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
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.
You can’t perform that action at this time.
0 commit comments