Page MenuHomeFreeBSD

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

Authored by kp on Sep 7 2024, 9:34 AM.
Tags
None
Referenced Files
F171322153: D46582.id.diff
Thu, Sep 10, 9:59 AM
Unknown Object (File)
Tue, Sep 8, 8:28 AM
Unknown Object (File)
Tue, Sep 8, 4:18 AM
Unknown Object (File)
Mon, Sep 7, 4:17 PM
Unknown Object (File)
Sun, Sep 6, 5:30 AM
Unknown Object (File)
Sun, Sep 6, 2:14 AM
Unknown Object (File)
Sat, Sep 5, 10:12 PM
Unknown Object (File)
Fri, Sep 4, 12:07 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.