summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove unnecessary modprobeStephen Hemminger2008-11-241-10/+0
| | | | | | | | | | | | Capabilities are always built into the vyatta kernel (don't think they can even be a module anymore). So avoid overhead of unneeeded modprobe on boot.
* | add support for development buildAn-Cheng Huang2008-11-191-1/+5
| |
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-0/+7
|/ | | | Merge in current upstream version of quagga.
* Merge branch 'hollywood' into islavistaRick Balocca2008-10-161-0/+14
|\ | | | | | | | | | | | | Conflicts: bgpd/ChangeLog debian/changelog
| * 3.1.4vyatta/3.1.4debian/0.99.9-14Mark O'Brien2008-10-141-0/+14
| |
* | Building with optimization for size gives better performanceStephen Hemminger2008-09-251-5/+1
| | | | | | | | | | | | The GCC -Os flag gives better performance for most code (except scientific) because the memory footprint is smaller and more likely to fit in cache.
* | Merge branch 'hollywood' into islavistarbalocca2008-08-261-0/+17
|\| | | | | | | | | | | Conflicts: debian/changelog
| * 3.1.3vyatta/3.1.3debian/0.99.9-13Mark O'Brien2008-08-191-0/+17
| |
* | Enable zebra to manage system routesStephen Hemminger2008-08-151-1/+1
| |
* | 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 "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...
* | Merge branch 'hollywood' into islavistaRick Balocca2008-08-051-0/+29
|\| | | | | | | | | | | Conflicts: debian/changelog
| * 3.1.2vyatta/3.1.2debian/0.99.9-12Mark O'Brien2008-07-231-0/+34
| |
* | md5 support now integratedStephen Hemminger2008-08-011-1/+0
| | | | | | | | No longer a configuration option in upstream version
* | 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-311-6/+6
| | | | | | | | Get rid of some conflicts / overlaps from merge of upstream.
* | Do link detect in quagga, rather than kernelStephen Hemminger2008-07-281-1/+0
| | | | | | | | | | | | Don't use kernel support for linkdetect in quagga. This reverts commit 8d95ee9f88945ee49932b1a9f7af5abe6048e6e6.
* | Enable IPv6 routing daemons.Stig Thormodsrud2008-07-271-2/+2
| |
* | Remove vestigial watchlink code.Stig Thormodsrud2008-07-271-4/+0
|/
* Fix Bug 3435 Protocol MIBs are not supported on upgraded systemMohit Mehta2008-06-251-0/+15
| | | | | - added code in vyatta-quagga.postinst to write smux values into repesctive routing daemon config files if not written till then
* Merge branch 'hollywood' of git:/git/vyatta-quagga into hollywoodMark O'Brien2008-07-091-1/+1
|\
| * Fix whitespace in config fileStephen Hemminger2008-07-071-1/+1
| | | | | | | | | | The shell here document only strips tabs not spaces, so the config file ended up with messy entry
* | 3.1.1vyatta/3.1.1debian/0.99.9-11Mark O'Brien2008-06-281-0/+19
|/
* Revert "Backout all changes related to using kernel for linkdetect"Stephen Hemminger2008-06-201-0/+1
| | | | | This reverts commit a182091782d22218942466b062c5ef2406853491. More changes that should NOT go into hollywood
* Backout all changes related to using kernel for linkdetectStephen Hemminger2008-06-201-1/+0
| | | | | | | | Having kernel cleanup FIB was not ideal for a couple reasons: 1. It still generates lots of netlink events if there are lots of static routes. 2. Kernel changes were not accepted in mainline kernel "do it in userspace"
* 3.1.0vyatta/3.1.0debian/0.99.9-10Mark O'Brien2008-06-171-0/+98
|
* Workaround for package rename vs pam problemStephen Hemminger2008-06-052-1/+1
| | | | | | vtysh uses PACKAG_NAME in PAM therfore expects /etc/pam.d/quagga.pam. But dh_installpam only handles package.pam normally, so use option to install other file.
* Fix vtysh authorizationStephen Hemminger2008-06-042-6/+5
| | | | | | The PAM system is asking for quagga (not vyatta-quagga) so need to change the name of the pam file. Make sure file is setup to allow users in quaggavty group to access vtysh without password.
* Merge branch 'hollywood' of suva.vyatta.com:/git/vyatta-quagga into hollywoodStephen Hemminger2008-05-291-0/+1
|\
| * Change how link-detect is configured in buildStephen Hemminger2008-05-271-0/+1
| | | | | | | | | | Rather that looking for /proc/sys/net/ipv4/conf, use --enable-linkdetect flag to configure.
* | Allow any user in quagga group to run vtyshStephen Hemminger2008-05-291-1/+4
|/ | | | Fix the PAM setup file.
* Convert to our method of changelog creationrbalocca2008-05-071-26/+0
|
* Merge branch 'glendale' into hollywoodrbalocca2008-05-072-0/+50
|\
| * 3.0.5debian/0.99.9-9Mark O'Brien2008-05-061-0/+13
| |
| * Merge branch 'glendale' of git:/git/vyatta-quagga into glendaleMark O'Brien2008-05-061-0/+2
| |\
| | * fix package upgrade problem caused by prerm script.An-Cheng Huang2008-05-071-0/+2
| | |
| * | 3.0.4debian/0.99.9-8Mark O'Brien2008-05-051-0/+14
| |/
| * 3.0.3debian/0.99.9-7Mark O'Brien2008-04-291-0/+21
| |
| * Don't build watchlinkStephen Hemminger2008-04-243-5/+1
| | | | | | | | | | Watchlink won't work with the new kernel link-detect changes. Therefore don't build it.