diff options
author | hasso <hasso> | 2005-09-26 18:49:07 +0200 |
---|---|---|
committer | hasso <hasso> | 2005-09-26 18:49:07 +0200 |
commit | 2984d26eb08f42a8f470277cef6c1657f984e968 (patch) | |
tree | 94066fba1723bbc2ea9badaf2dc09ae9f7948a57 /isisd/isisd.h | |
parent | * dict.[ch]: Revert all nonfunctional changes. It's external module (diff) | |
download | frr-2984d26eb08f42a8f470277cef6c1657f984e968.tar.xz frr-2984d26eb08f42a8f470277cef6c1657f984e968.zip |
* isisd.[ch]: Introduce oldmetric flag for area and transition
metricstyle command. With metricstyle wide only extended TLVs
should be used.
Diffstat (limited to 'isisd/isisd.h')
-rw-r--r-- | isisd/isisd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isisd.h b/isisd/isisd.h index e66f60e79..e61376e5b 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h @@ -104,6 +104,7 @@ struct isis_area char dynhostname; /* do we support new style metrics? */ char newmetric; + char oldmetric; /* identifies the routing instance */ char *area_tag; /* area addresses for this area */ |