diff options
| author | Lou Berger <lberger@labn.net> | 2022-10-16 15:19:37 +0000 | 
|---|---|---|
| committer | Lou Berger <lberger@labn.net> | 2022-10-21 15:27:58 +0000 | 
| commit | 2f30cb25747dc9657046c59ca1f378203192de26 (patch) | |
| tree | e064c47134e510a7544f9990a92692e5e657fe4e /ospfclient/ospf_apiclient.h | |
| parent | 08172828f6dc0950431e57e43b0aa2dc674cb6fe (diff) | |
ospfd/ospfclient: add option to flush/withdrawal with zero length
	default behavior is unchanged, i.e., to not zero
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'ospfclient/ospf_apiclient.h')
| -rw-r--r-- | ospfclient/ospf_apiclient.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfclient/ospf_apiclient.h b/ospfclient/ospf_apiclient.h index cbdb250141..b904937c2a 100644 --- a/ospfclient/ospf_apiclient.h +++ b/ospfclient/ospf_apiclient.h @@ -95,7 +95,8 @@ int ospf_apiclient_lsa_originate(struct ospf_apiclient *oclient,     host byte order */  int ospf_apiclient_lsa_delete(struct ospf_apiclient *oclient,  			      struct in_addr addr, uint8_t lsa_type, -			      uint8_t opaque_type, uint32_t opaque_id); +			      uint8_t opaque_type, uint32_t opaque_id, +			      uint8_t flags);  /* Fetch async message and handle it  */  int ospf_apiclient_handle_async(struct ospf_apiclient *oclient);  | 
