commit | 2984d26eb08f42a8f470277cef6c1657f984e968 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Mon Sep 26 16:49:07 2005 +0000 |
committer | hasso <hasso> | Mon Sep 26 16:49:07 2005 +0000 |
tree | 94066fba1723bbc2ea9badaf2dc09ae9f7948a57 | |
parent | ffe543af88fca1d8be49c3a3fe2f50b02919c689 [diff] [blame] |
* isisd.[ch]: Introduce oldmetric flag for area and transition metricstyle command. With metricstyle wide only extended TLVs should be used.
diff --git a/isisd/isisd.h b/isisd/isisd.h index e66f60e..e61376e 100644 --- a/isisd/isisd.h +++ b/isisd/isisd.h
@@ -104,6 +104,7 @@ char dynhostname; /* do we support new style metrics? */ char newmetric; + char oldmetric; /* identifies the routing instance */ char *area_tag; /* area addresses for this area */