summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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.
* | Dependency for building quagga with snmp support enabledMohit Mehta2008-04-211-1/+2
| |
* | Modifications to quagga to enable bgp, ospf and rip mib traversalsMohit Mehta2008-04-212-1/+8
| |
* | Don't build watchlinkStephen Hemminger2008-04-253-5/+1
|/ | | | | Watchlink is no longer needed, and if it was used it would interfere with other route management. Therefore don't build it.
* Indicate the VC4.0.2 release candidate in the changelogrbalocca2008-04-211-1/+1
|
* VC4.0.2debian/0.99.9-6Mark O'Brien2008-04-191-0/+15
|
* Don't start watchlinkStephen Hemminger2008-04-181-1/+1
| | | | | The watchlink process causes more problems than it fixes right now. See bugs: 3092, 3145 etc
* go back to building watchlinkStephen Hemminger2008-04-183-2/+5
| | | | | | Revert "Disable watchlink from the build" This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c.
* Disable watchlink from the buildStephen Hemminger2008-04-173-5/+2
| | | | No longer build/start/install watchlink
* VC4.0.2debian/0.99.9-5Mark O'Brien2008-04-161-0/+18
|
* Add upgrade test to prermrbalocca2008-04-101-0/+1
|
* 3.0.2Mark O'Brien2008-04-041-0/+29
|
* Remove unused lintian "ignore" optionrbalocca2008-03-211-1/+0
|
* bumped up netlink recv buffer limits for zebra--should alleviate netlink ↵Michael Larson2008-03-201-1/+1
| | | | | | error msgs that occur under large routing tables when layer 2 event occurs.
* Merge branch 'master' of git:/git/vyatta-quaggaMark O'Brien2008-03-191-1/+1
|\ | | | | | | | | | | Conflicts: debian/changelog
| * 3.0.1Mark O'Brien2008-03-181-0/+29
| |
* | VC4.0.1debian/0.99.9-3Mark O'Brien2008-03-181-0/+29
|/
* Fix 2842: Protocol debug does not take affect until underlying log levelStig Thormodsrud2008-03-131-1/+2
| | | | is lowered
* vc4.0.0debian/0.99.9-2Mark O'Brien2008-02-251-0/+117
|