Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vtysh partly restored. bgpd not crashing on over-size messages. | Chris Hall | 2012-02-19 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NB: this is a partial interim version -- NOT for production. Reinstate vtysh. In bgpd: cope better with generating oversize messages. The "pipework" branch is no more. There is now "euro_ix" and "euro_ix_b", where 'b' stands for 'bleedin'. The "pipework" is currently in 'bleedin'. Version updated to: 0.99.18ex20b Major changes in this commit: * modified bgpd to avoid crashing if an oversize message is created. At present, any oversize messages are simply discarded. This may be a mistake... since it is possible that some routes that should have been withdrawn are not. TBA. The stream lib facilities have been overhauled to may this easier. * restoring vtysh. At present the vtysh is thought to work, except that it does not currently create integrated configuration files. For the time being, *only* the following compile: lib, bgpd, zebra, vtysh, tests All other daemons will fail to compile, and must be disabled. | ||||
* | [snmp] Compiler warning fixes for when "--enable-snmp" is configured. | Chris Caputo | 2009-06-02 | 1 | -14/+19 |
| | | | | | Compiled on 32-bit and 64-bit linux gcc 4.1.2 platforms. No run-time testing on 32-bit and limited run-time testing on 64-bit. | ||||
* | Make --enable-snmp cross compile and make libcrypto optional with ↵ | Joakim Tjernlund | 2008-08-25 | 1 | -1/+3 |
| | | | | | | | --without-crypto Autoconfig work by me, the rest was done by "Kirill K. Smirnov" <lich@math.spbu.ru> | ||||
* | Make initializing smux connection configurable - "smux peer OID" command | hasso | 2004-10-13 | 1 | -4/+1 |
| | | | | | initializes connection, and "no smux peer" command terminates it. Fixes bugzilla #47 and #112. | ||||
* | Some compiler warnings fixes and fix for bugzilla #119. | hasso | 2004-10-12 | 1 | -5/+5 |
| | |||||
* | 2003-06-19 Paul Jakma <paul@dishone.st> | paul | 2003-06-19 | 1 | -1/+4 |
| | | | | | * Fix lib/smux.c's reliance on daemons exporting struct thread_master *master. | ||||
* | Fix build for net-snmp | paul | 2003-03-18 | 1 | -81/+99 |
| | |||||
* | Initial revision | paul | 2002-12-13 | 1 | -0/+550 |