| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | bgpd, lib, zebra: Rename if_update_vrf -> if_update | Donald Sharp | 2017-03-15 | 2 | -2/+2 |
* | | | | zebra: Fix non-Null Terminated help string | Donald Sharp | 2017-03-15 | 1 | -2/+3 |
* | | | | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | | | | *: Refactor ifindex2ifname to be VRF aware | Donald Sharp | 2017-03-15 | 3 | -16/+16 |
* | | | | lib: Refactor if_get_by_name_len to be VRF aware | Donald Sharp | 2017-03-15 | 3 | -4/+7 |
* | | | | *: Refactor if_get_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -2/+2 |
* | | | | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 5 | -8/+8 |
* | | | | lib, pimd, zebra: Convert if_lookup_exact_address to VRF only | Donald Sharp | 2017-03-15 | 1 | -4/+4 |
* | | | | lib, ospfd, pimd: Convert to using VRF based interface creation | Donald Sharp | 2017-03-15 | 1 | -1/+1 |
* | | | | *: Remove non-vrf based ifindex lookup | Donald Sharp | 2017-03-15 | 6 | -13/+13 |
|/ / / |
|
* | | | Merge branch 'stable/2.0' | David Lamparter | 2017-03-10 | 1 | -6/+32 |
|\| | |
|
| * | | zebra: Fix specific prefix handling | Donald Sharp | 2017-03-10 | 1 | -4/+1 |
| * | | zebra: Notify all nexthops that we've changed | Donald Sharp | 2017-03-09 | 1 | -7/+36 |
| |/ |
|
* | | *: fix some user-visible Quagga remnants | David Lamparter | 2017-03-08 | 3 | -4/+4 |
* | | *: fix some option descriptions and make -e work | David Lamparter | 2017-03-08 | 1 | -8/+9 |
* | | lib: hide away logging internals | David Lamparter | 2017-03-08 | 1 | -0/+1 |
* | | lib: remove remaining struct zlog * args | David Lamparter | 2017-03-08 | 2 | -2/+2 |
* | | lib: simplify protocol/log naming | David Lamparter | 2017-03-08 | 2 | -4/+2 |
* | | lib: ditch struct zlog * argument on zlog/vzlog() | David Lamparter | 2017-03-08 | 1 | -1/+1 |
* | | *: get rid of zlog(*, LOG_LEVEL, ...) | David Lamparter | 2017-03-08 | 9 | -84/+75 |
* | | *: add frr_run() | David Lamparter | 2017-03-08 | 1 | -8/+1 |
* | | *: add frr_config_fork() | David Lamparter | 2017-03-08 | 2 | -53/+8 |
* | | *: centralize more into frr_init() | David Lamparter | 2017-03-07 | 1 | -5/+1 |
* | | *: add frr_init() infrastructure | David Lamparter | 2017-03-07 | 1 | -113/+38 |
* | | Merge pull request #257 from opensourcerouting/nhrpd | Donald Sharp | 2017-03-07 | 4 | -8/+23 |
|\ \ |
|
| * | | nhrpd: implement next hop resolution protocol | Timo Teräs | 2017-03-07 | 4 | -8/+23 |
* | | | Merge branch 'frr/pull/250' ("bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4") | David Lamparter | 2017-03-07 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6 | Donald Sharp | 2017-03-06 | 1 | -0/+1 |
| * | | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4 | Donald Sharp | 2017-03-06 | 1 | -0/+1 |
* | | | Merge pull request #233 from donaldsharp/ecmp1 | Renato Westphal | 2017-03-03 | 7 | -27/+39 |
|\ \ \
| |/ /
|/| | |
|
| * | | bgpd, zebra: Allow setting ecmp from daemon cli | Donald Sharp | 2017-03-01 | 7 | -27/+39 |
* | | | zebra: Allow multiple rib deletes from linux kernel | Donald Sharp | 2017-03-01 | 1 | -2/+35 |
* | | | zebra: Add multipath parsing to V6 | Donald Sharp | 2017-03-01 | 1 | -96/+95 |
* | | | zebra: Refactor netlink_route_change and netlink_route_change_read_unicast | Donald Sharp | 2017-03-01 | 1 | -207/+26 |
* | | | zebra: Add knowledge of whether or not we are acting under startup conditions | Donald Sharp | 2017-03-01 | 6 | -45/+69 |
|/ / |
|
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-24 | 1 | -1/+1 |
|\| |
|
| * | zebra: Fix CID 1399335 (#1 of 1): Wrong sizeof argument (SIZEOF_MISMATCH) | Martin Winter | 2017-02-10 | 1 | -1/+1 |
* | | lib: Enhance prefix dump for EVPN prefixes | vivek | 2017-02-14 | 2 | -4/+4 |
* | | *: fix ambiguous commands | David Lamparter | 2017-02-10 | 1 | -2/+2 |
* | | Merge pull request #181 from opensourcerouting/zebra-static-uninstall-mpls | Donald Sharp | 2017-02-08 | 1 | -31/+4 |
|\ \ |
|
| * | | zebra: fix uninstallation of LDP labeled static routes | Renato Westphal | 2017-02-08 | 1 | -31/+4 |
* | | | zebra: Don't leak socket with failure condition | Donald Sharp | 2017-02-08 | 1 | -1/+7 |
|/ / |
|
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-07 | 3 | -5/+5 |
|\| |
|
| * | *: Convert libzebra -> libfrr | Donald Sharp | 2017-02-03 | 3 | -5/+5 |
* | | Merge branch 'frr/pull/152' ("Lib fixes") | David Lamparter | 2017-02-07 | 1 | -1/+3 |
|\ \ |
|
| * | | zebra: Fix free'd memory write | Donald Sharp | 2017-02-02 | 1 | -1/+3 |
* | | | zebra: fix installation of LDP labels on static routes | Renato Westphal | 2017-02-07 | 1 | -5/+9 |
* | | | zebra: fix indentation problems introduced by wrong conflict resolution | Renato Westphal | 2017-02-06 | 1 | -11/+11 |
* | | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-02 | 3 | -6/+26 |
|\ \ \
| | |/
| |/| |
|
| * | | zebra: fix SEGV on exit or vrf delete | David Lamparter | 2017-02-01 | 1 | -2/+5 |