{"nftables-family",0,0,G_OPTION_ARG_STRING,&nftables_family,"Address family/ies to manage via nftables","ip|ip6|ip,ip6"},
{"nftables-start",0,0,G_OPTION_ARG_NONE,&nftables_start,"Just add nftables rules and exit",NULL},
{"nftables-stop",0,0,G_OPTION_ARG_NONE,&nftables_stop,"Just remove nftables rules and exit",NULL},
{"nftables-status",0,0,G_OPTION_ARG_NONE,&nftables_status,"Check nftables rules, print result and exit",NULL},
#endif
{"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},