When set to `false`, no changes at all. (default)
When set to `true`, bind only one desired family local address.
Also add info in rtpengine.pod file.
Also add log for sfd with no call.
{"table",'t',0,G_OPTION_ARG_INT,&rtpe_config.kernel_table,"Kernel table to use","INT"},
{"no-fallback",'F',0,G_OPTION_ARG_NONE,&rtpe_config.no_fallback,"Only start when kernel module is available",NULL},
{"interface",'i',0,G_OPTION_ARG_STRING_ARRAY,&if_a,"Local interface for RTP","[NAME/]IP[!IP]"},
{"save-interface-ports",'S',0,G_OPTION_ARG_NONE,&rtpe_config.save_interface_ports,"Bind ports only on first available interface of desired family",NULL},
{"subscribe-keyspace",'k',0,G_OPTION_ARG_STRING_ARRAY,&ks_a,"Subscription keyspace list","INT INT ..."},
{"listen-tcp",'l',0,G_OPTION_ARG_STRING,&listenps,"TCP port to listen on","[IP:]PORT"},
{"listen-udp",'u',0,G_OPTION_ARG_STRING,&listenudps,"UDP port to listen on","[IP46|HOSTNAME:]PORT"},