0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-23 04:18:22 +02:00

Remove dline flags from shared all.

This means dline/undline need to be specified
explicitly in a shared{} block.
This commit is contained in:
Jilles Tjoelker 2008-04-21 01:41:42 +02:00
parent 61c096aa8f
commit c42fb00e7f

View file

@ -101,8 +101,7 @@ struct remote_conf
#define SHARED_ALL (SHARED_TKLINE | SHARED_PKLINE | SHARED_UNKLINE |\
SHARED_PXLINE | SHARED_TXLINE | SHARED_UNXLINE |\
SHARED_TRESV | SHARED_PRESV | SHARED_UNRESV |\
SHARED_TDLINE | SHARED_PDLINE | SHARED_UNDLINE)
SHARED_TRESV | SHARED_PRESV | SHARED_UNRESV)
#define CLUSTER_ALL (SHARED_ALL | SHARED_LOCOPS)
/* flags used in hub/leaf */