diff --git a/doc/configuration.txt b/doc/configuration.txt index 0075c5882..0d60f8e8e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12208,8 +12208,6 @@ tcp-request content [{if | unless} ] - set-log-level - set-mark - set-nice - - set-src - - set-src-port - set-tos - set-var() - switch-mode http [ proto ] @@ -12270,9 +12268,6 @@ tcp-request content [{if | unless} ] The "set-nice" is used to set the "nice" factor of the current session. More information on how to use it at "http-request set-nice". - The "set-src" and "set-src-port" are used to set respectively the source IP - and port. More information on how to use it at "http-request set-src". - The "set-tos" is used to set the TOS or DSCP field value of packets sent to the client. More information on how to use it at "http-request set-tos". diff --git a/src/tcp_act.c b/src/tcp_act.c index 3596d3125..8223aaa81 100644 --- a/src/tcp_act.c +++ b/src/tcp_act.c @@ -413,8 +413,6 @@ static struct action_kw_list tcp_req_cont_actions = {ILH, { { "set-dst" , tcp_parse_set_src_dst }, { "set-dst-port", tcp_parse_set_src_dst }, { "set-mark", tcp_parse_set_mark }, - { "set-src", tcp_parse_set_src_dst }, - { "set-src-port", tcp_parse_set_src_dst }, { "set-tos", tcp_parse_set_tos }, { "silent-drop", tcp_parse_silent_drop }, { /* END */ }