Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | ospf6d: Allow unconfig of unknown lsa's | Donald Sharp | 2017-05-16 | 1 | -3/+23 | |
| * | | | ospf6d: Fix debug line always showing up in ospf6d | Donald Sharp | 2017-05-16 | 1 | -4/+17 | |
* | | | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 40 | -160/+120 | |
| |_|/ |/| | | ||||||
* | | | ospf6d, zebra: remove unnecessary asserts | Quentin Young | 2017-05-09 | 1 | -1/+0 | |
* | | | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 7 | -85/+85 | |
* | | | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 10 | -135/+119 | |
| |/ |/| | ||||||
* | | ospf6d: Allow some route-map commands to work | Donald Sharp | 2017-05-03 | 1 | -0/+9 | |
* | | ospf6d: Fix redistribution debug knowledge | Donald Sharp | 2017-05-03 | 1 | -1/+1 | |
* | | ospf6d: Fix parse_type_spec | Donald Sharp | 2017-04-28 | 1 | -7/+7 | |
* | | ospf6d: Fix some issues with 'show ipv6 ospf6 data..' | Donald Sharp | 2017-04-28 | 1 | -2/+2 | |
* | | ospf6d: fix "no router ospf6" | Renato Westphal | 2017-04-22 | 1 | -0/+8 | |
* | | Merge pull request #332 from opensourcerouting/snmp-fix | Donald Sharp | 2017-04-04 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | build: fix CFLAGS for snmp modules | David Lamparter | 2017-04-04 | 1 | -0/+1 | |
* | | | Merge pull request #330 from dwalton76/ospf-no-log-adjacency-changes-detail | David Lamparter | 2017-04-04 | 1 | -1/+0 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | ospfd: "no log-adjacency-changes detail" disables log-adjacency-changes | Daniel Walton | 2017-04-04 | 1 | -1/+0 | |
* | | | Merge branch 'master' | David Lamparter | 2017-04-04 | 8 | -69/+70 | |
|\| | | ||||||
| * | | Merge pull request #294 from opensourcerouting/modules | Donald Sharp | 2017-04-04 | 8 | -69/+70 | |
| |\ \ | ||||||
| | * | | *: snmp: convert into modules | David Lamparter | 2017-03-25 | 3 | -19/+28 | |
| | * | | *: use hooks for sending SNMP traps | David Lamparter | 2017-03-25 | 8 | -57/+49 | |
| | * | | build: split off libfrrsnmp | David Lamparter | 2017-03-25 | 1 | -1/+1 | |
* | | | | Merge branch 'stable/2.0' | David Lamparter | 2017-04-04 | 1 | -1/+7 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | *: track version & "defaults" in configs | David Lamparter | 2017-03-28 | 1 | -1/+6 | |
* | | | ospfd, ospf6d: fix distance commands | Quentin Young | 2017-04-03 | 1 | -108/+12 | |
* | | | *: apply DEFUN_NOSH for node-switch CLI commands | David Lamparter | 2017-03-28 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | *: Refactor ifindex2ifname to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -3/+3 | |
* | | *: Refactor if_get_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 1 | -1/+1 | |
* | | *: Refactor if_lookup_by_name to be VRF aware | Donald Sharp | 2017-03-15 | 3 | -5/+5 | |
* | | lib, ospf6d: Refactor if_lookup_prefix | Donald Sharp | 2017-03-15 | 1 | -1/+2 | |
* | | *: Remove non-vrf based ifindex lookup | Donald Sharp | 2017-03-15 | 1 | -1/+1 | |
* | | lib: remove remaining struct zlog * args | David Lamparter | 2017-03-08 | 1 | -1/+1 | |
* | | lib: simplify protocol/log naming | David Lamparter | 2017-03-08 | 1 | -2/+1 | |
* | | *: add frr_run() | David Lamparter | 2017-03-08 | 1 | -14/+1 | |
* | | *: add frr_config_fork() | David Lamparter | 2017-03-08 | 1 | -53/+3 | |
* | | *: centralize more into frr_init() | David Lamparter | 2017-03-07 | 1 | -3/+0 | |
* | | *: add frr_init() infrastructure | David Lamparter | 2017-03-07 | 1 | -106/+25 | |
* | | ospf6d: Fix write beyond data structure | Donald Sharp | 2017-03-01 | 1 | -7/+7 | |
* | | *: fix ambiguous commands | David Lamparter | 2017-02-10 | 1 | -4/+4 | |
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-07 | 2 | -2/+2 | |
|\| | ||||||
| * | ospf6d: Fix compile warnings | Donald Sharp | 2017-02-03 | 1 | -1/+1 | |
| * | *: Convert libzebra -> libfrr | Donald Sharp | 2017-02-03 | 1 | -1/+1 | |
* | | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-02-02 | 1 | -1/+11 | |
|\| | ||||||
| * | *: fix warning fallout from set_socket_path | David Lamparter | 2017-02-01 | 1 | -1/+1 | |
| * | ospf6d: Add vty_socket cli option to override the compiled-in location for th... | Martin Winter | 2017-01-25 | 1 | -1/+11 | |
* | | Merge branch 'master' into feature/zebra-srcdest | Christian Franke | 2017-01-31 | 1 | -112/+0 | |
|\ \ | ||||||
| * | | ospf6d: Fix Ambiguous Commands | Donald Sharp | 2017-01-30 | 1 | -112/+0 | |
* | | | *: read and ignore srcdest routes on ZAPI | Christian Franke | 2017-01-30 | 1 | -1/+13 | |
* | | | lib: send ZAPI IPv6 source prefix | David Lamparter | 2017-01-30 | 1 | -4/+4 | |
|/ / | ||||||
* | | *: Fix redistribute issue | Donald Sharp | 2017-01-27 | 1 | -3/+3 | |
* | | *: use monotime() | David Lamparter | 2017-01-23 | 11 | -23/+23 | |
* | | *: remove quagga_gettime() return value checks | David Lamparter | 2017-01-23 | 2 | -10/+3 |