Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "avoid package conflict between iproute and vyatta-iproute" | Stephen Hemminger | 2008-01-31 | 1 | -1/+1 | |
| | | | | | | | Since vyatta-iproute advertises itself as iproute there should be no need for the previous change. This reverts commit 87431d4ce8c1521e7b748d927136e581228fbf1e. | |||||
* | avoid package conflict between iproute and vyatta-iproute | Stephen Hemminger | 2008-01-30 | 1 | -1/+1 | |
| | | | | Now that there is vyatta-iproute, don't get both packages installed. | |||||
* | modified watchlink to manage connected routes in local and main tables per ↵ | Michael Larson | 2008-01-28 | 11 | -62/+284 | |
| | | | | interface rather than pulling interface address on cable pull event. | |||||
* | remove generated files from repo | An-Cheng Huang | 2008-01-24 | 5 | -25/+4 | |
| | ||||||
* | moved some stderr messages to syslog. removed stderr message when receiving ↵ | Michael Larson | 2008-01-22 | 1 | -3/+6 | |
| | | | | ack from kernel on netlink msg. | |||||
* | need to qualify test for non-ethernet type interfaces to newlink/dellink ↵ | Michael Larson | 2008-01-21 | 1 | -1/+2 | |
| | | | | messages only. | |||||
* | fix for bc addr and fix for parsing iface for show cmds and filter | Michael Larson | 2008-01-21 | 2 | -2/+46 | |
| | ||||||
* | fix for ppp--restrict watchlink to ethernet interface types only. Filter by ↵ | root | 2008-01-18 | 3 | -5/+10 | |
| | | | | checking the ifi_type flag in ifinfomsg hdr from netlink. | |||||
* | fix bug introduced with ptp support--indexing of database and initialization ↵ | Michael Larson | 2008-01-17 | 4 | -5/+5 | |
| | | | | of terminating address. | |||||
* | Merge branch 'master' of http://suva.vyatta.com/vyatta-quagga | Michael Larson | 2008-01-17 | 1 | -1/+0 | |
|\ | ||||||
| * | Merge commit 'origin' | Tom Grennan | 2008-01-17 | 1 | -2/+2 | |
| |\ | ||||||
| * | | donot add user "vyatta" to vtysh.conf in preinit, this is now done during ↵ | Tom Grennan | 2008-01-17 | 1 | -1/+0 | |
| | | | | | | | | | | | | system config | |||||
* | | | added empty exclude file creation to make watchlink happy | Michael Larson | 2008-01-17 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | removed stderr message when unable to open exclusion file. Also downgraded ↵ | Michael Larson | 2008-01-17 | 1 | -2/+2 | |
|/ | | | | | | syslog entry to log_info--this file won't exist unless the cli configures link-detect to off. | |||||
* | Merge commit 'origin/master' | Tom Grennan | 2008-01-16 | 7 | -22/+46 | |
|\ | ||||||
| * | fix for bug 2570. increased buffer length from 4096 to 8192 | root | 2008-01-15 | 1 | -1/+2 | |
| | | ||||||
| * | fix for bug 2648--downgraded some syslog messages and removed some from console. | root | 2008-01-15 | 1 | -8/+8 | |
| | | ||||||
| * | added support for ifa_address field in rtm_newaddr message and in links ↵ | root | 2008-01-15 | 6 | -13/+36 | |
| | | | | | | | | where the ifa_address != ifa_local then ifa_address is populated in setaddr message. fix for bug 2650 | |||||
* | | ignore watchlink binary | Tom Grennan | 2008-01-16 | 1 | -0/+1 | |
| | | ||||||
* | | use "log syslog LEVEL" not "log file syslog LEVEL" | Tom Grennan | 2008-01-16 | 1 | -1/+1 | |
| | | ||||||
* | | separate init of vtysh.conf from other daemons | Tom Grennan | 2008-01-16 | 1 | -2/+7 | |
|/ | ||||||
* | donot modify existing conffiles | Tom Grennan | 2008-01-14 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of http://suva.vyatta.com/vyatta-quagga | Michael Larson | 2008-01-11 | 1 | -1/+1 | |
|\ | ||||||
| * | Log to syslog daemon | Justin Fletcher | 2008-01-11 | 1 | -1/+1 | |
| | | ||||||
* | | added support for filtering of interfaces. filter or exclusion list needs to ↵ | Michael Larson | 2008-01-11 | 3 | -4/+73 | |
|/ | | | | | | | be be written to exclude file located in linstatus directory. watchlink accepts sigusr1 to reload filter without requiring restart on configuration change. | |||||
* | cleaned up source a bit. added syslog error messages. added legal-eeze. | Michael Larson | 2008-01-11 | 11 | -17/+345 | |
| | | | | other minor edits. | |||||
* | moved creation of linkstatus directory from postinst to preinst where it ↵ | Michael Larson | 2008-01-10 | 2 | -3/+4 | |
| | | | | should be. | |||||
* | create directory for watchlink to store link status | Michael Larson | 2008-01-10 | 1 | -0/+3 | |
| | ||||||
* | hooks to start/stop watchlink daemon with quagga | Michael Larson | 2008-01-10 | 1 | -1/+3 | |
| | ||||||
* | Added quagga like features to watchlink pgm: standard pid file creation and ↵ | Michael Larson | 2008-01-10 | 2 | -6/+55 | |
| | | | | | | background option. Also corrected compile flags for watchlink | |||||
* | packaging and make rules for base vyatta-quagga project to build watchlink | Michael Larson | 2008-01-10 | 4 | -3/+22 | |
| | ||||||
* | removed unnecessary files. | Michael Larson | 2008-01-09 | 2 | -325/+0 | |
| | ||||||
* | initial check-in of watchlink project. compiles, runs and manages state. ↵ | Michael Larson | 2008-01-09 | 14 | -0/+1793 | |
| | | | | | | needs additional testing and updates to packaging files. | |||||
* | Merge branch 'master' of http://suva.vyatta.com/vyatta-quagga | Tom Grennan | 2008-01-08 | 3 | -11/+12 | |
|\ | ||||||
| * | fix for static interface and static nexthop routes for quagga. Now respects ↵ | Michael Larson | 2008-01-04 | 3 | -11/+12 | |
| | | | | | | | | | | | | cable pull (IFF_RUNNING) events and admin (IFF_UP) events. On false for either event pulls routes from rib, and on true reinserts these back into kernel fib. | |||||
* | | ignore debuild generated debian/vyatta-quagga.substvars | Tom Grennan | 2008-01-08 | 2 | -1/+1 | |
|/ | ||||||
* | set default logging | Tom Grennan | 2008-01-04 | 1 | -0/+3 | |
| | ||||||
* | fix log files path | Tom Grennan | 2008-01-04 | 1 | -5/+5 | |
| | ||||||
* | use default daemon config files rather than /dev/null | Tom Grennan | 2008-01-04 | 1 | -1/+1 | |
| | ||||||
* | finish vyatta debian config | Tom Grennan | 2008-01-03 | 3 | -63/+69 | |
| | ||||||
* | initial vyatta-quagga debian config | Tom Grennan | 2008-01-02 | 29 | -9147/+667 | |
| | ||||||
* | import into the "upstream" branch | Tom Grennan | 2007-12-19 | 1 | -2/+9 | |
| | ||||||
* | Merge branch 'quagga_net' | Tom Grennan | 2007-12-18 | 93 | -1342/+6008 | |
|\ | ||||||
| * | + fixed no_set_aspath_prepend() to correctly match existing "set" statement | pilot | 2007-12-18 | 2 | -1/+16 | |
| | | ||||||
| * | [bgpd] Fix typo in previous commit to bgp_main.c | paul | 2007-11-21 | 1 | -1/+1 | |
| | | ||||||
| * | [bgpd] small fix for crash if 'listenon' argument is not given | paul | 2007-11-13 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | 2007-11-13 Paul Jakma <paul.jakma@sun.com> * bgp_main.c: Small fix, format string parameters should never be NULL - it's not strictly valid and some libc's don't let you away with. | |||||
| * | + fixed bug #418 (changing address on an existing interface doesn't cause ↵ | pilot | 2007-11-12 | 6 | -11/+63 | |
| | | | | | | | | existing static routes to be revalidated) | |||||
| * | 2007-10-30 Nick Hilliard <nick@inex.ie> | paul | 2007-11-01 | 7 | -8/+87 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * bgp_main.c: Add 'listenon' argument, to pass address to bind to. * bgp_network.c: (bgp_socket) Extend to take bind address. * bgpd.c: (bgp_init) Pass stored address. * bgpd.h: (struct bgp_master) storage for bind address 2007-11-01 Paul Jakma <paul.jakma@sun.com> * tools/multiple-bgpd.sh: New, quick script to launch a bunch of bgpds. | |||||
| * | + fix the bug reported by Milan Kocian (IPv6 route handling was broken by ↵ | pilot | 2007-10-24 | 2 | -0/+11 | |
| | | | | | | | | | | | | the RIB debug changeset). after | |||||
| * | [ospf6d] Fix removal of defunct ASBR routes | paul | 2007-10-22 | 2 | -9/+7 | |
| | | | | | | | | | | | | | | | | | | 2007-10-22 Phil Spagnolo <phillip.a.spagnolo@boeing.com> * ospf6_asbr.c: (ospf6_asbr_lsentry_remove) Remove shortcut of LSDB search - it's based on assumption non-BEST routes can't have ASBR routes, which appears to be wrong. Safest to search. |