diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-01-16 20:01:45 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | 10133a59968b84018098a6b5fffdbcc0d0389a4f (patch) | |
| tree | e7af8ad2f0f8bd0838c40f690e5c5ef45362d5d9 /vrrpd/vrrp.h | |
| parent | dad18a2fd76a8bd30dff5d1fa030a69962349b85 (diff) | |
vrrpd: handle incoming advertisements
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp.h')
| -rw-r--r-- | vrrpd/vrrp.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/vrrpd/vrrp.h b/vrrpd/vrrp.h index c51e3e32c4..98948a76fc 100644 --- a/vrrpd/vrrp.h +++ b/vrrpd/vrrp.h @@ -64,6 +64,9 @@ struct vrrp_router {  	 */  	bool is_active; +	/* Whether we are the address owner */ +	bool is_owner; +  	/* Rx socket: Rx from parent of mvl_ifp */  	int sock_rx;  	/* Tx socket; Tx from mvl_ifp */  | 
