Page MenuHomeFreeBSD

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

Authored by kp on Sep 7 2024, 9:34 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 20, 9:58 PM
Unknown Object (File)
Sun, Apr 19, 6:43 AM
Unknown Object (File)
Sat, Apr 18, 4:13 PM
Unknown Object (File)
Sat, Apr 18, 6:54 AM
Unknown Object (File)
Wed, Apr 15, 2:21 AM
Unknown Object (File)
Mon, Apr 13, 3:35 AM
Unknown Object (File)
Tue, Apr 7, 2:48 AM
Unknown Object (File)
Sun, Apr 5, 3:34 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.