| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Grand unified Quagga
Conflicts:
bgpd/bgp_aspath.c
bgpd/bgp_damp.c
bgpd/bgp_damp.h
bgpd/bgp_main.c
bgpd/bgp_packet.c
bgpd/bgp_route.c
bgpd/bgpd.c
configure.ac
doc/zebra.8
lib/command.c
lib/smux.c
lib/workqueue.c
ospfd/ospf_snmp.c
ospfd/ospfd.c
zebra/main.c
zebra/rt_netlink.c
zebra/zebra_rib.c
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
--without-crypto
Autoconfig work by me, the rest was done by
"Kirill K. Smirnov" <lich@math.spbu.ru>
|
|
|
|
|
| |
initializes connection, and "no smux peer" command terminates it. Fixes
bugzilla #47 and #112.
|
| |
|
|
|
|
|
| |
* Fix lib/smux.c's reliance on daemons exporting struct
thread_master *master.
|
| |
|
|
|