summaryrefslogtreecommitdiffstats
path: root/isisd/isis_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-115/+99
* isisd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * *: Consolidate vrf_hooks into vrf_initDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+4
|/
* isisd: remove reload-by-reexecDavid Lamparter2017-03-081-38/+1
* lib: remove remaining struct zlog * argsDavid Lamparter2017-03-081-1/+1
* *: add frr_run()David Lamparter2017-03-081-11/+1
* *: add frr_config_fork()David Lamparter2017-03-081-56/+3
* *: centralize more into frr_init()David Lamparter2017-03-071-4/+1
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-100/+28
* *: fix warning fallout from set_socket_pathDavid Lamparter2017-02-011-1/+1
* isisd: Add vty_socket cli option to override the compiled-in location for the...Martin Winter2017-01-251-1/+11
* build: rename (1 of ?): configure.ac + preprocDavid Lamparter2016-12-201-6/+6
* *: fix some licensing SNAFUsDavid Lamparter2016-11-141-1/+0
* lib, isisd: enable concurrent configuration editingDavid Lamparter2016-10-071-0/+1
* isisd: qobj: register everythingDavid Lamparter2016-10-071-0/+1
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-0/+1
* Add support of Traffic Engineering to IS-ISOlivier Dugeon2016-09-031-0/+3
* Fix for CM-12450 Ensure quagga logs at startup are sent to syslog (until log ...Sid Khot2016-08-181-1/+3
* all: add default log file if none are definedDon Slice2016-07-111-1/+2
* Quagga: Fix code to use srandom/randomDonald Sharp2016-05-301-1/+1
* quagga: Fixup startup to allow consistency between sysV and systemdDonald Sharp2016-04-271-4/+0
* isisd: add support to import routes from other protocolsChristian Franke2016-03-301-0/+5
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* Quagga: Fixup some compile warningsDonald Sharp2015-11-231-3/+3
* *: call if_init()/if_terminate() from vrf_init()/vrf_terminate()Feng Lu2015-10-301-0/+2
* Quagga: Fix some more compile warningsDonald Sharp2015-10-071-3/+11
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-231-1/+1
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-1/+1
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-2/+0
* isisd, ospf6d: use bug-report information from autoconfChristian Franke2013-07-311-1/+1
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* quagga: option "-z" ("--socket <path>") addedVyacheslav Trushkin2012-04-161-1/+7
* isisd: indent longopts arrayVyacheslav Trushkin2012-04-161-9/+9
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-10/+19
* all: check return value from daemon() callStephen Hemminger2009-08-131-2/+5
* [isisd] Fix compiler warnings and allow v4-only compilationPaul Jakma2006-12-081-0/+10
* [daemon startup] Add --dry-run/-C argument to daemons, to check config file s...Paul Jakma2006-10-161-1/+11
* [isisd] remove includes of common system headers.paul2005-11-201-1/+0
* 2005-09-29 Paul Jakma <paul.jakma@sun.com>paul2005-09-291-1/+1
* * *.c: Try to be less verbose by default (without any debug optionshasso2005-09-041-3/+1
* 2005-02-23 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2005-02-231-1/+1
* zlog_* cleanup. Level of debug messages to LOG_DEBUG.hasso2004-12-241-4/+4
* 2004-12-07 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-071-1/+1
* 2004-12-03 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-031-10/+4
* Make group to run daemon as configurable. Fixes #2 from Bugzilla #64.hasso2004-11-251-3/+7
* Initialize access lists here as well.hasso2004-10-131-0/+2
* No warnings here any more.hasso2004-10-071-1/+1
* I think that it's better to report bugs into Bugzilla.hasso2004-09-281-1/+1