log-forward <name>
Creates a new log forwarder proxy identified as <name>.
-bind <addr> [param*]
- Used to configure a log udp listener to receive messages to forward.
- Only udp listeners are allowed, address must be prefixed using
- 'udp@', 'udp4@' or 'udp6@'. This supports for all "bind" parameters
- found in 5.1 paragraph but most of them are irrelevant for udp/syslog case.
+dgram-bind <addr> [param*]
+ Used to configure a UDP log listener to receive messages to forward. Only UDP
+ listeners are allowed, the address must be prefixed using "udp@", "udp4@" or
+ "udp6@". This supports for some of the "bind" parameters found in 5.1
+ paragraph among which "interface", "namespace" or "transparent", the other
+ ones being silently ignored as irrelevant for UDP/syslog case.
log global
log <address> [len <length>] [format <format>] [sample <ranges>:<smp_size>]
px->id = strdup(args[1]);
}
- else if (strcmp(args[0], "bind") == 0) {
+ else if (strcmp(args[0], "dgram-bind") == 0) {
int cur_arg;
static int kws_dumped;
struct bind_conf *bind_conf;