| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: improve cleanup in bgp_delete() | Lou Berger | 2016-06-09 | 1 | -1/+1 |
* | build: determine CFLAGS more intelligently | David Lamparter | 2016-06-08 | 1 | -0/+3 |
* | vtysh: drop unused variables & RETSIGTYPE | David Lamparter | 2016-06-08 | 1 | -8/+2 |
* | vtysh: fix function prototypes | David Lamparter | 2016-06-08 | 6 | -67/+21 |
* | lib, vtysh: reduce unneccessary C extension usage | David Lamparter | 2016-06-08 | 1 | -1/+4 |
* | bgpd, lib, vtysh: hook up bgp VPNv6 CLI node | vivek | 2016-06-07 | 1 | -1/+41 |
* | Add code to extract.pl.in to prevent further cli function overwrites | Donald Sharp | 2016-05-30 | 1 | -1/+30 |
* | build: get rid of INCLUDES, use AM_CPPFLAGS | David Lamparter | 2016-06-03 | 1 | -1/+1 |
* | vtysh: Add code to allow pimd show running specific | Donald Sharp | 2016-06-01 | 1 | -4/+6 |
* | vtysh: vtysh_pam() needs an ifdef USE_PAM check | Daniel Walton | 2016-05-27 | 1 | -0/+2 |
* | vtysh: Fix compile failure from cherry-pick | Donald Sharp | 2016-05-27 | 1 | -1/+1 |
* | vtysh: allow --with-libpam to build with --enable-werror | Donald Sharp | 2016-05-26 | 1 | -1/+1 |
* | build: Remove the old PIC/PIE patch, let libtool sort it out | Paul Jakma | 2016-05-26 | 1 | -2/+1 |
* | pimd: merge pimd as of 2015-01-19 | David Lamparter | 2016-05-26 | 3 | -3/+7 |
* | vtysh: fix vtysh warnings from another compiler | Donald Sharp | 2016-05-20 | 1 | -31/+3 |
* | vtysh: Allow file read in to continue in more cases | Donald Sharp | 2016-04-15 | 1 | -1/+9 |
* | vtysh -f needs to flock the file | Daniel Walton | 2016-04-15 | 1 | -0/+2 |
* | stop/start of zebra creates empty Quagga.conf file when "no service | Daniel Walton | 2016-04-13 | 1 | -1/+1 |
* | vtysh: Add file locking to Quagga.conf | Donald Sharp | 2016-04-07 | 1 | -0/+37 |
* | lib, vtysh: Return actual problem further up | Donald Sharp | 2016-04-07 | 3 | -30/+43 |
* | vtysh: Make vtysh run as quagga user | Donald Sharp | 2016-04-01 | 1 | -0/+24 |
* | vtysh: Set an erroneous exit code if dry run fails because of syntax error | Donald Sharp | 2016-03-09 | 4 | -10/+28 |
* | vtysh: make HIDDEN commands work | Daniel Walton | 2016-03-02 | 1 | -48/+68 |
* | lib, vtysh: Fix 'banner motd file' command | Donald Sharp | 2016-03-01 | 1 | -2/+5 |
* | vtysh: Add ability to only look at one processes work queue | Donald Sharp | 2016-02-25 | 1 | -1/+30 |
* | lib, vtysh: Rehook the motd command back into vtysh | Donald Sharp | 2016-02-18 | 1 | -0/+9 |
* | quagga: remove babel | Daniel Walton | 2016-02-11 | 5 | -37/+7 |
* | vtysh: Modify -b option to work with -n option | Donald Sharp | 2016-02-10 | 1 | -1/+4 |
* | lib, vtysh, zebra: Better VRF debug handling | Donald Sharp | 2016-02-03 | 3 | -1/+7 |
* | vtysh: Fix vrf submode to call correct daemons | Donald Sharp | 2016-02-02 | 1 | -1/+1 |
* | vtysh: Add VRF sub-mode | Donald Sharp | 2016-02-02 | 4 | -19/+62 |
* | doc, vtysh: Fixup of history handling | Donald Sharp | 2016-01-13 | 3 | -3/+43 |
* | Quagga: Fixup some compile warnings | Donald Sharp | 2015-11-23 | 2 | -2/+2 |
* | BGP: extcommunity-list are displayed before community-list | Daniel Walton | 2015-11-18 | 1 | -2/+2 |
* | BGP: vtysh should accept just "router bgp" if the AS is already defined | Daniel Walton | 2015-11-03 | 2 | -0/+9 |
* | lib, zebra, vtysh: configure an interface in non-default VRF | Feng Lu | 2015-10-30 | 2 | -0/+20 |
* | Fix location of some of the commands in integrated config | vivek | 2015-10-21 | 1 | -2/+6 |
* | Display the BGP ipv4 unicast configuration under "address-family ipv4 unicast". | Daniel Walton | 2015-10-21 | 1 | -2/+7 |
* | quagga crashes on 'show run bgp' | Daniel Walton | 2015-10-16 | 1 | -14/+14 |
* | Quagga: Fix some more compile warnings | Donald Sharp | 2015-10-07 | 1 | -1/+7 |
* | vtysh: Fix Quagga.conf file read in. | Donald Sharp | 2015-09-28 | 1 | -49/+1 |
* | vtysh: Allow display of individual daemons configs | Donald Sharp | 2015-09-22 | 1 | -0/+44 |
* | Fix dryrun capability to output line # of failed read | Donald Sharp | 2015-09-01 | 1 | -4/+6 |
* | Add missing vtysh commands | Donald Sharp | 2015-08-20 | 1 | -0/+52 |
* | Quagga: Restrict Shell Access | Donald Sharp | 2015-08-13 | 1 | -1/+7 |
* | Quagga processes should not die if they read an unrecognized line in | Daniel Walton | 2015-07-28 | 3 | -24/+7 |
* | Add --enable-werror to configure | Donald Sharp | 2015-07-26 | 1 | -1/+1 |
* | Fixup of warnings in the code | Donald Sharp | 2015-07-26 | 4 | -2/+3 |
* | Fixup of some last remaining differences between stg and git | Donald Sharp | 2015-07-22 | 2 | -3/+1 |
* | vtysh-integrated-fix.patch | Donald Sharp | 2015-05-21 | 2 | -1/+4 |