Skip to content
  • Mike Hibler's avatar
    Various changes related to the port mfrisbeed listens on. · d77c33b7
    Mike Hibler authored
    1. Add -i option to tie mfrisbeed to a particular interface and use that
       option for a multi-homed boss node (only listen on inside interface).
    
    2. Make that option play nice with the localhost proxying features of a
       previous commit: we also listen on localhost in this case.  The localhost
       proxying feature now has the compile time option USE_LOCALHOST_PROXY
       rather than mixing it up with the USE_EMULAB_CONFIG option (even though
       it probably will only ever be used in the Emulab config).
    
    3. Both of those were really to fix one bug: if we got a request from
       localhost to start up a frisbeed daemon, we were starting it up bound
       to the localhost interface.  Now we will make sure the server gets
       started up using the "other" interface, i.e., the one specified with -i.
    d77c33b7