diff options
author | hasso <hasso> | 2005-09-26 19:05:55 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 19:05:55 +0200 |
commit | f21fb27298fd49ce695fd403e02bcbd5e9f0cd27 (patch) | |
tree | b0d3bc891908d7291f0315cf582334c1e85d37df /isisd/isis_circuit.h | |
parent | * isisd.[ch]: Introduce oldmetric flag for area and transition (diff) | |
download | frr-f21fb27298fd49ce695fd403e02bcbd5e9f0cd27.tar.xz frr-f21fb27298fd49ce695fd403e02bcbd5e9f0cd27.zip |
* isis_circuit.[ch]: Some preliminary support for specifying wide
circuit metrics. Needs more thinking though, but should do for now.
Diffstat (limited to '')
-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 484c05759..b5ef269c9 100644 --- a/isisd/isis_circuit.h +++ b/isisd/isis_circuit.h @@ -108,6 +108,7 @@ struct isis_circuit u_int16_t csnp_interval[2]; /* level-1 csnp-interval in seconds */ u_int16_t psnp_interval[2]; /* level-1 psnp-interval in seconds */ struct metric metrics[2]; /* l1XxxMetric */ + u_int32_t te_metric[2]; struct password *c_rx_passwds; /* circuitReceivePasswords */ struct password *c_tc_passwd; /* circuitTransmitPassword */ int ip_router; /* Route IP ? */ |