summaryrefslogtreecommitdiffstats
path: root/pimd/pim_upstream.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-06lib: change comment block to #define to avoid indent.py from breaking commentLou Berger1-5/+6
2018-03-06Makefile.am: Add 'make indent' targetLou Berger1-0/+3
2018-03-06tools: fix indent.py FRR indent pattern matchingLou Berger1-1/+1
2018-03-06vtysh: initialize vty structure correctly for output to terminalChristian Franke2-2/+2
2018-03-05tests: update gitignoreChristian Franke1-0/+4
2018-03-05tests: fix python test description for test_ringbufChristian Franke1-1/+3
2018-03-02bgpd,ospfd: add sys_admin capabilitiesPhilippe Guibert2-2/+2
2018-03-02ospfd: Cleanup ospf SR log messagesDonald Sharp1-6/+7
2018-03-01ospf6d: ECMP for external routesChirag Shah4-56/+267
2018-03-01lib, zebra: Add type and instance to nexthop update messageDonald Sharp2-0/+6
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
2018-02-27zebra: upon NS creation, collect the NSID via netlinkPhilippe Guibert5-0/+365
2018-02-27lib: provide an API to switch from one netns to an otherPhilippe Guibert4-1/+103
2018-02-27lib: add namespace name structure in zebra messagePhilippe Guibert6-8/+43
2018-02-27zebra: enhance show vrf for netns and fixingPhilippe Guibert4-1/+26
2018-02-27zebra: handle the zns init/destroyPhilippe Guibert5-5/+36
2018-02-27zebra: add the registration mechanism for netnsPhilippe Guibert4-14/+78