cluster: Support running multiple instances on the same host
With IP_MULTICAST_LOOP they can see each other. We "just" have to make sure they use different IP addresses and route metrics to distinguish from each other.
This commit is contained in:
parent
366faaea76
commit
b2942b3c53
5 changed files with 86 additions and 22 deletions
1
l2tpns.h
1
l2tpns.h
|
|
@ -1119,6 +1119,7 @@ struct event_data {
|
|||
enum {
|
||||
FD_TYPE_CLI,
|
||||
FD_TYPE_CLUSTER,
|
||||
FD_TYPE_CLUSTER2,
|
||||
FD_TYPE_TUN,
|
||||
FD_TYPE_UDP,
|
||||
FD_TYPE_CONTROL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue