CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/10/31 18:18:45
Modified files:
sbin/iked : parse.y
sbin/ipsecctl : parse.y
sbin/pfctl : parse.y
usr.sbin/acme-client: parse.y
usr.sbin/bgpd : parse.y
usr.sbin/dvmrpd: parse.y
usr.sbin/eigrpd: parse.y
usr.sbin/hostapd: parse.y
usr.sbin/httpd : parse.y
usr.sbin/ifstated: parse.y
usr.sbin/iscsictl: parse.y
usr.sbin/ldapd : parse.y
usr.sbin/ldomctl: parse.y
usr.sbin/ldpd : parse.y
usr.sbin/lpd : parse.y
usr.sbin/npppd/npppd: parse.y
usr.sbin/ntpd : parse.y
usr.sbin/ospf6d: parse.y
usr.sbin/ospfd : parse.y
usr.sbin/rad : parse.y
usr.sbin/radiusd: parse.y
usr.sbin/relayd: parse.y
usr.sbin/ripd : parse.y
usr.sbin/smtpd : parse.y
usr.sbin/snmpd : parse.y
usr.sbin/switchd: parse.y
usr.sbin/vmd : parse.y
usr.sbin/ypldap: parse.y
Log message:
- odd condition/test in PF lexer
(and other lexers too)
This commit rectifies earlier change:
in the lex... even inside quotes, a \ followed by space or tab should
expand to space or tab, and a \ followed by newline should be ignored
(as a line continuation). compatible with the needs of hoststated
(which has the most strict quoted string requirements), and ifstated
(where one commonly does line continuations in strings).
OK deraadt@, OK millert@