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 /lib/command.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 'lib/command.c')
-rw-r--r-- | lib/command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/command.c b/lib/command.c index 43a0bb3f..24113062 100644 --- a/lib/command.c +++ b/lib/command.c @@ -2325,6 +2325,7 @@ DEFUN (config_exit, case RIPNG_NODE: case OSPF_NODE: case OSPF6_NODE: + case ISIS_NODE: case KEYCHAIN_NODE: case MASC_NODE: case RMAP_NODE: @@ -2377,6 +2378,7 @@ DEFUN (config_end, case RMAP_NODE: case OSPF_NODE: case OSPF6_NODE: + case ISIS_NODE: case KEYCHAIN_NODE: case KEYCHAIN_KEY_NODE: case MASC_NODE: |