Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-31 | Swap order of parameters | Stephen Hemminger | |
Since peer-group can be undef, make it be last for safety with arg list. | |||
2009-03-31 | 0.18.9debian/0.18.9 | Stephen Hemminger | |
2009-03-31 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-31 | Yet another logic error in vyatta-bgp | Stephen Hemminger | |
Check for remote-as/peer-group was backwards. | |||
2009-03-30 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-30 | Fix error checking of remote-as | Stephen Hemminger | |
Logic error in earlier change | |||
2009-03-30 | 0.18.8debian/0.18.8 | Stephen Hemminger | |
2009-03-30 | Fix interface name on rip authentication node | Stephen Hemminger | |
When generating templates, don't append .. onto interface name when going through node.tag directory. | |||
2009-03-30 | Fix bgp check script | Stephen Hemminger | |
Problem introduced when converted to use closures (by me). Closures don't work if arg check attempts to exit because of how the exception model works in GetOptions. Bug 4258 | |||
2009-03-30 | 0.18.7debian/0.18.7 | Stephen Hemminger | |
2009-03-30 | Add missing backslash | Stephen Hemminger | |
Fix ospf smoke failure | |||
2009-03-29 | 0.18.6debian/0.18.6 | Stephen Hemminger | |
2009-03-29 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-29 | Reformat template for clarity | Stephen Hemminger | |
-ELINESTOOLONGTOOREAD | |||
2009-03-29 | Fix extra " at end of template | Stephen Hemminger | |
More conversion stuff. | |||
2009-03-29 | Fix extra " in template | Stephen Hemminger | |
Leftover from conversion from old expression syntax | |||
2009-03-29 | 0.18.5debian/0.18.5 | Stephen Hemminger | |
2009-03-29 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-29 | Fix sysctl setting link_filter on vif | Stephen Hemminger | |
sysctl command has legacy dotted notation which won't work with names for vlans (eth1.110). So just write /proc. | |||
2009-03-28 | 0.18.4debian/0.18.4 | Stephen Hemminger | |
2009-03-28 | Remove extra ; from delete node | Stephen Hemminger | |
Problem in last conversion | |||
2009-03-28 | Get rid of extra trailing space in command | Stephen Hemminger | |
2009-03-27 | 0.18.3debian/0.18.3 | Stephen Hemminger | |
2009-03-27 | Cleanup indentation of authentication template | Stephen Hemminger | |
Fix problem with conversion from expression to non-expression format of template. | |||
2009-03-27 | Use CLI regex to check length of key | Stephen Hemminger | |
Less overhead. | |||
2009-03-27 | Fix some possible issues with policy script | Stephen Hemminger | |
Change to closure would not allow exit to work correctly. Go back to old way using variables. Use grep -c to count instances Also rerun through tidy. | |||
2009-03-26 | 0.18.2debian/0.18.2 | Stephen Hemminger | |
2009-03-26 | Fix regex in password checks | Stephen Hemminger | |
Missing end of match | |||
2009-03-26 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-03-25 | 0.18.1debian/0.18.1 | Stig Thormodsrud | |
2009-03-25 | Change "rip/ripng interface" check from "syntax" to "commit". | Stig Thormodsrud | |
Change error message to not say "ethernet". | |||
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 | 0.18.0debian/0.18.0 | Stephen Hemminger | |
2009-03-25 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
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-24 | 0.17.11debian/0.17.11 | Stig Thormodsrud | |
2009-03-24 | Change "syntax" to "commit" check for "protocol ospf passive-interace" | Stig Thormodsrud | |
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. |