| Commit message (Expand) | Author | Files | Lines |
2017-07-21 | Correct indentation and remove _opcode_t typedef | Olivier Dugeon | 4 | -10/+9 |
2017-07-20 | OSPF OPAQUE, TE and RI macro refactoring & cleanup | Olivier Dugeon | 6 | -389/+346 |
2017-07-19 | lib: route_node_lookup() needs to apply_mask() to prefix | Daniel Walton | 1 | -4/+8 |
2017-07-18 | Add 1 more identation to correspond to kernel style multi-line comment | tmartiro | 1 | -5/+5 |
2017-07-18 | ospf6d: crash in ospf6_lsdb_show | Daniel Walton | 1 | -2/+4 |
2017-07-18 | bgpd: fix peer startup for labeled-unicast if linklocal address not found | Don Slice | 1 | -0/+2 |
2017-07-18 | replace space to tabs, add kernel styles multiline, remove trailing whitespaces. | tmartiro | 1 | -10/+8 |
2017-07-17 | *: reindent pt. 2 | whitespace / reindent | 140 | -1570/+1925 |
2017-07-17 | Add note about bridge limitations | devicenull | 1 | -0/+3 |
2017-07-17 | eigrpd: remove last vty_outln | Quentin Young | 1 | -2/+2 |
2017-07-17 | *: reindentreindent-master-after | whitespace / reindent | 687 | -293190/+283301 |
2017-07-17 | *: add indent control filesreindent-master-before | David Lamparter | 2 | -0/+72 |
2017-07-14 | lib: parser: remove incorrect assert | David Lamparter | 1 | -2/+0 |
2017-07-14 | tests/ospf6d/test_lsdb: remove vty_outln | David Lamparter | 1 | -7/+7 |
2017-07-14 | nhrpd: enable -Werror | David Lamparter | 1 | -1/+1 |
2017-07-14 | *: fix GCC 7 warnings/issues | David Lamparter | 4 | -4/+3 |
2017-07-14 | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 13 | -12/+35 |
2017-07-14 | bgpd, zebra: Cleanup warnings from new code | Donald Sharp | 6 | -210/+201 |
2017-07-14 | bgpd: Disable new EVPN CLI | Donald Sharp | 2 | -1/+12 |
2017-07-14 | lib, vtysh: remove now-useless newline arg | David Lamparter | 4 | -7/+6 |
2017-07-14 | *: remove vty_outln again | David Lamparter | 4 | -10/+10 |
2017-07-14 | *: remove VTYNL, part 6 of 6 | David Lamparter | 20 | -205/+189 |
2017-07-14 | *: remove VTYNL, part 5 of 6 | David Lamparter | 7 | -142/+134 |
2017-07-14 | *: remove VTYNL, part 4 of 6 | David Lamparter | 33 | -1067/+906 |
2017-07-14 | *: remove VTYNL, part 3 of 6 | David Lamparter | 27 | -136/+100 |
2017-07-14 | *: remove VTYNL, part 2 of 6 | David Lamparter | 28 | -515/+442 |
2017-07-14 | *: remove VTYNL, part 1 of 6 | David Lamparter | 50 | -219/+219 |
2017-07-14 | ospf6d: VNL -> VTYNL | David Lamparter | 15 | -345/+345 |
2017-07-14 | *: ditch vty_outln(), part 2 of 2 | David Lamparter | 37 | -233/+233 |
2017-07-14 | eigrpd: Fix up some redistribution issues | Donald Sharp | 3 | -14/+11 |
2017-07-14 | eigrpd: Let eigrp setup it's router-id in some situations | Donald Sharp | 1 | -2/+2 |
2017-07-14 | eigrpd: Fixed wrong type used | Donald Sharp | 3 | -3/+3 |
2017-07-13 | babeld: Allow babel to redistribute v6 routes | Donald Sharp | 1 | -0/+2 |
2017-07-13 | vtysh: return non-zero for configuration failures | Daniel Walton | 67 | -872/+898 |
2017-07-13 | vtysh: fixup password commands | Quentin Young | 1 | -27/+4 |
2017-07-13 | *: ditch vty_outln(), part 1 of 2 | David Lamparter | 119 | -2685/+2685 |
2017-07-13 | lib: move \n vs. \r\n handling into vty code | David Lamparter | 5 | -44/+74 |
2017-07-13 | lib: vty: warn when using compatibility macros | David Lamparter | 1 | -7/+29 |
2017-07-13 | *: COMMUNITY.md: compatibility foo & deprecation | David Lamparter | 1 | -0/+12 |
2017-07-13 | bgpd: show bgp ipv4 label-unicast does not provide any output | Daniel Walton | 2 | -11/+24 |
2017-07-13 | lib, vtysh: pretty-print variable autocompletions | Quentin Young | 4 | -18/+49 |
2017-07-13 | Remove FRR-hacking.md documentation | Olivier Dugeon | 1 | -1441/+0 |
2017-07-13 | zebra: Fix compilation warning | ßingen | 1 | -1/+1 |
2017-07-13 | lib, test: Add test case for ALL_NEXTHOPS_RO | ßingen | 1 | -0/+3 |
2017-07-12 | bgpd: Refactor 'struct attr_extra' into 'struct attr' | Donald Sharp | 26 | -1311/+919 |
2017-07-12 | lib: Fix some defines for older platforms | Donald Sharp | 1 | -0/+8 |
2017-07-12 | bgpd: On cleanup make sure pointers exist | Donald Sharp | 1 | -5/+8 |
2017-07-12 | bgpd: Ensure EVPN next hops are not overriden | vivek | 1 | -0/+1 |
2017-07-12 | bgpd: Handle change to router id for EVPN | vivek | 3 | -0/+85 |
2017-07-12 | bgpd: Additional configuration for EVPN | vivek | 10 | -4/+1101 |