- **status**: unread --> accepted


---

** [tickets:#14] configurable listen interface(s) and ports**

**Status:** accepted
**Created:** Thu Jun 04, 2015 05:42 PM UTC by Richard Hansen
**Last Updated:** Thu Jun 04, 2015 05:42 PM UTC
**Owner:** nobody

Currently, `rpki-rtr-daemon` listens on a hard-coded port on all addresses.  
Instead, there should be a configuration option like the below:

    # Listen on port 1234 on all addresses, port 2345 on 2001:db8::1,
    # port 3456 on 192.0.2.1, and port 4567 on all IPv6 addresses.
    RpkiRtrListen \
        1234 \
        [2001:db8::1]:2345 \
        192.0.2.1:3456 \
        [::]:4567

The inspiration for the above syntax is 
<http://httpd.apache.org/docs/2.2/mod/mpm_common.html#listen>

The default value of the configuration option should be the IANA-assigned port, 
323, from <http://tools.ietf.org/html/rfc6810#section-7>.


---

Sent from sourceforge.net because rpstir-devel@lists.sourceforge.net is 
subscribed to https://sourceforge.net/p/rpstir/tickets/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/rpstir/admin/tickets/options.  Or, if this is a 
mailing list, you can unsubscribe from the mailing list.
------------------------------------------------------------------------------
_______________________________________________
rpstir-devel mailing list
rpstir-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpstir-devel

Reply via email to