Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-02 | 0.18.13debian/0.18.13 | Stephen Hemminger | |
2009-04-02 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner | Stephen Hemminger | |
2009-04-02 | Don't stop daemon if OSPF/RIP still has parameters | Stephen Hemminger | |
Need daemon to hold around parameters for start. | |||
2009-04-02 | Don't stop daemon if OSPF/RIP still has parameters | Stephen Hemminger | |
Need daemon to hold around parameters for start. | |||
2009-04-01 | Handle ipv6 daemons | Stephen Hemminger | |
Need to do special case IPV6 daemon restart | |||
2009-03-31 | 0.18.12debian/0.18.12 | Stig Thormodsrud | |
2009-03-31 | Fix check-as to not check on a peer-group. | Stig Thormodsrud | |
2009-03-31 | Revert "Remove redundant check-as call since it doesn't work with peer-groups." | Stig Thormodsrud | |
Wrong way to fix it. This reverts commit b6f1a09410983507a7cfc8b08dafbd13600ed8e5. | |||
2009-03-31 | 0.18.11debian/0.18.11 | Stig Thormodsrud | |
2009-03-31 | Remove redundant check-as call since it doesn't work with peer-groups. | Stig Thormodsrud | |
2009-03-31 | 0.18.10debian/0.18.10 | Stephen Hemminger | |
2009-03-31 | Fix template for soft-reconfiguration | Stephen Hemminger | |
Fixing vyatta-bgp checker found a bug in this template. Template refered to wrong node in commit check. It would do: vyatta-bgp.pl --check-as --as <neighbor> --neighbor soft-reconfiguration | |||
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 | |