Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-30 | 0.14.52debian/0.14.52 | An-Cheng Huang | |
2009-03-30 | propagate commit failure error to commit return status. | slioch | |
2009-03-28 | 0.14.51debian/0.14.51 | Stephen Hemminger | |
2009-03-28 | Add all the new ip/ipv6 ospf/rip parameters | Stephen Hemminger | |
2009-03-25 | 0.14.50debian/0.14.50 | Stig Thormodsrud | |
2009-03-25 | Add priorities to create vif before trying to add bridge-group to vif. | Stig Thormodsrud | |
2009-03-25 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Bob Gilligan | |
2009-03-25 | Update comments in priority file. | Bob Gilligan | |
2009-03-25 | 0.14.49debian/0.14.49 | Stephen Hemminger | |
2009-03-25 | Move Keepalived.pm from vyatta-cfg-system | Stephen Hemminger | |
There was only one module left in vyatta-cfg-system, and for some of the auth work want to create lib/Vyatta/Auth. | |||
2009-03-25 | 0.14.48debian/0.14.48 | slioch | |
2009-03-25 | bug in logic when implementing additional show command--was causing commit ↵ | slioch | |
failures to be lost on repeated commits. | |||
2009-03-25 | Added explanatory comments to the priority file. | Bob Gilligan | |
2009-03-25 | Fix update of interface description | Stephen Hemminger | |
Bug 4249 | |||
2009-03-23 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-23 | add ipv6 interface priority | Stephen Hemminger | |
2009-03-23 | skip comment fields in priority file. a comment field is defined by the ↵ | slioch | |
first non-space character on a line--if this character is a hash it is a comment otherwise it's an active line. | |||
2009-03-23 | 0.14.47debian/0.14.47 | Stephen Hemminger | |
2009-03-23 | Move interface metric configuration until after protocols | Stephen Hemminger | |
Need OSPF before configure ospf metrics, etc... | |||
2009-03-23 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-23 | Cleanup description string | Stephen Hemminger | |
Remove trailing newline and any leading whitespace. | |||
2009-03-23 | 0.14.46debian/0.14.46 | Stephen Hemminger | |
2009-03-23 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-23 | added command to view set of actions and nodes applied to system in order. ↵ | slioch | |
The new command flag is "-a" | |||
2009-03-23 | Remove #! /usr/bin/perl | Stephen Hemminger | |
The modules are not perl executables, they are modules. Fixes lintian warning | |||
2009-03-23 | Store description in ifalias | Stephen Hemminger | |
Use new kernel field to store description. | |||
2009-03-16 | 0.14.45debian/0.14.45 | Stig Thormodsrud | |
2009-03-16 | Tweak priority to get cluster before vpn. | Stig Thormodsrud | |
2009-03-16 | 0.14.44debian/0.14.44 | Stig Thormodsrud | |
2009-03-16 | isClusterIP() needs to strip off the /mask/interface/bcast. | Stig Thormodsrud | |
2009-03-12 | 0.14.43debian/0.14.43 | Stig Thormodsrud | |
2009-03-12 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-03-12 | Tweak some priorities to get vlans created before vrrp. | Stig Thormodsrud | |
2009-03-12 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-12 | Use create rather than update on multi-node (loopback) | Stephen Hemminger | |
2009-03-11 | 0.14.42debian/0.14.42 | Stephen Hemminger | |
2009-03-11 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Fix argument to show-interfaces to find vif | Stephen Hemminger | |
Need to do show=all | |||
2009-03-11 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Fix vif delete | Stephen Hemminger | |
Need 'dev' in argument to ip link | |||
2009-03-11 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Fix compiler warnings in unionfs | Stephen Hemminger | |
Remove unused variables Remove extra arg from sprintf Fix missing prototype for piecewise_copy. | |||
2009-03-11 | Fix compiler warnings in commit2 | Stephen Hemminger | |
Add headers with prototypes to remove compiler warnings Make some obvious tables const to avoid any bugs. | |||
2009-03-11 | Fix warnings from redefining TRUE | Stephen Hemminger | |
TRUE and FALSE are already defined in glib causing warnings. | |||
2009-03-11 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Block disabling interface with VIF | Stephen Hemminger | |
If interface with VIF is disabled, then it would fail on next boot when VIF's were created. | |||
2009-03-11 | fix email in changelog | Stephen Hemminger | |
2009-03-11 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-11 | Disable creating vlan on disabled interface | Stephen Hemminger | |
Print message and fail commit if interface is disabled. |