Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-25 | Fix link_filter setting | Stephen Hemminger | |
Need to be super user here. Also ipv6 link filter is not in kernel yet. | |||
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 | 0.17.10debian/0.17.10 | Stephen Hemminger | |
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-23 | Enable link filtering | Stephen Hemminger | |
Bug 4061 Enable new kernel link_filter for IPV4 and IPV6 | |||
2009-03-16 | 0.17.9debian/0.17.9 | Stephen Hemminger | |
2009-03-16 | Handle error message in perl code | Stephen Hemminger | |
Easier to just have utility print error message | |||
2009-03-16 | Reindent perl code | Stephen Hemminger | |
Make it look nice and tidy | |||
2009-03-16 | Don't use closure in GetOptions | Stephen Hemminger | |
Although it looks cleaner, the error handling for closures is different. Exit in closure from GetOptions, only fails the option not the program. | |||
2009-03-16 | Fix confusion between net object and string | Stephen Hemminger | |
Bug 4221 The function net->network() returns a new network object, rather than the string. Need to use cidr() to get the string representation. | |||
2009-03-12 | Replace update with create on multi-node | Stephen Hemminger | |
Avoid config issues with update on multi-node | |||
2009-03-11 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-11 | Remove extra backslash | Stephen Hemminger | |
Don't need extra backslash here. | |||
2009-03-10 | 0.17.8debian/0.17.8 | Stephen Hemminger | |
2009-03-10 | Reload config on restart | Stephen Hemminger | |
The new phased restart requires changes to how restart/reconfig is done. Zebra should just be start/stop, and other daemons do stop/restart. | |||
2009-03-09 | 0.17.7debian/0.17.7 | Stephen Hemminger | |
2009-03-09 | Change argument, configured to original | Stephen Hemminger | |
Make it clearer which is which. | |||
2009-03-09 | Manage daemon restart correctly | Stephen Hemminger | |
Need to look at exists (after commit) rather than original list of daemons. Bug 4192 | |||
2009-03-08 | 0.17.6debian/0.17.6 | Stephen Hemminger | |
2009-03-07 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-05 | 0.17.5debian/0.17.5 | Stig Thormodsrud | |
2009-03-05 | Fix call to vyatta-interfaces.pl --check now requires --dev | Stig Thormodsrud | |
2009-03-05 | 0.17.4debian/0.17.4 | Stig Thormodsrud | |
2009-03-05 | Fix 'passive-interface' to allow interface or 'default'. | Stig Thormodsrud | |
2009-03-04 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-03-04 | Fix 4184: ospfv3 interface values don't work on vlans | Stig Thormodsrud | |
2009-03-04 | clean up other static route commands to remove references to /tmp/ pellets ↵ | slioch | |
and to use environment variable set via new cli. | |||
2009-03-04 | 0.17.3debian/0.17.3 | slioch | |
2009-03-04 | ported example of node.def using commit environmental variable rather than ↵ | slioch | |
relying on /tmp pellets. should also improve performance when delete large numbers of static route entries. | |||
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-03-02 | Static: show all interfaces in allowed list | Stephen Hemminger | |
Any valid interface is allowed. | |||
2009-03-02 | RIPNG: allow any interface type | Stephen Hemminger | |
Routing protocols should show all interfaces in allowed list. | |||
2009-03-02 | RIP allow any interface type | Stephen Hemminger | |
Not restricted to just ethernet, RIP should work over bonding etc.. | |||
2009-03-02 | Use new syntax and allow any interface | Stephen Hemminger | |
Not restricted to just ethernet. | |||
2009-03-02 | 0.17.2debian/0.17.2 | Stig Thormodsrud | |
2009-02-26 | Add more options to show-protocols | Stephen Hemminger | |
Useful hooks for changed, modified, exists, etc... | |||
2009-02-26 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-26 | Add missing quote around quagga command. | Stig Thormodsrud | |
2009-02-25 | 0.17.1debian/0.17.1 | An-Cheng Huang | |
2009-02-25 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-quagga into jenner | Stig Thormodsrud | |
2009-02-25 | Use single quotes around $VAR(@). | Stig Thormodsrud | |
2009-02-25 | Change from double quote to single quote around $VAR(@). | Stig Thormodsrud | |
2009-02-25 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-02-25 | Handle mapping from ospfv3 to ospf6d | Stephen Hemminger | |
This is the one place where mapping from protocols in config to daemon name needs to occur. | |||
2009-02-25 | Revert "Make sure to quote $VAR(@) usage." | Stig Thormodsrud | |
This reverts commit 66f7e4b555c01812cbe5f993bc112cec99743235. | |||
2009-02-25 | 0.17debian/0.17 | Stephen Hemminger | |