summaryrefslogtreecommitdiffstats
path: root/indent.py (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-05zebra: accept Null0 again in addition to null0Renato Westphal1-6/+12
2017-09-05zebra: display static blackhole routes consistentlyRenato Westphal3-17/+37
2017-09-05eigrp: Fix missing neighbor->nexthop changes?Donald Sharp3-3/+3
2017-09-03bgpd: Fixed some comments in bgp_lcommunity.hNigel Kukard1-2/+2
2017-09-03bgpd: Fixed incorrect MTYPE being used for large communitesNigel Kukard1-2/+2
2017-09-02bgpd: rfapi - fix vestige from gratuitous grammar change.Lou Berger1-3/+3
2017-09-02bgpd: Fixed pointer calculation issue in lcommunityNigel Kukard1-2/+1
2017-09-02tests: skip isis tlv fuzztest on SunOSChristian Franke3-3/+17
2017-09-01zebra: add an exception for link-local connected routesRenato Westphal1-1/+6
2017-09-01bgpd: Use lcommunity_new() to allocate new lcommunityNigel Kukard1-1/+1
2017-09-01zebra: allow blackhole routes from the kernel to be deletedRenato Westphal1-9/+18
2017-09-01zebra: fix detection of duplicate system routesRenato Westphal1-5/+4
2017-09-01zebra: remove refcnt from the route_entry structureRenato Westphal3-16/+3
2017-09-01zebra: fix compiler error introduced by previous commitRenato Westphal1-4/+4
2017-09-01bgpd: Fixed pointer arithmatic miscalculationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed incorrect large community pointer calculationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed incorrect calculation of pointer locationNigel Kukard1-2/+1
2017-09-01bgpd: Fixed potential memory leak if additive is falseNigel Kukard1-7/+8
2017-09-01bgpd: Fixed potential memory leak if additive is false in normal communitiesNigel Kukard1-7/+8
2017-09-01bgpd: Cleaned up some commentsNigel Kukard1-4/+2
2017-09-01bgpd: Fixed typo in commentNigel Kukard1-1/+1
2017-09-01bgpd: Fixed typo in the lc list type being matched onNigel Kukard1-1/+1
2017-09-01bgpd: Cleaned up the lcom->size * LCOMMUNITY_SIZE with lcom_length()Nigel Kukard2-18/+15
2017-09-01bgpd: The large community size is easier to read if its using the constantNigel Kukard2-10/+10
2017-09-01zebra: Allow bh_type to override nexthop selectionDonald Sharp1-10/+17
2017-09-01lib: fix thread scheduling weirdnessQuentin Young2-46/+31
2017-09-01isisd: cleanup output of show isis topologyChristian Franke1-40/+47
2017-08-31zebra: Add v6 support for import-tableDonald Sharp1-55/+49
2017-08-31*: Cleanup multiple is_default... codeDonald Sharp4-38/+16
2017-08-31zebra: Clean up indentationDonald Sharp1-102/+101
2017-08-31zebra: Cleanup some typosDonald Sharp1-2/+2
2017-08-31zebra: Abstract what we can of connected_delete_ipv[4|6]Donald Sharp1-51/+45
2017-08-31zebra: Refactor connected_down_ipv[4|6]Donald Sharp3-71/+47
2017-08-31zebra: Refactor connected_up_ipv[4|6]Donald Sharp3-69/+45
2017-08-31lib: Add PREFIX_COPYDonald Sharp1-1/+3
2017-08-31*: return CMD_WARNING if command was already configuredDaniel Walton6-13/+13
2017-08-30redhat: Set permissions on systemd service fileMatthew Smith1-1/+1
2017-08-30*: fix styleQuentin Young25-476/+382
2017-08-30pimd: Fix pim->keep_alive_time missed patchDonald Sharp1-1/+1
2017-08-30pimd: Add missed frame for vrf based interfaceDonald Sharp1-2/+2
2017-08-30pimd: Fix indentation issue that slipped in?Donald Sharp1-1/+1
2017-08-29lib: apply_mask to route_node_getChirag Shah1-1/+1
2017-08-29bgp: add asserts to catch unsupported double enqueue of an RN on a bgp_proces...Lou Berger1-0/+2
2017-08-29bgp: fix handling of bgp_process_queue to allow for RNs addedLou Berger1-4/+6
2017-08-29bgp: refactor bgp_process_queue to be consistent and cleanup related event qu...Lou Berger1-8/+11
2017-08-29ospf6d: fix prefix list name SEGVDavid Lamparter1-2/+2
2017-08-29lib, ospfd, ripd, ripngd: Fix 'set metric'Donald Sharp4-41/+73
2017-08-29Revert "doc: work around weird texinfo bug"David Lamparter2-6/+3
2017-08-29doc: add "ip address LOCAL peer PEER/SUBNET"David Lamparter1-0/+11
2017-08-29doc: new frr-args(8) man page with general optionsDavid Lamparter4-1/+251