]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isis_circuit.h
isisd: fix circuit is-type configuration
[mirror_frr.git] / isisd / isis_circuit.h
index e7b7a2434da0ea049fd646758fab8cd1fdf110fe..e286194d3e60ea42ac66cfbf1340205a0bd57a40 100644 (file)
@@ -122,6 +122,7 @@ struct isis_circuit {
         */
        char *tag;                     /* area tag */
        struct isis_passwd passwd;     /* Circuit rx/tx password */
+       int is_type_config;            /* configured circuit is type */
        int is_type;                   /* circuit is type == level of circuit
                                        * differentiated from circuit type (media) */
        uint32_t hello_interval[ISIS_LEVELS];   /* hello-interval in seconds */