| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -5/+3 |
* | *: change interface structure, from vrf_id to vrf | Philippe Guibert | 2019-06-12 | 1 | -2/+2 |
* | lib, ospfd, pimd, zebra: change if_create() api with vrf | Philippe Guibert | 2019-06-11 | 1 | -1/+3 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -2/+2 |
* | ospfd: do not remove area structure, while vls are configured | Philippe Guibert | 2018-10-25 | 1 | -0/+17 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -4/+4 |
* | ospfd: Cleanup some warnings that were not warnings | Donald Sharp | 2018-09-06 | 1 | -1/+1 |
* | *: ALLOC calls cannot fail | Donald Sharp | 2018-08-11 | 1 | -3/+0 |
* | babeld, lib, ospfd, tests: fmt fixes (cppcheck) | paco | 2018-06-18 | 1 | -1/+1 |
* | ospfd: packet fifo init in interface create | Chirag Shah | 2018-05-11 | 1 | -4/+8 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -8/+8 |
* | ospfd: Treat vrf interface as loopback type | Chirag Shah | 2018-03-08 | 1 | -3/+3 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -2/+3 |
* | ospfd: show ip ospf neighbor json output format | Chirag Shah | 2018-01-21 | 1 | -0/+22 |
* | ospfd: reset ospf interface protocol stats | Chirag Shah | 2017-10-23 | 1 | -0/+12 |
* | lib: nuke the if_*_by_name_len() functions | Renato Westphal | 2017-10-10 | 1 | -2/+2 |
* | *: Convert list_free usage to list_delete | Donald Sharp | 2017-10-05 | 1 | -3/+3 |
* | *: Convert list_delete(struct list *) to ** to allow nulling | Donald Sharp | 2017-10-05 | 1 | -1/+1 |
* | ospfd: OSPFv2 VRF remove iflist from master | Chirag Shah | 2017-10-03 | 1 | -1/+0 |
* | ospfd: OSPFv2 VRF Support | Chirag Shah | 2017-10-03 | 1 | -3/+19 |
* | ospfd: fix route_node_get | Chirag Shah | 2017-08-28 | 1 | -0/+2 |
* | lib: replace if_add_hook with hook_* logic | David Lamparter | 2017-08-15 | 1 | -2/+2 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -3/+2 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -2/+3 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -967/+908 |
* | *: fix GCC 7 switch/case fallthrough warnings | David Lamparter | 2017-07-14 | 1 | -0/+1 |
* | Merge remote-tracking branch 'origin/stable/3.0' | Donald Sharp | 2017-06-29 | 1 | -1/+7 |
|\ |
|
| * | ospfd: correct typo in zebra trace | Chirag Shah | 2017-06-14 | 1 | -0/+3 |
| * | ospfd: ospf bandwidth handling | Chirag Shah | 2017-06-12 | 1 | -3/+1 |
| * | ospfd: ospf bandwidth handling | Chirag Shah | 2017-06-12 | 1 | -1/+6 |
* | | Merge remote-tracking branch 'origin/stable/3.0' | Donald Sharp | 2017-05-24 | 1 | -2/+2 |
|\| |
|
| * | ospfd: remember format for ospf area id | Quentin Young | 2017-05-19 | 1 | -2/+2 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -5/+4 |
|/ |
|
* | ospfd: Remove unused function | Donald Sharp | 2017-04-25 | 1 | -40/+0 |
* | *: use hooks for sending SNMP traps | David Lamparter | 2017-03-25 | 1 | -9/+4 |
* | lib, ospfd, pimd: Convert to using VRF based interface creation | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | ospfd, ospf6d: add qobj registrations | David Lamparter | 2016-12-09 | 1 | -1/+5 |
* | ospfd: set the OSPF socket's send buffer size only once | Renato Westphal | 2016-12-08 | 1 | -5/+0 |
* | ospfd: Remove HAVE_OPAQUE_LSA | Donald Sharp | 2016-08-16 | 1 | -8/+0 |
* | ospfd: Ensure correct handling of router-id change | vivek | 2016-07-20 | 1 | -2/+2 |
* | ospfd: fix - correct neighbor index on changing/p2p/virtual links | Jafar Al-Gharaibeh | 2016-06-10 | 1 | -3/+5 |
* | ospfd: Fix bug in 94266fa822ba, nbr_self rebuild didn't add valid nbr_self | Paul Jakma | 2016-05-26 | 1 | -3/+1 |
* | quagga: Remove iflist global variable | Donald Sharp | 2016-04-08 | 1 | -1/+1 |
* | *: call if_init()/if_terminate() from vrf_init()/vrf_terminate() | Feng Lu | 2015-10-30 | 1 | -1/+0 |
* | arm compilation failures. | Donald Sharp | 2015-07-30 | 1 | -1/+1 |
* | Fixup of a few missed warnings after --enable-werror turned on | Donald Sharp | 2015-07-26 | 1 | -0/+1 |
* | This patch changes ospfd from only listening mode for BFD status updates to i... | Donald Sharp | 2015-07-22 | 1 | -0/+2 |
* | ospfd: ospfd-virtual-link.patch | Donald Sharp | 2015-05-20 | 1 | -0/+5 |
* | Unnumbered interface support. | Donald Sharp | 2015-05-20 | 1 | -3/+10 |
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -6/+6 |