Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bgpd: Fix incorrect AFI reference | vivek | 2017-08-08 | 1 | -1/+2 |
* | bgpd: Update EVPN operational commands | vivek | 2017-08-08 | 1 | -110/+170 |
* | bgpd: Fix nexthop for labeled-unicast | vivek | 2017-08-08 | 1 | -46/+35 |
* | Merge pull request #924 from qlyoung/deprecate-ospf-lsa-min-arrival | David Lamparter | 2017-08-08 | 1 | -63/+30 |
|\ | |||||
| * | ospfd: deprecate `timers lsa arrival ...` | Quentin Young | 2017-08-07 | 1 | -63/+30 |
* | | Merge pull request #923 from devicenull/master | David Lamparter | 2017-08-08 | 1 | -1/+2 |
|\ \ | |||||
| * | | rhel: Don't obsolete bird | Brian Rak | 2017-08-07 | 1 | -1/+2 |
* | | | Merge pull request #925 from qlyoung/ldpd-no-str | Renato Westphal | 2017-08-07 | 1 | -37/+37 |
|\ \ \ | |_|/ |/| | | |||||
| * | | ldpd: use NO_STR | Quentin Young | 2017-08-07 | 1 | -37/+37 |
|/ / | |||||
* | | Merge pull request #922 from qlyoung/pim-cli | Jafar Al-Gharaibeh | 2017-08-07 | 1 | -4/+4 |
|\ \ | |||||
| * | | pimd: some pim cli fixes | Quentin Young | 2017-08-07 | 1 | -4/+4 |
* | | | Merge pull request #916 from donaldsharp/eigrp_various | Jafar Al-Gharaibeh | 2017-08-07 | 3 | -103/+106 |
|\ \ \ | |||||
| * | | | eigrpd: Fix crash and attempt to send data | Donald Sharp | 2017-08-05 | 2 | -65/+66 |
| * | | | eigrpd: Fix a md5 digest issue | Donald Sharp | 2017-08-05 | 1 | -5/+7 |
| * | | | eigrpd: Fix argv_find return code confusion | Donald Sharp | 2017-08-05 | 1 | -33/+33 |
* | | | | Merge pull request #903 from donaldsharp/pimble | Jafar Al-Gharaibeh | 2017-08-07 | 2 | -88/+68 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | pimd: Fix crash on iface down due to secondary address list | Donald Sharp | 2017-08-04 | 1 | -86/+60 |
| * | | | pimd: Lookup S,G ifchannel after we create it | Donald Sharp | 2017-08-04 | 1 | -2/+8 |
* | | | | Merge pull request #921 from opensourcerouting/vty-varname-end-tkn | Quentin Young | 2017-08-07 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | lib: cli: don't run off graph "pre-end" | David Lamparter | 2017-08-07 | 1 | -1/+3 |
* | | | | | Merge pull request #918 from opensourcerouting/vtysh-miss-newline | Donald Sharp | 2017-08-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | vtysh: add missing \n on warning message | David Lamparter | 2017-08-06 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #912 from chiragshah6/mdev | David Lamparter | 2017-08-06 | 7 | -126/+188 |
|\ \ \ \ | |||||
| * | | | | ospfd: Handle multi instance router ospf command | Chirag Shah | 2017-08-05 | 1 | -3/+5 |
| * | | | | ospfd: Fix MI-OSPF CLIs | Chirag Shah | 2017-08-05 | 3 | -37/+80 |
| * | | | | ospfd: Fix MI-OSPF configuraton clis | Chirag Shah | 2017-08-04 | 6 | -86/+103 |
* | | | | | Merge pull request #899 from donaldsharp/ETH_ALEN | David Lamparter | 2017-08-05 | 22 | -74/+76 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | isisd: Convert to using prefix.h ETH_ALEN | Donald Sharp | 2017-08-04 | 4 | -13/+6 |
| * | | | | bgpd: Convert to using ETH_ALEN | Donald Sharp | 2017-08-04 | 11 | -21/+21 |
| * | | | | ldpd: Switch to using ETH_ALEN | Donald Sharp | 2017-08-04 | 3 | -6/+6 |
| * | | | | zebra: Switch to using ETH_ALEN | Donald Sharp | 2017-08-04 | 2 | -17/+17 |
| * | | | | lib: Add ETH_ALEN to prefix.h and deprecate ETHER_ADDR_LEN | Donald Sharp | 2017-08-04 | 2 | -7/+25 |
| * | | | | zebra: Fix crash when OOM happens. | Donald Sharp | 2017-08-04 | 1 | -12/+3 |
* | | | | | Merge pull request #914 from jbonor/fixes | Quentin Young | 2017-08-04 | 1 | -6/+0 |
|\ \ \ \ \ | |||||
| * | | | | | bgpd: remove bogus change in attrhash_key_make() | Jorge Boncompte | 2017-08-04 | 1 | -6/+0 |
|/ / / / / | |||||
* | | | | | Merge pull request #906 from opensourcerouting/vty-close | Russ White | 2017-08-04 | 1 | -13/+20 |
|\ \ \ \ \ | |||||
| * | | | | | lib: vty: fix config-write fd leak | David Lamparter | 2017-08-04 | 1 | -13/+20 |
* | | | | | | Merge pull request #867 from jbonor/fixes | Donald Sharp | 2017-08-04 | 10 | -40/+55 |
|\ \ \ \ \ \ | |||||
| * | | | | | | nhrp: fix assertion with negative holding times | Jorge Boncompte | 2017-08-04 | 1 | -1/+1 |
| * | | | | | | nhrp: fix initialization and route redistribution registration | Jorge Boncompte | 2017-08-04 | 1 | -20/+18 |
| * | | | | | | nhrp: initialize interfaces after VRFs | Jorge Boncompte | 2017-08-04 | 1 | -1/+1 |
| * | | | | | | zebra: cleanup, use RIB_SYSTEM_ROUTE() define where appropiate | Jorge Boncompte | 2017-08-04 | 1 | -4/+3 |
| * | | | | | | zebra: do not treat kernel routes as implicit withdraws | Jorge Boncompte | 2017-08-04 | 1 | -3/+3 |
| * | | | | | | zebra: hide netlink warning message | Jorge Boncompte | 2017-08-04 | 1 | -2/+3 |
| * | | | | | | zebra: do not hide distance and metric for kernel routes | Jorge Boncompte | 2017-08-04 | 1 | -4/+2 |
| * | | | | | | zebra: show nexthop MTU if available on detailed 'show ip route' | Jorge Boncompte | 2017-08-04 | 1 | -0/+3 |
| * | | | | | | zebra: copy MTU from non static routes into nexthop | Jorge Boncompte | 2017-08-04 | 1 | -0/+2 |
| * | | | | | | zebra: track and compare distance of recursive nexthops | Jorge Boncompte | 2017-08-04 | 1 | -0/+4 |
| * | | | | | | zebra: add missing protocols names to source-protocol route-map match | Jorge Boncompte | 2017-08-04 | 1 | -2/+10 |
| * | | | | | | zebra: fix compilation in 32bit platform | Jorge Boncompte | 2017-08-04 | 1 | -4/+4 |