summaryrefslogtreecommitdiffstats
path: root/isisd/isis_circuit.h
diff options
context:
space:
mode:
authorChristian Franke <chris@opensourcerouting.org>2018-03-05 21:29:15 +0100
committerChristian Franke <chris@opensourcerouting.org>2018-03-10 18:38:03 +0100
commit58e5d748c9f8ec6d4f1882e4c08629975cb4ecc1 (patch)
tree592a982a27d7297b0dfc0fc1f0bd794f6f7a92ec /isisd/isis_circuit.h
parentisisd: P2P adjacencies should only be included in LSPDB/SPF when they are up (diff)
downloadfrr-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.h1
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
*/