2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[master] Finished merge of trac4286 (missing simple standard DHCPv4 options)

This commit is contained in:
Francis Dupont 2016-02-25 13:14:06 +01:00
parent 984e64127b
commit 5ed03ed5ea

View File

@ -1,3 +1,18 @@
1082. [func] fdupont
The following DHCPv4 options are now supported:
nisplus-domain-name (64),
nisplus-servers (65),
mobile-ip-home-agent (68),
smtp-server (69),
pop-server (70),
nntp-server (71),
www-server (72),
finger-server (73),
irc-server (74),
streettalk-server (75)
streettalk-directory-assistance-server (76)
(Trac #4286, git xxx)
1081. [bug] jpopelka 1081. [bug] jpopelka
Added missing slashed in path_replacer.sh. Added missing slashed in path_replacer.sh.
(Github #10, git 8986813825623b19fb220534434d0c13785fc14c) (Github #10, git 8986813825623b19fb220534434d0c13785fc14c)
@ -5,7 +20,7 @@
1080. [func] fdupont 1080. [func] fdupont
Added a concat function in classification which concatenates two Added a concat function in classification which concatenates two
strings. strings.
(Trac #4233, git ...) (Trac #4233, git eec10b436b928bd5eb3139c2f98ec9a6a818f30e)
1079. [func] fdupont 1079. [func] fdupont
Added Not, And and Or logical operators, parentheses around Added Not, And and Or logical operators, parentheses around