diff options
author | hasso <hasso> | 2005-09-26 17:05:55 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 17:05:55 +0000 |
commit | effa676ca59c9fdad744165fb1b1bb5aca188b7c (patch) | |
tree | 2888070d72beb71d040d1f295d1367fe15e03261 /isisd/isis_circuit.h | |
parent | 680bcec2adb99803a7e4c1c575016dd11cb52524 (diff) | |
download | quagga-effa676ca59c9fdad744165fb1b1bb5aca188b7c.tar.bz2 quagga-effa676ca59c9fdad744165fb1b1bb5aca188b7c.tar.xz |
* isis_circuit.[ch]: Some preliminary support for specifying wide
circuit metrics. Needs more thinking though, but should do for now.
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 484c0575..b5ef269c 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 ? */ |