2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 08:25:16 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
Tomek Mrugalski
e2562c5ca6 [4264] Minor tweak. 2016-02-17 18:52:40 +01:00
Tomek Mrugalski
9789534449 [4264] New unit-test for relay4 expression added. 2016-02-17 18:44:37 +01:00
Shawn Routhier
5439a449f4 [trac4264] Fix some typos in the comments and docs 2016-02-10 21:29:57 -08:00
Tomek Mrugalski
6325cf1aef [4264] relay[123].hex token implemented. 2016-02-02 23:17:22 +01:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Francis Dupont
73f048feb5 [4204fd] Reverted to original token.{h,cc} 2015-11-27 16:21:46 +01:00
Francis Dupont
97aaee6e3b [4204fd] Reverted hex->bin change 2015-11-27 12:52:45 +01:00
Francis Dupont
c4cd450f03 [4204fd] Applied my proposed changes 2015-11-26 15:20:12 +01:00
Marcin Siodelski
99d13c7de0 [4204] TokenOption uses binary option format for evaluation.
This fixes a bug in the TokenOption class which used the hexadecimal
format of the option when comparing with TokenHexString. Note that
TokenHexString is automatically converted to binary format for
evaluation.
2015-11-24 10:39:40 +01:00
Marcin Siodelski
77e78881aa [4204] Eval parser allows for referencing option by its name. 2015-11-23 22:01:47 +01:00
Marcin Siodelski
eb932d6809 [4093] TokenOption may evaluate using hexadecimal format. 2015-11-19 15:01:08 +01:00
Marcin Siodelski
5ad49c1f75 [4093] Extended TokenOption class ctor with representation type. 2015-11-19 12:52:27 +01:00
Francis Dupont
29282dfa0f [4088fd] Assume the parser produces only well typed expressions 2015-11-06 14:08:09 +01:00
Francis Dupont
a496523c86 [4091] Addressed comments (0x prefix, deciding in constructor) 2015-11-05 02:39:28 +01:00
Francis Dupont
e20f7d8334 [4091] Missed changes 2015-11-04 23:41:05 +01:00
Shawn Routhier
b36a613740 [trac4090] Update per review comments.
Update per the review comments except for the logging
stuff which will be done next.
2015-11-02 11:22:23 -08:00
Shawn Routhier
e5be011922 [trac4090] Add support for TokenSubstring
Add support and testing for TokenSubstring.  This token
takes three paramaters (string, start and length) and produces
a new string based on the original string.  It allows negative
values for start and length causing it to count from the end
of the string for start and to get characters before the start
point for length.
2015-10-30 00:20:48 -07:00
Tomek Mrugalski
661e923bbc [4081] Changes after review:
- Copyright years corrected
 - Additional AM_CXXFLAGS for gcc added
 - LOG4CPLUS libs added to LDFLAGS
 - New unit-test for optionString for IPv6 packets added
 - Several comments in token.h clarified/corrected
 - Exception message extended slightly
2015-10-30 01:19:33 +09:00
Tomek Mrugalski
a7923efa91 [4081] Initial Token implementation added. 2015-10-26 20:11:22 +01:00