summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-25Move Keepalived.pm from vyatta-cfg-systemStephen 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-250.14.48debian/0.14.48slioch
2009-03-25bug in logic when implementing additional show command--was causing commit ↵slioch
failures to be lost on repeated commits.
2009-03-25Added explanatory comments to the priority file.Bob Gilligan
2009-03-25Fix update of interface descriptionStephen Hemminger
Bug 4249
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23add ipv6 interface priorityStephen Hemminger
2009-03-23skip 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-230.14.47debian/0.14.47Stephen Hemminger
2009-03-23Move interface metric configuration until after protocolsStephen Hemminger
Need OSPF before configure ospf metrics, etc...
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23Cleanup description stringStephen Hemminger
Remove trailing newline and any leading whitespace.
2009-03-230.14.46debian/0.14.46Stephen Hemminger
2009-03-23Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-23added command to view set of actions and nodes applied to system in order. ↵slioch
The new command flag is "-a"
2009-03-23Remove #! /usr/bin/perlStephen Hemminger
The modules are not perl executables, they are modules. Fixes lintian warning
2009-03-23Store description in ifaliasStephen Hemminger
Use new kernel field to store description.
2009-03-160.14.45debian/0.14.45Stig Thormodsrud
2009-03-16Tweak priority to get cluster before vpn.Stig Thormodsrud
2009-03-160.14.44debian/0.14.44Stig Thormodsrud
2009-03-16isClusterIP() needs to strip off the /mask/interface/bcast.Stig Thormodsrud
2009-03-120.14.43debian/0.14.43Stig Thormodsrud
2009-03-12Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-03-12Tweak some priorities to get vlans created before vrrp.Stig Thormodsrud
2009-03-12Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-12Use create rather than update on multi-node (loopback)Stephen Hemminger
2009-03-110.14.42debian/0.14.42Stephen Hemminger
2009-03-11Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Fix argument to show-interfaces to find vifStephen Hemminger
Need to do show=all
2009-03-11Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Fix vif deleteStephen Hemminger
Need 'dev' in argument to ip link
2009-03-11Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Fix compiler warnings in unionfsStephen Hemminger
Remove unused variables Remove extra arg from sprintf Fix missing prototype for piecewise_copy.
2009-03-11Fix compiler warnings in commit2Stephen Hemminger
Add headers with prototypes to remove compiler warnings Make some obvious tables const to avoid any bugs.
2009-03-11Fix warnings from redefining TRUEStephen Hemminger
TRUE and FALSE are already defined in glib causing warnings.
2009-03-11Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Block disabling interface with VIFStephen Hemminger
If interface with VIF is disabled, then it would fail on next boot when VIF's were created.
2009-03-11fix email in changelogStephen Hemminger
2009-03-11Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-11Disable creating vlan on disabled interfaceStephen Hemminger
Print message and fail commit if interface is disabled.
2009-03-100.14.41debian/0.14.41slioch
2009-03-10buggy file exist test--thanx stig for test case to repro. fixes vpn_smoke ↵slioch
regression failure.
2009-03-09Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-03-09Block shutdown in configure modeStephen Hemminger
2009-03-09added action and location of error to syslog on commit. error message string ↵slioch
will need to be added later after some reworking of the old node execution code.
2009-03-090.14.40debian/0.14.40slioch
2009-03-09fix for qos-walkthrough. manage def file during commit--should handle ↵slioch
general case, just happened to show up on qos-walkthrough (after def files were supported in the new commit).
2009-03-09Change tag node to use 'create' instead of 'update' since the cli orders ↵Stig Thormodsrud
them differently.
2009-03-050.14.39debian/0.14.39Stig Thormodsrud