diff options
| author | Lou Berger <lberger@labn.net> | 2022-10-16 15:19:37 +0000 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2022-10-29 14:38:46 +0000 |
| commit | 3e95e20a6acb39c543261a36921de4fca23fdec9 (patch) | |
| tree | e6b7034228089fea1d19cdc34866c29fc35749b6 /ospfd/ospf_lsa.c | |
| parent | d6eda57ab057d3c44373428a3e23c5c53e4bc105 (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>
(cherry picked from commit 2f30cb25747dc9657046c59ca1f378203192de26)
Diffstat (limited to 'ospfd/ospf_lsa.c')
| -rw-r--r-- | ospfd/ospf_lsa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.c b/ospfd/ospf_lsa.c index 0df0072f6d..365f373d2f 100644 --- a/ospfd/ospf_lsa.c +++ b/ospfd/ospf_lsa.c @@ -188,6 +188,7 @@ struct ospf_lsa *ospf_lsa_new(void) new->refresh_list = -1; new->vrf_id = VRF_DEFAULT; new->to_be_acknowledged = 0; + new->opaque_zero_len_delete = 0; return new; } |
