Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | Generate interface templates as part of build | Stephen Hemminger | |
Rather than 100's of copies of the same template, use the same process as the firewall module to generate the templates. For this, the are meta-templates in interface-templates directory which get processed and $IFNAME is replaced by the appropriate CLI syntax to refer back to the directory name. Changing a quagga template in most cases can be done by fixing the meta-template. | |||
2009-03-23 | Start ipv6 daemons as needed during ospf/rip config | Stephen Hemminger | |
2009-03-23 | Use symlinks to reduce number of node files. | Stephen Hemminger | |
Rather than having mulitple copies of same template, use symlinks | |||
2009-03-23 | Start OSPF/RIP as needed during config | Stephen Hemminger | |
This only happens if link metrics set but OSPF/RIP not running yet. | |||
2009-03-07 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-04 | Fix 4184: ospfv3 interface values don't work on vlans | Stig Thormodsrud | |
2009-03-03 | Minor cleanups to "interface <> ipv6 ospfv3" before copying to other interfaces. | Stig Thormodsrud | |
2009-03-03 | Add initial "interface <> ipv6 ripng" nodes. | Stig Thormodsrud | |
More work to be done to support this on adsl and serial. | |||
2009-03-02 | Add wirelessmodem router parameters | Stephen Hemminger | |
Bug 4029 It is an interface type, we need to support routing protocols on it. | |||
2009-02-25 | Change from double quote to single quote around $VAR(@). | Stig Thormodsrud | |
2009-02-25 | Revert "Make sure to quote $VAR(@) usage." | Stig Thormodsrud | |
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235. | |||
2009-02-24 | Make sure to quote $VAR(@) usage. | Stig Thormodsrud | |
2009-02-20 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-20 | Add quagga parameters for bridge and bonding devices | Stephen Hemminger | |
2009-02-11 | Initial commit of config commands for ospfv3 | root | |
2009-02-02 | Bugfix 4052: Add support for PPPOE over ethernet VIFs. | Bob Gilligan | |
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-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-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-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-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 | 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 | |||
2008-04-15 | Fix Bug 2849 "disable-split-horizon" needs to be implemented | Mohit Mehta | |
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP | |||
2008-04-15 | Fix Bug 2849 "disable-split-horizon" needs to be implemented | Mohit Mehta | |
-implemented 'split-horizon disable' for all interfaces that allow configuring RIP | |||
2008-04-15 | Merge from glendale | rbalocca | |
2008-04-14 | Updated autocomplet for loopback non-broadcast option | Mark O'Brien | |
2008-04-11 | Fix for bug 3093 | Mark O'Brien | |
2008-04-10 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg-quagga | |||
2008-03-12 | Fix Bug 2849 "disable-split-horizon" needs to be implemented | Mohit Mehta | |
- 'split horizon disable' enabled | |||
2008-02-29 | Bugfix: 2818. | Bob Gilligan | |
Add "ip" commands to serial, multilink and pppoe config trees. | |||
2008-02-19 | Apply same fix for 2856 under tunnel heirarchy. | Stig Thormodsrud | |
2008-02-19 | Fix 2856 "delete interfaces ethernet eth1 ip rip" commit failed if ↵ | Stig Thormodsrud | |
"split-horizon poison-reverse" is configured. - One little space breaks it. :-( | |||
2008-02-13 | Fix 2819 Plain-text authentication should be identified as such | Stig Thormodsrud | |
2008-02-13 | Duplicate quagga "interface ip ospf" tree for tunnel and vif interfaces. | Stig Thormodsrud | |
Need to figure out a better way of doing this... | |||
2008-02-13 | Add "set interface <type> ip ospf bandwidth" to OSPF cost calculation. | Stig Thormodsrud | |
2008-02-11 | Fix 2810 ospf authentications gets truncated to 8 characters | Stig Thormodsrud | |
- Add syntax checks to verify length of passwords. | |||
2008-02-11 | Fix 2805 'show configuration all' does not display all default values for ospf | Stig Thormodsrud | |
2008-02-02 | Add some comp_help strings to ospf cli | Stig Thormodsrud | |