Skip to content

Commit

Permalink
Update lib/config.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm authored Nov 2, 2023
1 parent b0da090 commit b5950b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ json Config::load_interface_file(const std::string& intf_name) {
EVLOG_debug << fmt::format("Loading interface file at: {}", fs::canonical(intf_path).string());

json interface_json = load_yaml(intf_path);

// this subschema can not use allOf with the draft-07 schema because that will cause our validator to
// add all draft-07 default values which never validate (the {"not": true} default contradicts everything)
// --> validating against draft-07 will be done in an extra step below
Expand Down

0 comments on commit b5950b6

Please sign in to comment.