mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Changes identifiers to avoid use of reserved ones.
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
#define BFD_ECHO_PORT 3785
|
||||
#define BFD_MULTI_CTL_PORT 4784
|
||||
|
||||
#define BFD_DEFAULT_MIN_RX_INT (10 _MS)
|
||||
#define BFD_DEFAULT_MIN_TX_INT (100 _MS)
|
||||
#define BFD_DEFAULT_IDLE_TX_INT (1 _S)
|
||||
#define BFD_DEFAULT_MIN_RX_INT (10 MS_)
|
||||
#define BFD_DEFAULT_MIN_TX_INT (100 MS_)
|
||||
#define BFD_DEFAULT_IDLE_TX_INT (1 S_)
|
||||
#define BFD_DEFAULT_MULTIPLIER 5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user