OpenSourceRouting
  1. OpenSourceRouting

quagga-capnproto

Public
AuthorCommitMessageCommit dateIssues
Christian FrankeChristian Franke
0a4f5474bc3Revert "bgpd: send a zmq message on startup"This reverts commit 8d5089a0ca5947264afe7517e8ac99b6559740c1. The startup message should not be triggered from the bgpd, but from the thrift proxy.
Christian FrankeChristian Franke
8402a46cfccbgpd: import all static routes into vrf
Christian FrankeChristian Franke
7638cd487e6bgpd: Notify about withdrawal of routes when vrf is deleted
Christian FrankeChristian Franke
8d5089a0ca5bgpd: send a zmq message on startup
Martin WinterMartin Winter
5ef1cc69c1dRevert "bgpd: Lower BGP's default keepalive/holdtime to 3s/9s"This reverts commit f89b09be92
David LamparterDavid Lamparter
bc3d947b20ebgpd: fix use-after-free in bgp_delete()
David LamparterDavid Lamparter
181a2c6b441lib: XFREE vs.MTYPE "0"
Lou BergerDavid LamparterLou Berger
c0462ed5daebgp: Reorg cleanup to align process and bgp instance init/destroySigned-off-by: Lou Berger <lberger@labn.net>
David LamparterDavid Lamparter
3cb82df3bd7Revert "bgpd: fix shutdown"This reverts commit ae0991c264bcb13a73a138701cdffa9e7ac264ef.
Lou BergerDavid LamparterLou Berger
07fa857a5eebgpd: Fix crash reported by NetDEF CIThis patch is part of the previously submitted patch set on VPN and Encap SAFIs. It fixes an issue identified by NetDEF CI. Ensure temp stack structures are initialized Add protection against double frees / post free access to bgp_attr_flush Signed-off-by: Lou Berger <lberger@labn.net>
David LamparterDavid Lamparter
516e0f36351capn: update submodule to fix empty listsempty lists were buggy in c-capnproto library code. bump submodule to fix.
David LamparterDavid Lamparter
4e25a2edf3ebgpd: fix ecom==NULL crash
Martin WinterMartin Winter
3229eb06cf3build/tests: Add missing ZeroMQ libraries to link args on dejagnu tests
David LamparterMartin WinterDavid Lamparter
46d44cdb64ftests: fix BGP VRF interactions
David LamparterMartin WinterDavid Lamparter
ae0991c264bbgpd: fix shutdown
Martin WinterMartin Winter
e8e94fe8773c-capnproto submodule: Change to relative URL
Martin WinterMartin Winter
31502b03c67build: Lower min required CapnProto version to 0.5.99Signed-off-by: Martin Winter <mwinter@netdef.org>
Christian FrankeDavid LamparterChristian Franke
029338ad308bgpd: Fix formatting of MPLS-VPN withdraws
Christian FrankeDavid LamparterChristian Franke
9097a546598bgpd: Fix l3vpn nlri parsing
David LamparterDavid Lamparter
e4e840abdb5bgpd: fix VRF delete not withdrawing routes
David LamparterDavid Lamparter
90816b92c2bbgpd: fix RD prefix length
David LamparterDavid Lamparter
4384c040140lib: clean up zeromq on exit for valgrind
David LamparterDavid Lamparter
943494968f1lib: fix uninitialized data
David LamparterDavid Lamparter
82667a0aa46bgpd: autogen update
David LamparterDavid Lamparter
09d042a8711lib: UNSET operation
David LamparterDavid Lamparter
e60d1ed9e6abgpd: static VRF routes
David LamparterDavid LamparterDavid Lamparter
158088a7e18bgpd: add autogenerated files
David LamparterDavid Lamparter
63ef9afb5c2bgpd: enable iteration of routes in VRF
David LamparterDavid Lamparter
87f1995913acapn: add iteration to protocol
David LamparterDavid Lamparter
9da2e988e25build: flip on ZeroMQ, check capnp
David LamparterDavid Lamparter
72de95e0d77vtysh: fix for capnp
David LamparterDavid Lamparter
9da44b170d1lib: add delete/destroy operation
David LamparterDavid Lamparter
67549e026dcbgpd: add missing fields (ttl, update-source)
David LamparterDavid Lamparter
c518be7f2b6bgpd: actually register VRF nodes
David LamparterDavid Lamparter
aacae464061bgpd: support instance creation
David LamparterDavid Lamparter
2cd440f5396bgpd: work around _intern blah
David LamparterDavid Lamparter
854a4db82aabgpd: save qzc_sock for cleanup
David LamparterDavid Lamparter
f184a5a5065bgpd: pubsub route updates
David LamparterDavid Lamparter
b980ebfc7cabgpd: add extcomm & prefix_rd to schema
David LamparterDavid Lamparter
c0d376ac9f1bgpd: another helper for capn
David LamparterDavid Lamparter
9653e351244lib: access array members
David LamparterDavid Lamparter
7f7a47457d0lib/qzc.capnp: add some comments
David LamparterDavid Lamparter
f8607dd76e4bgpd: shut up some warnings
David LamparterDavid Lamparter
e48acab30d6bgpd: use struct ecommunity for vrf imports
Christian FrankeDavid LamparterChristian Franke
aad5473f988bgpd: allow mpls labels to be updated by implicit withdraw
David LamparterDavid Lamparter
41f85f7bd10bgpd: apply new VRF imports
David LamparterDavid Lamparter
07b7f610136bgpd: add some show commands for VRF
David LamparterDavid Lamparter
7b5f33b8874bgpd: VRF import processing
David LamparterDavid Lamparter
f1d4edd42c0bgpd: label stack support
David LamparterDavid Lamparter
133909fa51blib: 3byte stream foo