| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: move hashstats under debug, show per-daemon | David Lamparter | 2017-08-21 | 1 | -6/+7 |
* | lib: replace if_add_hook with hook_* logic | David Lamparter | 2017-08-15 | 2 | -35/+17 |
* | *: centralize some exit cleanup into libfrr | David Lamparter | 2017-08-15 | 2 | -0/+29 |
* | lib: hooks: support priority ordering & reversing | David Lamparter | 2017-08-15 | 2 | -9/+58 |
* | Merge pull request #948 from qlyoung/fix-set-ip-next-hop-peer-address | David Lamparter | 2017-08-15 | 1 | -9/+9 |
|\ |
|
| * | lib, bgpd: fix `set ip next-hop peer-address` | Quentin Young | 2017-08-10 | 1 | -9/+9 |
* | | Merge pull request #934 from qlyoung/mac-parser | David Lamparter | 2017-08-15 | 7 | -3/+84 |
|\ \ |
|
| * | | lib, python: add M:A:C support for clippy | Quentin Young | 2017-08-14 | 1 | -0/+2 |
| * | | lib: add CLI token for 48-bit mac addresses | Quentin Young | 2017-08-11 | 6 | -3/+82 |
| |/ |
|
* | | lib: fix prefix list trie corruption | David Lamparter | 2017-08-11 | 1 | -1/+2 |
* | | Merge pull request #957 from chiragshah6/mdev | David Lamparter | 2017-08-11 | 1 | -2/+7 |
|\ \ |
|
| * | | lib: Fix multi instance ospf | Chirag Shah | 2017-08-10 | 1 | -2/+7 |
| |/ |
|
* / | lib: don't close stdio when running foreground | David Lamparter | 2017-08-11 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'frr/pull/822' ("EVPN fixes") | David Lamparter | 2017-08-09 | 7 | -417/+523 |
|\ |
|
| * | lib: some final MAC access-list fixes | David Lamparter | 2017-08-09 | 3 | -27/+22 |
| * | lib, bgpd: Use 'struct prefix *' for filter matching | Donald Sharp | 2017-08-08 | 3 | -65/+19 |
| * | lib, bgpd: Distinguish between AF_EVPN and AF_ETHERNET | Donald Sharp | 2017-08-08 | 2 | -11/+39 |
| * | lib, bgpd: Address Review comments. | Donald Sharp | 2017-08-08 | 1 | -1/+1 |
| * | lib: Fix extra doc string | Donald Sharp | 2017-08-08 | 1 | -3/+2 |
| * | lib: changes needed for mac access-list any command | Mitesh Kanjariya | 2017-08-08 | 3 | -4/+25 |
| * | bgpd/zebra/lib: EVPN support for asymmetric VxLan routing | Mitesh Kanjariya | 2017-08-08 | 2 | -0/+6 |
| * | bgpd, lib, vtysh: Added support for mac filtering in route-maps | Mitesh Kanjariya | 2017-08-08 | 5 | -413/+516 |
* | | Merge pull request #926 from opensourcerouting/tcp-zebra | Donald Sharp | 2017-08-09 | 4 | -102/+149 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'frr/master' into tcp-zebra | David Lamparter | 2017-08-09 | 19 | -105/+629 |
| |\ \ |
|
| * | | | lib: thoroughly disable tcp-zebra | David Lamparter | 2017-08-08 | 1 | -0/+16 |
| * | | | *: remove --enable-tcp-zebra, rework ZAPI path | David Lamparter | 2017-08-08 | 4 | -102/+133 |
| | |/
| |/| |
|
* | | | Merge pull request #940 from qlyoung/hashtable-expansion-lf | David Lamparter | 2017-08-09 | 2 | -6/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | lib: use load factor as hash expansion trigger | Quentin Young | 2017-08-09 | 2 | -6/+4 |
* | | | Merge pull request #911 from opensourcerouting/non-recursive-2 | Donald Sharp | 2017-08-09 | 1 | -6/+14 |
|\ \ \ |
|
| * | | | build: clean up BUILT_SOURCES | David Lamparter | 2017-08-04 | 1 | -4/+6 |
| * | | | build: fix clippy cross-compile | David Lamparter | 2017-08-04 | 1 | -2/+8 |
* | | | | Merge pull request #892 from opensourcerouting/watchfrr-simplify | Donald Sharp | 2017-08-09 | 10 | -94/+433 |
|\ \ \ \ |
|
| * | | | | lib: don't mkdir state paths in watchfrr | David Lamparter | 2017-08-09 | 1 | -6/+9 |
| * | | | | lib: close stdin/out/err in non-terminal case | David Lamparter | 2017-08-03 | 1 | -2/+9 |
| * | | | | lib: replace stderr with zlog in vty config load | David Lamparter | 2017-08-02 | 1 | -28/+20 |
| * | | | | lib: plug logging hole during startup | David Lamparter | 2017-08-02 | 3 | -26/+41 |
| * | | | | lib: create pid/vty directories | David Lamparter | 2017-08-02 | 1 | -0/+51 |
| * | | | | lib: privs: make uid/gid accessible before setuid | David Lamparter | 2017-08-02 | 3 | -4/+16 |
| * | | | | lib: vty_stdio signal handling | David Lamparter | 2017-08-02 | 4 | -35/+184 |
| * | | | | lib: --terminal option for all daemons | David Lamparter | 2017-08-02 | 2 | -3/+36 |
| * | | | | lib: daemonize more intelligently | David Lamparter | 2017-08-02 | 1 | -5/+82 |
| * | | | | build: make gitversion more useful | David Lamparter | 2017-08-02 | 1 | -1/+1 |
* | | | | | zebra: add support for static pseudowires | Renato Westphal | 2017-08-09 | 3 | -0/+6 |
* | | | | | ldpd: integrate with the pseudowire manager in zebra | Renato Westphal | 2017-08-09 | 1 | -1/+6 |
* | | | | | zebra: add pseudowire manager | ßingen | 2017-08-09 | 5 | -0/+158 |
* | | | | | ospf: Fix segfault if compiled with DEBUG | ßingen | 2017-08-09 | 1 | -1/+1 |
* | | | | | lib: fix still reachable linked list in thread.c | Quentin Young | 2017-08-08 | 1 | -4/+8 |
| |_|/ /
|/| | | |
|
* | | | | *: Define the number of seconds in a Day, Week and year | Donald Sharp | 2017-08-08 | 1 | -0/+4 |
| |_|/
|/| | |
|
* | | | lib: cli: don't run off graph "pre-end" | David Lamparter | 2017-08-07 | 1 | -1/+3 |
* | | | Merge pull request #912 from chiragshah6/mdev | David Lamparter | 2017-08-06 | 2 | -0/+6 |
|\ \ \ |
|