Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made interface to an optional parameter #153

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2020

  1. * made interface to an optional parameter

    Since we are now running a tunneligger broker instance on a routed IP address, I noticed that the tunneligger does not work with a loopback interface.
    
    To the basic structure:
    Our IPv4 subnet is announced via BGP on several interfaces. An IP from the subnet is configured on the loopback interface.
    
    A short analysis of the pollable object showed that the UDP socket is bound to an interface.  I could not find out why this was done.
    
    This change allows to define interfaces optionally.
    RobWei committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    5ebb343 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    3936320 View commit details
    Browse the repository at this point in the history