| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad.
Conflicts:
debian/changelog
|
|
|
|
| |
This reverts commit 8d84f562de3a080bd21503b24dde293821f1a94e.
|
|
|
|
| |
This reverts commit 8839ea209eac30fcc336841ae336cbbaa614a91f.
|
|
|
|
| |
Changes to get rid of vyatta- were putting files in the wrong location.
|
|
|
|
|
| |
Since package is called quagga, the filenames should be in quagga
standard locations...
|
|
|
|
| |
No longer a configuration option in upstream version
|
|
|
|
|
| |
Use version string (rather than name) to distinquish vyatta
version of package.
|
|
|
|
|
|
| |
Don't use kernel support for linkdetect in quagga.
This reverts commit 8d95ee9f88945ee49932b1a9f7af5abe6048e6e6.
|
|
|
|
|
| |
This reverts commit a182091782d22218942466b062c5ef2406853491.
More changes that should NOT go into hollywood
|
|
|
|
|
|
|
|
| |
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"
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Rather that looking for /proc/sys/net/ipv4/conf, use --enable-linkdetect
flag to configure.
|
| |
|
|
|
|
|
| |
Watchlink is no longer needed, and if it was used it would interfere
with other route management. Therefore don't build it.
|
|
|
|
|
|
| |
Revert "Disable watchlink from the build"
This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c.
|
|
|
|
| |
No longer build/start/install watchlink
|
| |
|
| |
|
|
|