]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Fix startup a bit more
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Sep 2016 20:01:27 +0000 (16:01 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Sep 2016 20:01:27 +0000 (16:01 -0400)
commit03809024fddcb94a020f2f6d9eb8dff8210e3b21
tree41ea190f4eae9fa4ef905a834cee56590a4da76a
parentb8dfa5447828b06df05eadfa11174fe7d272a0d2
bgpd: Fix startup a bit more

There were several issues here.  The zprivs_init is being
called *before* the cli is read in to influence the user
we are running as.  This needs to be rectified.  Additionally
we need to move the log creation till after cli arguments
are read.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_main.c