HomeFreeBSD

devmatch: Properly ignore commented fields

Description

devmatch: Properly ignore commented fields

Any field that starts with # is a commented out field (there as a place
holder only, the data in that place holder is completely ignored). The
previous code improperly detected this using strcmp. Instead, any field
whose names starts with '#' is ignored.

Differential Reivsion: https://reviews.freebsd.org/D34633

Details

Provenance
val_packett.coolAuthored on Jun 27 2022, 8:41 PM
impCommitted on Jun 27 2022, 8:44 PM
Parents
rGf25727898ae7: ObsoleteFiles: flowtable header deleted in 2017
Branches
Unknown
Tags
Unknown