summaryrefslogtreecommitdiffstats
path: root/qpb (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-21Correct indentation and remove _opcode_t typedefOlivier Dugeon4-10/+9
2017-07-20OSPF OPAQUE, TE and RI macro refactoring & cleanupOlivier Dugeon6-389/+346
2017-07-19lib: route_node_lookup() needs to apply_mask() to prefixDaniel Walton1-4/+8
2017-07-18Add 1 more identation to correspond to kernel style multi-line commenttmartiro1-5/+5
2017-07-18ospf6d: crash in ospf6_lsdb_showDaniel Walton1-2/+4
2017-07-18bgpd: fix peer startup for labeled-unicast if linklocal address not foundDon Slice1-0/+2
2017-07-18replace space to tabs, add kernel styles multiline, remove trailing whitespaces.tmartiro1-10/+8
2017-07-17*: reindent pt. 2whitespace / reindent140-1570/+1925
2017-07-17Add note about bridge limitationsdevicenull1-0/+3
2017-07-17eigrpd: remove last vty_outlnQuentin Young1-2/+2
2017-07-17*: reindentreindent-master-afterwhitespace / reindent687-293190/+283301
2017-07-17*: add indent control filesreindent-master-beforeDavid Lamparter2-0/+72
2017-07-14lib: parser: remove incorrect assertDavid Lamparter1-2/+0
2017-07-14tests/ospf6d/test_lsdb: remove vty_outlnDavid Lamparter1-7/+7
2017-07-14nhrpd: enable -WerrorDavid Lamparter1-1/+1
2017-07-14*: fix GCC 7 warnings/issuesDavid Lamparter4-4/+3
2017-07-14*: fix GCC 7 switch/case fallthrough warningsDavid Lamparter13-12/+35
2017-07-14bgpd, zebra: Cleanup warnings from new codeDonald Sharp6-210/+201
2017-07-14bgpd: Disable new EVPN CLIDonald Sharp2-1/+12
2017-07-14lib, vtysh: remove now-useless newline argDavid Lamparter4-7/+6
2017-07-14*: remove vty_outln againDavid Lamparter4-10/+10
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter20-205/+189
2017-07-14*: remove VTYNL, part 5 of 6David Lamparter7-142/+134
2017-07-14*: remove VTYNL, part 4 of 6David Lamparter33-1067/+906
2017-07-14*: remove VTYNL, part 3 of 6David Lamparter27-136/+100
2017-07-14*: remove VTYNL, part 2 of 6David Lamparter28-515/+442
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter50-219/+219
2017-07-14ospf6d: VNL -> VTYNLDavid Lamparter15-345/+345
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter37-233/+233
2017-07-14eigrpd: Fix up some redistribution issuesDonald Sharp3-14/+11
2017-07-14eigrpd: Let eigrp setup it's router-id in some situationsDonald Sharp1-2/+2
2017-07-14eigrpd: Fixed wrong type usedDonald Sharp3-3/+3
2017-07-13babeld: Allow babel to redistribute v6 routesDonald Sharp1-0/+2
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton67-872/+898
2017-07-13vtysh: fixup password commandsQuentin Young1-27/+4
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter119-2685/+2685
2017-07-13lib: move \n vs. \r\n handling into vty codeDavid Lamparter5-44/+74
2017-07-13lib: vty: warn when using compatibility macrosDavid Lamparter1-7/+29
2017-07-13*: COMMUNITY.md: compatibility foo & deprecationDavid Lamparter1-0/+12
2017-07-13bgpd: show bgp ipv4 label-unicast does not provide any outputDaniel Walton2-11/+24
2017-07-13lib, vtysh: pretty-print variable autocompletionsQuentin Young4-18/+49
2017-07-13Remove FRR-hacking.md documentationOlivier Dugeon1-1441/+0
2017-07-13zebra: Fix compilation warningßingen1-1/+1
2017-07-13lib, test: Add test case for ALL_NEXTHOPS_ROßingen1-0/+3
2017-07-12bgpd: Refactor 'struct attr_extra' into 'struct attr'Donald Sharp26-1311/+919
2017-07-12lib: Fix some defines for older platformsDonald Sharp1-0/+8
2017-07-12bgpd: On cleanup make sure pointers existDonald Sharp1-5/+8
2017-07-12bgpd: Ensure EVPN next hops are not overridenvivek1-0/+1
2017-07-12bgpd: Handle change to router id for EVPNvivek3-0/+85
2017-07-12bgpd: Additional configuration for EVPNvivek10-4/+1101