summaryrefslogtreecommitdiffstats
path: root/ldpd/ldpd.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp34-347/+155
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp30-1/+403
2019-09-19lib, zebra: Allow for interface deletion when kernel event happensDonald Sharp3-0/+17
2019-09-19zebra: Saving interface description makes no sense on deletionDonald Sharp1-7/+7
2019-09-18lib: add oper data cbs for ifacesQuentin Young1-0/+57
2019-09-18lib: add an exception in the northbound for operational data callbacksRenato Westphal1-1/+12
2019-09-18lib: fix ordering issues in the northboundRenato Westphal2-13/+19
2019-09-18lib: fix corner case when iterating over YANG-modeled operational dataRenato Westphal1-3/+21
2019-09-18Revert "lib: introduce a read-write lock for northbound configurations"Renato Westphal14-350/+207
2019-09-18lib: introduce new 'pre_validate' northbound callbackRenato Westphal2-6/+58
2019-09-18lib: add yang wrappers for IP prefixesRenato Westphal3-0/+81
2019-09-18zebra: fix mpls ftn uninstallEmanuele Di Pascale1-2/+4
2019-09-18vtysh: fix multiple "no ip/ipv6 prefix-list sequence-number" lines in running...Igor Ryzhov1-1/+3
2019-09-18bgpd: fix include path for bgp_bmp_clippy.cEmanuele Di Pascale1-1/+1
2019-09-18doc/user: Confusing documentation for `ip pim sm`Alexis Royer1-3/+4
2019-09-17lib: clean up frr_pthread structs at exitQuentin Young1-5/+21
2019-09-17isisd: Update TLVs processing for TE, RI & SROlivier Dugeon15-1363/+1646
2019-09-17build: fix "make tags"David Lamparter3-0/+9
2019-09-17bgpd: Remove trailing whitespaces from some header filesDonatas Abraitis3-12/+12
2019-09-17isisd: fix validation of prefix-sid flagsRenato Westphal1-3/+3
2019-09-17README.md: add reference to apt repoQuentin Young1-4/+5
2019-09-17isisd: introduce new route update hookRenato Westphal2-7/+21
2019-09-17isisd: move management of route flags out of isis_zebra.cRenato Westphal3-29/+39
2019-09-17isisd: remove leftover from old dict codeRenato Westphal1-1/+0
2019-09-16watchfrr: Convert `wtf` to a more meaningful messageDonald Sharp1-1/+3
2019-09-16doc: Add watchfrr documentationDonald Sharp3-0/+32
2019-09-16watchfrr: Allow end users to turn off watchfrr for a particular daemonDonald Sharp4-1/+57
2019-09-16bgpd: do not send keepalives when KA timer is 0Quentin Young1-1/+8
2019-09-16tests: update tests for pthread init changesQuentin Young3-0/+3
2019-09-16lib: handle frr_pthread_init/fini in libfrr initQuentin Young3-7/+4
2019-09-16lib: delete pthread from tracking list on deleteQuentin Young1-4/+11
2019-09-16zebra: remove empty, unused internal apiMark Stapp1-11/+0
2019-09-15lib: rmap dep table is not correct in case of exact-match clausevdhingra7-51/+56
2019-09-13doc: Update documentation for 'set distance XX` command for bgpDonald Sharp1-0/+6
2019-09-13bgpd: Create `set distance XXX` command for routemapsDonald Sharp4-3/+59
2019-09-13tools: Adding new commands to the list of support bundle commandsSri Mohana Singamsetty1-3/+7
2019-09-13tools: Modifications to copy support bundle filesSri Mohana Singamsetty5-0/+9
2019-09-13pbrd: Handle GATEWAY_IFINDEX nht conflictsStephen Worley1-16/+104
2019-09-13bgpd: Use defined constants for NHLEN instead of numeric valuesDonatas Abraitis5-16/+23
2019-09-13tests: Improve bgp_aggregate-address_route-map testDonatas Abraitis1-11/+33
2019-09-13tests: Disable bgp-ecmp-topo2 topotest until proper fix is developedMartin Winter1-1/+1
2019-09-12yang: add user type for ip-addressQuentin Young3-0/+79
2019-09-12zebra: revise redistribution delete to improve update caseMark Stapp5-35/+100
2019-09-12bgpd: prefer-global command not working on IPv4 peerskh_shi1-4/+2
2019-09-11doc: Djikstra -> DijkstraRuben Kerkhof1-1/+1
2019-09-11doc: Add `show ip route summary` documentationDonald Sharp1-0/+8
2019-09-11zebra: Modify `show ip route summary` to allow you to specify a tableDonald Sharp1-14/+18
2019-09-11tests: Add admin distance 255 static routesDonald Sharp3-2/+9
2019-09-11doc: Update documentation to talk about Administrative DistanceDonald Sharp1-0/+56
2019-09-11tests: Fix topotests due to json errorDonald Sharp1-1/+1