]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_vrf.h
isisd: implement the 'lsp-too-large' notification
[mirror_frr.git] / zebra / zebra_vrf.h
index a39d74b08b49955093ea4ef162be494a7fd12aaa..c28025403b48fbb184269e200b58a2588af251fa 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Zebra Vrf Header
  * Copyright (C) 2016 Cumulus Networks
- *                    Donald Sahrp
+ *                    Donald Sharp
  *
  * This file is part of Quagga.
  *
@@ -125,6 +125,13 @@ struct zebra_vrf {
        /* l3-vni info */
        vni_t l3vni;
 
+       bool dup_addr_detect;
+
+       int dad_time;
+       uint32_t dad_max_moves;
+       bool dad_freeze;
+       uint32_t dad_freeze_time;
+
        /*
         * Flooding mechanism for BUM packets for VxLAN-EVPN.
         */
@@ -133,6 +140,8 @@ struct zebra_vrf {
        /* Route Installs */
        uint64_t installs;
        uint64_t removals;
+       uint64_t installs_queued;
+       uint64_t removals_queued;
        uint64_t neigh_updates;
        uint64_t lsp_installs;
        uint64_t lsp_removals;