diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-11-23 15:03:35 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-11-23 15:05:10 +0100 |
| commit | 25a1dccc56a7e544a855bfeda5751c91b53a03fb (patch) | |
| tree | 87a8f23a34dffd2f8e1543cf2955a763bbf3c9b8 /lib/zclient.h | |
| parent | 7f7564bbb24aa28dd59a3983bb21f730162312cb (diff) | |
lib: remove `.receive_notify` zclient option
This should just be set with `ZEBRA_ROUTE_NOTIFY_REQUEST` instead.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index 9b709ea64b..8332f2a057 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -303,9 +303,6 @@ struct zclient { /* Privileges to change socket values */ struct zebra_privs_t *privs; - /* Do we care about failure events for route install? */ - bool receive_notify; - /* Is this a synchronous client? */ bool synchronous; @@ -834,7 +831,6 @@ extern char *zclient_evpn_dump_macip_flags(uint8_t flags, char *buf, enum zebra_neigh_state { ZEBRA_NEIGH_INACTIVE = 0, ZEBRA_NEIGH_ACTIVE = 1 }; struct zclient_options { - bool receive_notify; bool synchronous; }; |
