forked from mirrors/nixpkgs
Merge pull request #18915 from Mic92/container
containers: fix dynamic hash lookup
This commit is contained in:
commit
e2a9617185
|
@ -159,7 +159,7 @@ let
|
|||
fi
|
||||
''
|
||||
else
|
||||
''${ipcmd} add ${cfg.attribute} dev $ifaceHost'';
|
||||
''${ipcmd} add ${cfg.${attribute}} dev $ifaceHost'';
|
||||
renderExtraVeth = name: cfg:
|
||||
if cfg.hostBridge != null then
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue