diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-02-08 11:46:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-08 11:46:29 +0100 |
| commit | 8e71b98f72e843d4910abd02410f07fe1e6565cc (patch) | |
| tree | a84f92632eb0deed948f6b961c489573ede1ac0b /zebra/zserv.h | |
| parent | 25236dd35df008a1484f2605299c8228ea1cfc5b (diff) | |
| parent | 9d00a48754440cc9d4674e9b9405642edd983f0f (diff) | |
Merge pull request #1654 from mkanjari/evpn-symm-routing-enhancements
Evpn symmetric routing enhancements
Diffstat (limited to 'zebra/zserv.h')
| -rw-r--r-- | zebra/zserv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zserv.h b/zebra/zserv.h index 4b3b0041b8..7d5f6b4543 100644 --- a/zebra/zserv.h +++ b/zebra/zserv.h @@ -114,6 +114,8 @@ struct zserv { u_int32_t l3vnidel_cnt; u_int32_t macipadd_cnt; u_int32_t macipdel_cnt; + u_int32_t prefixadd_cnt; + u_int32_t prefixdel_cnt; time_t connect_time; time_t last_read_time; |
