We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a30c13 commit 22836aaCopy full SHA for 22836aa
nix/nixos-modules/routers/expo.nix
@@ -247,7 +247,7 @@ in
247
in
248
genAttrs' cfg.trunkInterfaces trunks
249
// {
250
- "30-border" = {
+ "30-${cfg.frrBorderInterface}" = {
251
matchConfig.Name = cfg.frrBorderInterface;
252
networkConfig = {
253
LinkLocalAddressing = "no";
@@ -256,7 +256,7 @@ in
256
"vlan902"
257
];
258
};
259
- "30-cf" = {
+ "30-${cfg.frrConferenceInterface}" = {
260
matchConfig.Name = cfg.frrConferenceInterface;
261
262
0 commit comments