summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-12Tweak some priorities to get vlans created before vrrp.Stig Thormodsrud
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
2009-03-05Fix is_valid_name() to support any valid interface type (--check all).Stig Thormodsrud
2009-03-04Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jennerStig Thormodsrud
2009-03-04Fix show_interfaces() so that it includes vlans for $type='all'.Stig Thormodsrud
2009-03-040.14.38debian/0.14.38slioch
2009-03-04limit unescape command to embedded multinodes--fixes problem in ↵slioch
qos-walkthrough regression test. haven't tried it but system probably inherently prevents percents from being used in embedded multinodes.
2009-03-040.14.37debian/0.14.37slioch
2009-03-04modified environment variable setting for action on nodes.slioch
2009-03-030.14.36debian/0.14.36slioch
2009-03-03fixed -o option on commit. modified empty multinode behavior so action is ↵slioch
NOT executed if a multinode does not possess a value. Other source cleanup.
2009-03-030.14.35debian/0.14.35Stephen Hemminger
2009-03-03Need to setup bonding before ethernetStephen Hemminger
2009-03-03Use check option to vyatta-interfaces.plStephen Hemminger
Eliminate checks in template in favor of doing it in one place in vyatta-interfaces.pl code.
2009-03-03Extend vyatta-interfaces to do device name checkingStephen Hemminger
Have one central place for validity checks.
2009-03-03Use vyatta-interfaces to generate allowed listStephen Hemminger
2009-03-020.14.34debian/0.14.34slioch
2009-03-02added fix for nested priority and deletion failure. also priorities should ↵slioch
not reside on node.tags, but on parent (node name of multinode)--this is to prevent priorities splitting behaviors between different priorities on multinodes.
2009-03-020.14.33debian/0.14.33Stig Thormodsrud
2009-03-02Need to do bridge before ethernetStephen Hemminger
The way bridging works, bridge needs to be made first.
2009-03-020.14.32debian/0.14.32Stephen Hemminger
2009-03-02Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-02Rearrange interfaces in priority tableStephen Hemminger
Put physical devices (ethernet, serial, etc) before virtual devices that get created from those devices (bonding, bridging).
2009-03-02Fix delete of VIFStephen Hemminger
Syntax is not the same for 'ip link delete'
2009-03-02Ignore /sys/class/net/bonding_mastersStephen Hemminger
Bonding leaves this file in /sys/class/net that confuses scripts.
2009-03-020.14.31debian/0.14.31Stephen Hemminger
2009-03-02Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jennerStephen Hemminger
2009-03-02Use iproute link to setup vifStephen Hemminger
Bug 3779 Simpler to use 'ip link' command.
2009-03-020.14.30debian/0.14.30Stig Thormodsrud
2009-03-02Add loopback as a type for getInterfacesIPadresses().Stig Thormodsrud
2009-03-02When an IP address is configured on a loopback, ↵Stig Thormodsrud
getInterfacesIPadresses('all') doesn't include them. Include loopback addresses.
2009-03-02Remove duplicate constants.Stig Thormodsrud
2009-03-02fixed preservation of def file when committing configuration. default leafsslioch
configured by system will now be suppressed via show command (same behavior as with old commit).
2009-03-010.14.29debian/0.14.29Stig Thormodsrud
2009-03-01Fix bareword error for missing constants.Stig Thormodsrud
Fix $mask usagage in getInterfacesIPadresses().
2009-03-01Fix call to Vyatta::Misc::getIP()Stig Thormodsrud
2009-02-270.14.28debian/0.14.28slioch
2009-02-27fixed node walk for delete of nodes--error introduced when adding ordering ↵slioch
indirection for actions in commit head. Bug found when review policy_bgp regression failure.
2009-02-27Added environment variable that can be accessed in executing node.def script ↵slioch
to check whether commit is in a delete or set action. The environmental variable is "COMMIT_ACTION" the value can either be "SET" or "DELETE". The variable is set for the duration of the call being made to the action in the node.def file. This should allow some simplication of scripts (i.e. such as setting up static routes).
2009-02-27Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jennerStephen Hemminger
2009-02-27Fix --vif optionStephen Hemminger
When finding allwed VIF, want to show vif id not name.
2009-02-26new option added to commit to disable partial commit behavior. This allows theslioch
user to support the 'old' cli behavior if desired via the -o flag.