diff options
author | jardin <jardin> | 2003-12-23 08:56:18 +0000 |
---|---|---|
committer | jardin <jardin> | 2003-12-23 08:56:18 +0000 |
commit | accc3fe2638b3d69e6561171f2dd99f1afd83cf8 (patch) | |
tree | ca748729716d0511cdf96bb3fb48ce02a8b43586 /zebra/zebra_rib.c | |
parent | 07ce4061d272721d5b5bb15869150a159d34a7d8 (diff) | |
download | quagga-accc3fe2638b3d69e6561171f2dd99f1afd83cf8.tar.bz2 quagga-accc3fe2638b3d69e6561171f2dd99f1afd83cf8.tar.xz |
Merge isisd into the Quagga's framework:
- add privs support
- use misc quagga's definitions
- make it compile"able"
- fix segfault cases related to hostname()
- add debug isis xxx command
This patch has been approved by Paul Jakma.
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r-- | zebra/zebra_rib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 16102e54..93a13f81 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -54,6 +54,7 @@ struct {ZEBRA_ROUTE_RIPNG, 120}, {ZEBRA_ROUTE_OSPF, 110}, {ZEBRA_ROUTE_OSPF6, 110}, + {ZEBRA_ROUTE_ISIS, 115}, {ZEBRA_ROUTE_BGP, 20 /* IBGP is 200. */} }; |