summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Update ignore file listStephen Hemminger2008-08-141-1/+1
| | | | |
| * | | | Ignore more filesStephen Hemminger2008-08-121-5/+2
| | | | |
| * | | | Change package name back to vyatta-quaggaStephen Hemminger2008-08-121-4/+4
| | | | |
| * | | | Fix package name in changelogdebian/0.99.10-1Stephen Hemminger2008-08-121-3/+1
| | | | |
| * | | | Revert "Rename vyatta-quagga package to quagga"Stephen Hemminger2008-08-1213-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad. Conflicts: debian/changelog
| * | | | Revert "Ignore derived files that have changed name (vyatta-quagga ==> quagga)"Stephen Hemminger2008-08-121-6/+6
| | | | | | | | | | | | | | | | | | | | This reverts commit 2efaeb45f5d5ef521ce68e09d0342bd0bfb57fcc.
| * | | | Revert "Take off some vyattaising of the filenames"Stephen Hemminger2008-08-121-0/+5
| | | | | | | | | | | | | | | | | | | | This reverts commit 8d84f562de3a080bd21503b24dde293821f1a94e.
| * | | | Revert "More devyattaing"Stephen Hemminger2008-08-121-12/+14
| | | | | | | | | | | | | | | | | | | | This reverts commit ca0ea2443b0d11a5c922a1f0e84ed26bda2846f5.
| * | | | Revert "More leftovers from vyatta- name change"Stephen Hemminger2008-08-122-4/+4
| | | | | | | | | | | | | | | | | | | | This reverts commit 215e7b9080aa89583d1ce458a285e8b3b11e0ddd.
| * | | | Revert "Set paths correctly after the vyatta demangling"Stephen Hemminger2008-08-121-2/+0
| | | | | | | | | | | | | | | | | | | | This reverts commit 8839ea209eac30fcc336841ae336cbbaa614a91f.
| * | | | Revert "More cleanup from change back from vyatta-quagga to quagga"Stephen Hemminger2008-08-127-20/+20
| | | | | | | | | | | | | | | | | | | | This reverts commit b890cca90fd02cbb71649601a0fb9d4d81346e54.
| * | | | More cleanup from change back from vyatta-quagga to quaggaStephen Hemminger2008-08-127-20/+20
| | | | | | | | | | | | | | | | | | | | The install scripts need to be fixed as well
| * | | | Set paths correctly after the vyatta demanglingStephen Hemminger2008-08-111-0/+2
| | | | | | | | | | | | | | | | | | | | Changes to get rid of vyatta- were putting files in the wrong location.
| * | | | More leftovers from vyatta- name changeStephen Hemminger2008-08-112-4/+4
| | | | | | | | | | | | | | | | | | | | More places where daemon expected vyatta in name
| * | | | More devyattaingStephen Hemminger2008-08-111-14/+12
| | | | | | | | | | | | | | | | | | | | | | | | | The initialization script needs to look for quagga commands, not vyatta-quagga commands.
| * | | | Take off some vyattaising of the filenamesStephen Hemminger2008-08-111-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Since package is called quagga, the filenames should be in quagga standard locations...
| * | | | Cleanup meta-queue codeStephen Hemminger2008-08-111-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do some cleanup work on recently added meta-queue code: * use table rather than switch * indent with quagga standard indentation * since meta_queue_new is only used at initialization allocation failure should be fatal.
| * | | | Merge branch 'islavista' of suva.vyatta.com:/git/vyatta-quagga into islavistaStephen Hemminger2008-08-111-6/+6
| |\ \ \ \
| | * | | | Ignore derived files that have changed name (vyatta-quagga ==> quagga)rbalocca2008-08-081-6/+6
| | | | | |
| * | | | | Make command nodes staticStephen Hemminger2008-08-1129-67/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cmd_nodes used to configure vty, can mostly be static so (basic data hiding 101).
| * | | | | Fix format warnings from interface flagsStephen Hemminger2008-08-111-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Interface flags or 64 bit, and on 32 bit platform this needs to converted to long long for printf. Print in hex because it is easier to figure out the bits then.
| * | | | | Add compiler directive to mark code paths that log as coldStephen Hemminger2008-08-082-18/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This causes compiler to naturally favor faster path through code. Anything that logs a message is not fast path.
| * | | | | Mark assert() tests as unlikelyStephen Hemminger2008-08-081-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This forces compiler to generate the more common code on the faster path.
| * | | | | Add gcc printf format checksStephen Hemminger2008-08-081-6/+12
| | | | | |
| * | | | | bgp: no need to raise privs when setting up md5Stephen Hemminger2008-08-061-9/+0
| |/ / / / | | | | | | | | | | | | | | | Setting md5 parameters is allowed without privledges.
| * | | | Merge branch 'hollywood' into islavistaRick Balocca2008-08-051-0/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | | | inline bgp flag manipulationStephen Hemminger2008-08-042-43/+37
| | | | | | | | | | | | | | | | | | | | | | | | These trivial flag managment functions are easier done inline.
| * | | | | Realign rib code with upstreamStephen Hemminger2008-08-011-33/+31
| | | | | | | | | | | | | | | | | | | | | | | | May also fix one issue with ipv6 static routes.
| * | | | | remove dead codeStephen Hemminger2008-08-013-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Mark out dead code with #if 0
| * | | | | Make metaqueue functions staticStephen Hemminger2008-08-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | This stuff is only used in RIB code
| * | | | | Make log message lookup function use const tablesStephen Hemminger2008-08-018-23/+23
| | | | | | | | | | | | | | | | | | | | | | | | Message tables should be unaltered.
| * | | | | md5 support now integratedStephen Hemminger2008-08-012-7/+0
| | | | | | | | | | | | | | | | | | | | | | | | No longer a configuration option in upstream version
| * | | | | Add prototype for sockopt_ipv4_tosStephen Hemminger2008-08-011-0/+1
| | | | | |
| * | | | | bgp_config_write_damp should return voidStephen Hemminger2008-08-012-22/+21
| | | | | | | | | | | | | | | | | | | | | | | | Return value is always the same and never checked.
| * | | | | Add back in TOS supportStephen Hemminger2008-08-011-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | TOS support got dropped in the merge.
| * | | | | Make hash compare functions take const argsStephen Hemminger2008-07-3114-86/+50
| | | | | | | | | | | | | | | | | | | | | | | | The hash compare function should not be modifiying its args
| * | | | | Watchlink leftoversStephen Hemminger2008-07-312-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Remove leftover watchlink config stuff
* | | | | | Merge branch 'hollywood'Rick Balocca2008-08-291-0/+17
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | | | 3.1.3vyatta/3.1.3debian/0.99.9-13Mark O'Brien2008-08-191-0/+17
| | |/ / / | |/| | |
* | | | | Merge branch 'hollywood'Rick Balocca2008-08-031-0/+29
|\| | | | | |/ / / |/| | | | | | | | | | | | | | | Conflicts: debian/changelog
| * | | Put bug fix for route flapping backStephen Hemminger2008-07-301-26/+44
| | | | | | | | | | | | | | | | | | | | | | | | Bugfix 3488 This puts back the bug fix for route flapping. The change was reverted (because it was post freeze).
| * | | Merge branch 'hollywood' of git:/git/vyatta-quagga into hollywoodMark O'Brien2008-07-300-0/+0
| |\ \ \
| | * | | Revert "Only set ifindex on set pass"Stephen Hemminger2008-07-281-2/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit 09523599d75b0161bbfff62bde436e4782a5864e.
| | * | | Revert "Fix management of route changes"Stephen Hemminger2008-07-281-45/+27
| | | | | | | | | | | | | | | | | | | | This reverts commit d10d6c178e3c91e0dc73b6924099cb8fa416c279.
| * | | | 3.1.2vyatta/3.1.2debian/0.99.9-12Mark O'Brien2008-07-231-0/+34
| | | | |
* | | | | Rename vyatta-quagga package to quaggaStephen Hemminger2008-07-3114-9/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Use version string (rather than name) to distinquish vyatta version of package.
* | | | | Fix merge problemsStephen Hemminger2008-07-317-126/+133
| | | | | | | | | | | | | | | | | | | | Get rid of some conflicts / overlaps from merge of upstream.
* | | | | Merge ../vyatta-quaggaStephen Hemminger2008-07-3193-984/+4255
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream' into islavistaStephen Hemminger2008-07-3182-715/+4085
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ChangeLog NEWS bgpd/ChangeLog bgpd/bgp_attr.c bgpd/bgp_network.c bgpd/bgp_packet.c bgpd/bgp_vty.c bgpd/bgpd.c bgpd/bgpd.h lib/sockopt.c lib/sockopt.h lib/zebra.h mkinstalldirs zebra/rib.h zebra/rt_netlink.c
| | * | | | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcepaul2008-07-227-27/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-07-22 Paul Jakma <paul.jakma@sun.com> * HACKING: Document preference for compiler conditional code, over cpp conditional. * configure.ac: DISABLE_BGP_ANNOUNCE always should be defined. * bgp_{packet,route,advertise}.c: change to compiler testing of DISABLE_BGP_ANNOUNCE, rather than cpp. 2008-07-22 MIYAJIMA Mitsuharu <miyajima.mitsuharu@anchor.jp> * bgp_packet.c: (bgp_update_packet_eor) Fix crash triggerable if a bgpd was compiled with --disable-bgp-announce and if GR is advertised by peer.