summaryrefslogtreecommitdiffstats
path: root/ripd (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-07doc: update .gitignoreQuentin Young1-12/+0
2018-03-06doc: sync ospf-sr docs from masterQuentin Young2-27/+44
2018-03-06doc: prevent `clean` target from building manpagesQuentin Young4-7/+15
2018-03-05tests: update gitignoreChristian Franke1-0/+4
2018-03-05tests: fix python test description for test_ringbufChristian Franke1-1/+3
2018-03-05doc: allow env var to ovveride sphinx defaultsQuentin Young2-6/+6
2018-03-02bgpd,ospfd: add sys_admin capabilitiesPhilippe Guibert2-2/+2
2018-03-02ospfd: Cleanup ospf SR log messagesDonald Sharp1-6/+7
2018-03-02doc: Update Building instructions for CentOS6Martin Winter1-4/+36
2018-03-02redhat: Update CentOS6 to use python27-sphinx packageMartin Winter1-4/+11
2018-03-02redhat: Update spec file for new rst documentationMartin Winter1-11/+9
2018-03-01doc: s/environment/makeQuentin Young2-2/+2
2018-03-01debianpkg: include mtracebis.8Quentin Young1-0/+1
2018-03-01ospf6d: ECMP for external routesChirag Shah4-56/+267
2018-03-01debianpkg: disable pdf build by defaultQuentin Young3-0/+9
2018-03-01doc: Create infodir before writing to it and prefix with DESTDIRMartin Winter1-2/+3
2018-03-01ospfd: Add vrf to nhlfe route addDonald Sharp1-0/+1
2018-03-01bgpd: Cleanup api_nh in bgpd a bitDonald Sharp1-3/+3
2018-03-01zebra: Use the passed in nexthops vrfDonald Sharp1-5/+5
2018-03-01lib: Use STREAM_GETDonald Sharp1-1/+1
2018-02-27ospfd: Add json output for Segment RoutingOlivier Dugeon3-60/+220
2018-02-27vtysh: Fix missing \n at end of desc stringChristian Franke1-1/+1
2018-02-27vtysh: pass route-map & prefix-list commands to isisd and sharpdChristian Franke2-4/+4
2018-02-27pimd: added mtrace caveatMladen Sablic1-0/+6
2018-02-27zebra: prevent from discovering a NS with same NSID as previous onePhilippe Guibert1-4/+11
2018-02-27zebra: retrieve zns context from zvrf when netlink discoveryPhilippe Guibert2-27/+13
2018-02-27lib: do not use ENOSYS errno when returning from nsPhilippe Guibert1-3/+3
2018-02-27lib: netns checkstyle fixPhilippe Guibert1-2/+2
2018-02-27lib: add debug guard for ns informational tracesPhilippe Guibert1-12/+23
2018-02-27ospfd: basic support for VRF NETNS backendPhilippe Guibert3-42/+29
2018-02-27bgpd: make bgpd rely on vrf_bind() API usagePhilippe Guibert1-40/+13
2018-02-27lib: add vrf-lite bind capability to vrf APIsPhilippe Guibert4-7/+46
2018-02-27lib: add vrf_ioctl APIPhilippe Guibert3-12/+23
2018-02-27bgpd: no need to initialise netns directlyPhilippe Guibert1-1/+0
2018-02-27vtysh: change logical router node namePhilippe Guibert4-16/+33
2018-02-27zebra: adapt the vrf and logical router initialisationPhilippe Guibert5-10/+33
2018-02-27lib: split logicalrouter and vrf netns featurePhilippe Guibert10-462/+809
2018-02-27doc: add vrfwnetns keyword for zebra in docPhilippe Guibert1-0/+5
2018-02-27zebra: handle some ioctl operations for VRFPhilippe Guibert4-7/+49
2018-02-27zebra: speed ioctl read() with interfaces from various NETNSPhilippe Guibert1-5/+21
2018-02-27bgpd: do not start BGP VRF peer connection, if VRF not unknownPhilippe Guibert1-1/+2
2018-02-27bgpd: server socket is created for all enabled VRFPhilippe Guibert5-13/+132
2018-02-27bgpd: bgp support for netnsPhilippe Guibert5-19/+63
2018-02-27lib: add two APIs to handle socket operations with VRF NETNSPhilippe Guibert2-2/+58
2018-02-27zebra: fix assert mpls when terminating zebraPhilippe Guibert1-2/+2
2018-02-27ospfd: fix static analysis with variable initialised never readPhilippe Guibert1-1/+1
2018-02-27lib: create interface even if name is the samePhilippe Guibert1-20/+26
2018-02-27zebra: fix initialised vrf_id value never readPhilippe Guibert1-1/+1
2018-02-27zebra: upon startup, a NSID is assigned to default netnsPhilippe Guibert7-20/+108
2018-02-27zebra: collect and get netnamespaces informationPhilippe Guibert5-0/+300