Page MenuHomeFreeBSD

pfctl: lex <=, >=, and != into a single token
ClosedPublic

Authored by kp on Sep 7 2024, 9:34 AM.
Tags
None
Referenced Files
F163206721: D46582.id.diff
Tue, Jul 21, 1:32 AM
Unknown Object (File)
Sun, Jul 19, 8:47 PM
Unknown Object (File)
Sat, Jul 18, 8:12 PM
Unknown Object (File)
Tue, Jul 7, 3:29 AM
Unknown Object (File)
Jun 20 2026, 12:16 AM
Unknown Object (File)
Jun 15 2026, 11:43 AM
Unknown Object (File)
Jun 8 2026, 11:56 AM
Unknown Object (File)
Jun 2 2026, 6:40 PM
Subscribers

Details

Summary

lex <=, >=, and != into a single token for correctness and to reduce the
lookahead in the parser
ok henning otto

Obtained from: OpenBSD, deraadt <deraadt@openbsd.org>, e6e3ecf338
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp requested review of this revision.Sep 7 2024, 9:34 AM

I like this change, from my limited parser knowledge :)

This revision was not accepted when it landed; it landed in state Needs Review.Sep 16 2024, 1:06 PM
This revision was automatically updated to reflect the committed changes.