mkRemovedOptionModule: assert on removed options (#69419)
mkRemovedOptionModule: assert on removed options
This commit is contained in:
@@ -305,7 +305,7 @@ let
|
||||
optional (defined ipv6Address && defined ipv6PrefixLength)
|
||||
{ address = ipv6Address; prefixLength = ipv6PrefixLength; }))
|
||||
|
||||
({ options.warnings = options.warnings; })
|
||||
({ options.warnings = options.warnings; options.assertions = options.assertions; })
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user