Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Set paths correctly after the vyatta demangling | Stephen Hemminger | 2008-08-11 | 1 | -0/+2 | |
| | | | | | | | | Changes to get rid of vyatta- were putting files in the wrong location. | |||||
* | | More leftovers from vyatta- name change | Stephen Hemminger | 2008-08-11 | 2 | -4/+4 | |
| | | | | | | | | More places where daemon expected vyatta in name | |||||
* | | More devyattaing | Stephen Hemminger | 2008-08-11 | 1 | -14/+12 | |
| | | | | | | | | | | The initialization script needs to look for quagga commands, not vyatta-quagga commands. | |||||
* | | Take off some vyattaising of the filenames | Stephen Hemminger | 2008-08-11 | 1 | -5/+0 | |
| | | | | | | | | | | Since package is called quagga, the filenames should be in quagga standard locations... | |||||
* | | Merge branch 'hollywood' into islavista | Rick Balocca | 2008-08-05 | 1 | -0/+29 | |
|\| | | | | | | | | | | | Conflicts: debian/changelog | |||||
| * | 3.1.2vyatta/3.1.2debian/0.99.9-12 | Mark O'Brien | 2008-07-23 | 1 | -0/+34 | |
| | | ||||||
* | | md5 support now integrated | Stephen Hemminger | 2008-08-01 | 1 | -1/+0 | |
| | | | | | | | | No longer a configuration option in upstream version | |||||
* | | Rename vyatta-quagga package to quagga | Stephen Hemminger | 2008-07-31 | 14 | -9/+15 | |
| | | | | | | | | | | Use version string (rather than name) to distinquish vyatta version of package. | |||||
* | | Fix merge problems | Stephen Hemminger | 2008-07-31 | 1 | -6/+6 | |
| | | | | | | | | Get rid of some conflicts / overlaps from merge of upstream. | |||||
* | | Do link detect in quagga, rather than kernel | Stephen Hemminger | 2008-07-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | Don't use kernel support for linkdetect in quagga. This reverts commit 8d95ee9f88945ee49932b1a9f7af5abe6048e6e6. | |||||
* | | Enable IPv6 routing daemons. | Stig Thormodsrud | 2008-07-27 | 1 | -2/+2 | |
| | | ||||||
* | | Remove vestigial watchlink code. | Stig Thormodsrud | 2008-07-27 | 1 | -4/+0 | |
|/ | ||||||
* | Fix Bug 3435 Protocol MIBs are not supported on upgraded system | Mohit Mehta | 2008-06-25 | 1 | -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 hollywood | Mark O'Brien | 2008-07-09 | 1 | -1/+1 | |
|\ | ||||||
| * | Fix whitespace in config file | Stephen Hemminger | 2008-07-07 | 1 | -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-11 | Mark O'Brien | 2008-06-28 | 1 | -0/+19 | |
|/ | ||||||
* | Revert "Backout all changes related to using kernel for linkdetect" | Stephen Hemminger | 2008-06-20 | 1 | -0/+1 | |
| | | | | | This reverts commit a182091782d22218942466b062c5ef2406853491. More changes that should NOT go into hollywood | |||||
* | Backout all changes related to using kernel for linkdetect | Stephen Hemminger | 2008-06-20 | 1 | -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-10 | Mark O'Brien | 2008-06-17 | 1 | -0/+98 | |
| | ||||||
* | Workaround for package rename vs pam problem | Stephen Hemminger | 2008-06-05 | 2 | -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 authorization | Stephen Hemminger | 2008-06-04 | 2 | -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 hollywood | Stephen Hemminger | 2008-05-29 | 1 | -0/+1 | |
|\ | ||||||
| * | Change how link-detect is configured in build | Stephen Hemminger | 2008-05-27 | 1 | -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 vtysh | Stephen Hemminger | 2008-05-29 | 1 | -1/+4 | |
|/ | | | | Fix the PAM setup file. | |||||
* | Convert to our method of changelog creation | rbalocca | 2008-05-07 | 1 | -26/+0 | |
| | ||||||
* | Merge branch 'glendale' into hollywood | rbalocca | 2008-05-07 | 2 | -0/+50 | |
|\ | ||||||
| * | 3.0.5debian/0.99.9-9 | Mark O'Brien | 2008-05-06 | 1 | -0/+13 | |
| | | ||||||
| * | Merge branch 'glendale' of git:/git/vyatta-quagga into glendale | Mark O'Brien | 2008-05-06 | 1 | -0/+2 | |
| |\ | ||||||
| | * | fix package upgrade problem caused by prerm script. | An-Cheng Huang | 2008-05-07 | 1 | -0/+2 | |
| | | | ||||||
| * | | 3.0.4debian/0.99.9-8 | Mark O'Brien | 2008-05-05 | 1 | -0/+14 | |
| |/ | ||||||
| * | 3.0.3debian/0.99.9-7 | Mark O'Brien | 2008-04-29 | 1 | -0/+21 | |
| | | ||||||
| * | Don't build watchlink | Stephen Hemminger | 2008-04-24 | 3 | -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 enabled | Mohit Mehta | 2008-04-21 | 1 | -1/+2 | |
| | | ||||||
* | | Modifications to quagga to enable bgp, ospf and rip mib traversals | Mohit Mehta | 2008-04-21 | 2 | -1/+8 | |
| | | ||||||
* | | Don't build watchlink | Stephen Hemminger | 2008-04-25 | 3 | -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 changelog | rbalocca | 2008-04-21 | 1 | -1/+1 | |
| | ||||||
* | VC4.0.2debian/0.99.9-6 | Mark O'Brien | 2008-04-19 | 1 | -0/+15 | |
| | ||||||
* | Don't start watchlink | Stephen Hemminger | 2008-04-18 | 1 | -1/+1 | |
| | | | | | The watchlink process causes more problems than it fixes right now. See bugs: 3092, 3145 etc | |||||
* | go back to building watchlink | Stephen Hemminger | 2008-04-18 | 3 | -2/+5 | |
| | | | | | | Revert "Disable watchlink from the build" This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c. | |||||
* | Disable watchlink from the build | Stephen Hemminger | 2008-04-17 | 3 | -5/+2 | |
| | | | | No longer build/start/install watchlink | |||||
* | VC4.0.2debian/0.99.9-5 | Mark O'Brien | 2008-04-16 | 1 | -0/+18 | |
| | ||||||
* | Add upgrade test to prerm | rbalocca | 2008-04-10 | 1 | -0/+1 | |
| | ||||||
* | 3.0.2 | Mark O'Brien | 2008-04-04 | 1 | -0/+29 | |
| | ||||||
* | Remove unused lintian "ignore" option | rbalocca | 2008-03-21 | 1 | -1/+0 | |
| | ||||||
* | bumped up netlink recv buffer limits for zebra--should alleviate netlink ↵ | Michael Larson | 2008-03-20 | 1 | -1/+1 | |
| | | | | | | error msgs that occur under large routing tables when layer 2 event occurs. | |||||
* | Merge branch 'master' of git:/git/vyatta-quagga | Mark O'Brien | 2008-03-19 | 1 | -1/+1 | |
|\ | | | | | | | | | | | Conflicts: debian/changelog | |||||
| * | 3.0.1 | Mark O'Brien | 2008-03-18 | 1 | -0/+29 | |
| | | ||||||
* | | VC4.0.1debian/0.99.9-3 | Mark O'Brien | 2008-03-18 | 1 | -0/+29 | |
|/ | ||||||
* | Fix 2842: Protocol debug does not take affect until underlying log level | Stig Thormodsrud | 2008-03-13 | 1 | -1/+2 | |
| | | | | is lowered | |||||
* | vc4.0.0debian/0.99.9-2 | Mark O'Brien | 2008-02-25 | 1 | -0/+117 | |
| |