Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-16 | Move daemon start to the disable node | Stephen Hemminger | |
Need way to get daemons started before top level node. Really a hack because of the way priorities are managed on node hieararchy | |||
2009-02-13 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
Conflicts: scripts/vyatta-protocol | |||
2009-02-11 | OSPF: allow any type interface | Stephen Hemminger | |
Bugfix 4014 Allow any interface name that might be configurable for passive-interface | |||
2009-02-05 | Move sudo from vyatta-protocol to nodes | Stephen Hemminger | |
Much cleaner to do sudo once rather than repeatedly | |||
2009-02-05 | Manage daemons better | Stephen Hemminger | |
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga | |||
2009-02-04 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-02-04 | Protocol daemon management | Stephen Hemminger | |
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure | |||
2009-02-02 | Bugfix 4052: Add support for PPPOE over ethernet VIFs. | Bob Gilligan | |
2008-12-15 | Allow any interface for interface routes | Stephen Hemminger | |
Allow interface routes to be configured to any device name (existing or not). This allows for future technolgies, and also handles case of tunnels and other devices that may need routes configured before they exist. | |||
2008-12-06 | Use full path to link-detect | Stephen Hemminger | |
Restore corrected earlier change. | |||
2008-12-06 | Revert "need full path to linkdetect" | Stephen Hemminger | |
This reverts commit d4952bc1550223dddcd1228d7335ce1fc380f739 because it included local changes as well as bug fix | |||
2008-12-05 | need full path to linkdetect | Stephen Hemminger | |
2008-12-03 | Use new link-detect script | Stephen Hemminger | |
Wrap direct calls to vyatta-vtysh to set link-detect in new script. | |||
2008-11-18 | Bugfix 3863: Provide ability to configure static ARP table entries | Bob Gilligan | |
Add new config template tree starting at protocols.static.arp. | |||
2008-10-15 | Bugfix: 3684 | Bob Gilligan | |
Add templates to configure IP parameters for bridged ethernet over ADSL interfaces. | |||
2008-08-12 | Revert "Replace vyatta-vtysh with vtysh" | Stephen Hemminger | |
This reverts commit 588492cf8a9ddf438b649c6db4986bcab9c22435. | |||
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-08-08 | Fix syntax errors found by check_tmpl. | Stig Thormodsrud | |
2008-08-08 | Fix syntax error found by check_tmpl. | Stig Thormodsrud | |
2008-08-08 | Fix syntax problems identified by /opt/vyatta/sbin/check_tmpl | Stig Thormodsrud | |
2008-08-07 | Fix 3550: Setting kernel redistribution metric generates internal error. | Stig Thormodsrud | |
2008-08-05 | Fix BGP IPv6 redistribute route-map error message. | Stig Thormodsrud | |
2008-08-05 | Add BGP IPv6 redistribute commands. | Stig Thormodsrud | |
2008-08-05 | Fix bgp soft-reconfiguration for IPv6. | Stig Thormodsrud | |
2008-08-04 | Add IPv6 support to bgp cli. | Stig Thormodsrud | |
2008-07-31 | Fix "delete protocols ripng". | Stig Thormodsrud | |
2008-07-30 | Replace calls to vyatta-vtysh perl script with vyatta-vtysh | Stephen Hemminger | |
No longer need the perl wrapper, the logging and error suppression are now in the command itself. This helps with the speed of route creation with lots of routes. | |||
2008-07-29 | First pass at gluing ripng cli to quagga. | Stig Thormodsrud | |
2008-07-28 | Use vyatta_sbindir | Stephen Hemminger | |
Wrong shell variable in earlier commit | |||
2008-07-28 | Add new program to check prefix boundary | Stephen Hemminger | |
Using perl to check prefix boundary, is slow because of the overhead of compiling the same script many times. So convert this simple task to a C program. | |||
2008-07-27 | Fix ipv6 blackhole route. | Stig Thormodsrud | |
2008-07-27 | Add cli for IPv6 static routes. | Stig Thormodsrud | |
2008-06-27 | Fix 3344: Unable to delete route-map that contains a 'set metric <value>' ↵ | Stig Thormodsrud | |
statement | |||
2008-06-19 | Add configuration parameter for BGP MD5 | Stephen Hemminger | |
Quagga supports BGP over TCP-MD5 now, so need CLI support. Bugfix: 2661 | |||
2008-06-11 | Fix 3345: Unable to configure OSPF redistribute <protocol> route-map <name> | Stig Thormodsrud | |
2008-06-06 | Fix bug 3134 "delete interfaces <> <> ip rip split-horizon" sets "no ip rip ↵ | Mohit Mehta | |
split-horizon" under the routing engine which is unknown in the config - 'interfaces <.....> ip rip split-horizon' does nothing on set or delete documentation needs to be updated to reflect: :'interfaces <.....> ip rip' or 'interfaces <.....> ip rip split-horizon' do nothing on set or delete :CLI under 'interfaces <.....> ip rip split-horizon' be only used to control split horizon behaviour i.e. :either disable it using: 'set interfaces <.....> ip rip split-horizon disable' :or use split-horizon with poison reverse using: 'set interfaces <.....> ip rip split-horizon poison-reverse' :to set up RIP for an interface, RIP section under protocols is to be used | |||
2008-06-05 | Fix bug 2849 "disable-split-horizon" needs to be implemented | Mohit Mehta | |
- fixed to work for vifs | |||
2008-06-06 | Fix 3316: "metric-type" option does not exist in the CLI for OSPF redistribution | Stig Thormodsrud | |
- also reformat to the newer escape-free format | |||
2008-06-05 | Fix Bug 3269 system gateway-address conflicts with static default | Mohit Mehta | |
- route is only deleted from route table if both gateway-address and the static route equivalent to setting a gateway-address are not set | |||
2008-05-28 | Bugfix: 3019 | Bob Gilligan | |
Tighten up validity check on interface names. | |||
2008-05-21 | Fix templates for disable-link-detect when using vif on serial | Stephen Hemminger | |
The vif templates were incorrect. The name was wrong and multilink was arranged incorrectly. | |||
2008-05-14 | Add option to disable link-detect on serial interfaces | Stephen Hemminger | |
Make serial behave same as ethernet | |||
2008-04-30 | Merge branch 'hollywood' of http://git.vyatta.com/vyatta-cfg-quagga into ↵ | Stig Thormodsrud | |
hollywood | |||
2008-04-30 | Fix 3199: removed redundant "static interface-route blackhole" | Stig Thormodsrud | |
2008-04-30 | Add IP routing protocol config templates for PPPOE, PPPOE and Classical | Bob Gilligan | |
IP over ATM on ADSL interfaces. | |||
2008-04-30 | Fix 3139 Check for previous authentication type before allowing another | Stig Thormodsrud | |
2008-04-27 | Merge commit 'origin/glendale' into hollywood | An-Cheng Huang | |
Conflicts: templates/interfaces/ethernet/node.tag/disable-link-detect/node.def templates/interfaces/ethernet/node.tag/vif/node.tag/disable-link-detect/node.def | |||
2008-04-26 | Fix typo in node.def (from linkwatch removal) | Stephen Hemminger | |
The disable-link-detect template was missing a quote. So just convert it over to current syntax. | |||
2008-04-26 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-25 | Remove linkstatus script | Stephen Hemminger | |
Watchlink is no longer used/needed |