]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: shuffle qobj_init()
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 07:12:54 +0000 (08:12 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 16 Dec 2016 19:42:01 +0000 (20:42 +0100)
commit0e64d123fd50cb8c45ad32a209f10173bdb65c4d
tree3308779eccc0d485d6b16a47059f6d001c86b29b
parentafc3a6ceb640abda6a549fa3e789252ae78e930c
bgpd: shuffle qobj_init()

bgp_master_init is called first thing in main(), so we need to wedge a
qobj_init() call in there...  this needs some improvement...

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
bgpd/bgpd.c
lib/qobj.c