summaryrefslogtreecommitdiffstats
path: root/zebra (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | bgpd, lib, zebra: Rename if_update_vrf -> if_updateDonald Sharp2017-03-152-2/+2
* | | | zebra: Fix non-Null Terminated help stringDonald Sharp2017-03-151-2/+3
* | | | bgpd, lib, zebra: Refactor ifname2ifindex to be VRF awareDonald Sharp2017-03-151-1/+1
* | | | *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-153-16/+16
* | | | lib: Refactor if_get_by_name_len to be VRF awareDonald Sharp2017-03-153-4/+7
* | | | *: Refactor if_get_by_name to be VRF awareDonald Sharp2017-03-151-2/+2
* | | | *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-155-8/+8
* | | | lib, pimd, zebra: Convert if_lookup_exact_address to VRF onlyDonald Sharp2017-03-151-4/+4
* | | | lib, ospfd, pimd: Convert to using VRF based interface creationDonald Sharp2017-03-151-1/+1
* | | | *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-156-13/+13
|/ / /
* | | Merge branch 'stable/2.0'David Lamparter2017-03-101-6/+32
|\| |
| * | zebra: Fix specific prefix handlingDonald Sharp2017-03-101-4/+1
| * | zebra: Notify all nexthops that we've changedDonald Sharp2017-03-091-7/+36
| |/
* | *: fix some user-visible Quagga remnantsDavid Lamparter2017-03-083-4/+4
* | *: fix some option descriptions and make -e workDavid Lamparter2017-03-081-8/+9
* | lib: hide away logging internalsDavid Lamparter2017-03-081-0/+1
* | lib: remove remaining struct zlog * argsDavid Lamparter2017-03-082-2/+2
* | lib: simplify protocol/log namingDavid Lamparter2017-03-082-4/+2
* | lib: ditch struct zlog * argument on zlog/vzlog()David Lamparter2017-03-081-1/+1
* | *: get rid of zlog(*, LOG_LEVEL, ...)David Lamparter2017-03-089-84/+75
* | *: add frr_run()David Lamparter2017-03-081-8/+1
* | *: add frr_config_fork()David Lamparter2017-03-082-53/+8
* | *: centralize more into frr_init()David Lamparter2017-03-071-5/+1
* | *: add frr_init() infrastructureDavid Lamparter2017-03-071-113/+38
* | Merge pull request #257 from opensourcerouting/nhrpdDonald Sharp2017-03-074-8/+23
|\ \
| * | nhrpd: implement next hop resolution protocolTimo Teräs2017-03-074-8/+23
* | | Merge branch 'frr/pull/250' ("bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4")David Lamparter2017-03-071-0/+2
|\ \ \ | |/ / |/| |
| * | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV6Donald Sharp2017-03-061-0/+1
| * | bgpd, zebra: Add ifindex to NEXTHOP_TYPE_IPV4Donald Sharp2017-03-061-0/+1
* | | Merge pull request #233 from donaldsharp/ecmp1Renato Westphal2017-03-037-27/+39
|\ \ \ | |/ / |/| |
| * | bgpd, zebra: Allow setting ecmp from daemon cliDonald Sharp2017-03-017-27/+39
* | | zebra: Allow multiple rib deletes from linux kernelDonald Sharp2017-03-011-2/+35
* | | zebra: Add multipath parsing to V6Donald Sharp2017-03-011-96/+95
* | | zebra: Refactor netlink_route_change and netlink_route_change_read_unicastDonald Sharp2017-03-011-207/+26
* | | zebra: Add knowledge of whether or not we are acting under startup conditionsDonald Sharp2017-03-016-45/+69
|/ /
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-241-1/+1
|\|
| * zebra: Fix CID 1399335 (#1 of 1): Wrong sizeof argument (SIZEOF_MISMATCH)Martin Winter2017-02-101-1/+1
* | lib: Enhance prefix dump for EVPN prefixesvivek2017-02-142-4/+4
* | *: fix ambiguous commandsDavid Lamparter2017-02-101-2/+2
* | Merge pull request #181 from opensourcerouting/zebra-static-uninstall-mplsDonald Sharp2017-02-081-31/+4
|\ \
| * | zebra: fix uninstallation of LDP labeled static routesRenato Westphal2017-02-081-31/+4
* | | zebra: Don't leak socket with failure conditionDonald Sharp2017-02-081-1/+7
|/ /
* | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-073-5/+5
|\|
| * *: Convert libzebra -> libfrrDonald Sharp2017-02-033-5/+5
* | Merge branch 'frr/pull/152' ("Lib fixes")David Lamparter2017-02-071-1/+3
|\ \
| * | zebra: Fix free'd memory writeDonald Sharp2017-02-021-1/+3
* | | zebra: fix installation of LDP labels on static routesRenato Westphal2017-02-071-5/+9
* | | zebra: fix indentation problems introduced by wrong conflict resolutionRenato Westphal2017-02-061-11/+11
* | | Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-023-6/+26
|\ \ \ | | |/ | |/|
| * | zebra: fix SEGV on exit or vrf deleteDavid Lamparter2017-02-011-2/+5