diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-03-05 21:29:15 +0100 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-03-10 18:38:03 +0100 |
commit | 58e5d748c9f8ec6d4f1882e4c08629975cb4ecc1 (patch) | |
tree | 592a982a27d7297b0dfc0fc1f0bd794f6f7a92ec /isisd/isis_circuit.h | |
parent | isisd: P2P adjacencies should only be included in LSPDB/SPF when they are up (diff) | |
download | frr-58e5d748c9f8ec6d4f1882e4c08629975cb4ecc1.tar.xz frr-58e5d748c9f8ec6d4f1882e4c08629975cb4ecc1.zip |
isisd: add nerd-knob to turn three-way-adj off
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_circuit.h')
-rw-r--r-- | isisd/isis_circuit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_circuit.h b/isisd/isis_circuit.h index de6e7f2d8..246279c6f 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -132,6 +132,7 @@ struct isis_circuit { u_int16_t upadjcount[2]; #define ISIS_CIRCUIT_FLAPPED_AFTER_SPF 0x01 u_char flags; + bool disable_threeway_adj; /* * Counters as in 10589--11.2.5.9 */ |