summaryrefslogtreecommitdiffstats
path: root/debian/rules
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Revert "Rename vyatta-quagga package to quagga"Stephen Hemminger2008-08-121-1/+1
| | | | | | | | 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 "Set paths correctly after the vyatta demangling"Stephen Hemminger2008-08-121-2/+0
| | | | This reverts commit 8839ea209eac30fcc336841ae336cbbaa614a91f.
* 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.
* 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...
* 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-311-1/+1
| | | | | Use version string (rather than name) to distinquish vyatta version of package.
* 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.
* 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"
* Workaround for package rename vs pam problemStephen Hemminger2008-06-051-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.
* 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.
* Modifications to quagga to enable bgp, ospf and rip mib traversalsMohit Mehta2008-04-211-1/+2
|
* Don't build watchlinkStephen Hemminger2008-04-251-1/+0
| | | | | Watchlink is no longer needed, and if it was used it would interfere with other route management. Therefore don't build it.
* go back to building watchlinkStephen Hemminger2008-04-181-1/+1
| | | | | | Revert "Disable watchlink from the build" This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c.
* Disable watchlink from the buildStephen Hemminger2008-04-171-1/+1
| | | | No longer build/start/install watchlink
* packaging and make rules for base vyatta-quagga project to build watchlinkMichael Larson2008-01-101-0/+1
|
* finish vyatta debian configTom Grennan2008-01-031-0/+3
|
* initial vyatta-quagga debian configTom Grennan2008-01-021-0/+140