Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-07 | Start bonding vif after bond-group is created | Stephen Hemminger | |
Need bonded device to have slave devices to inherit VLAN_CHALLENGED property correctly | |||
2009-07-06 | 0.14.91+jenner25debian/0.14.91+jenner25 | slioch | |
2009-07-06 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | slioch | |
2009-07-06 | fix for ptr magic on 64 bit system. looks like double ptr was getting the ↵ | slioch | |
missing the last 4 bytes on 64 bit copy. | |||
2009-07-02 | 0.14.91+jenner24debian/0.14.91+jenner24 | Mohit Mehta | |
2009-07-02 | add function to check if a firewall ruleset isActive | Mohit Mehta | |
2009-07-02 | 0.14.91+jenner23debian/0.14.91+jenner23 | slioch | |
2009-07-02 | fixed isActive() api to now support mixed level and passed in relative path ↵ | slioch | |
values. | |||
2009-07-01 | 0.14.91+jenner22debian/0.14.91+jenner22 | slioch | |
2009-07-01 | added isActive function in perl code to allow a comparison of active | slioch | |
(active plus working commited) nodes for comparison. | |||
2009-06-30 | 0.14.91+jenner21debian/0.14.91+jenner21 | Mark O'Brien | |
2009-06-30 | Updated bridging/bonding priorites. | Mark O'Brien | |
Fix bug 4673. | |||
2009-06-30 | 0.14.91+jenner20debian/0.14.91+jenner20 | Mark O'Brien | |
2009-06-30 | 0.14.91+jenner19debian/0.14.91+jenner19 | slioch | |
2009-06-30 | fix for bug 4669. Revert string back to value for terminating multinodes. | slioch | |
2009-06-30 | 0.14.91+jenner18debian/0.14.91+jenner18 | Stig Thormodsrud | |
2009-06-30 | Fix 4664: 'set failed' is returned when duplicated interface IP address is set | Stig Thormodsrud | |
2009-06-29 | bugsfixed in active+working node merge for perl api. | slioch | |
2009-06-29 | 0.14.91+jenner17debian/0.14.91+jenner17 | Mohit Mehta | |
2009-06-28 | 0.14.91+jenner16debian/0.14.91+jenner16 | slioch | |
2009-06-26 | updated perl api for new cli to support working node representation. not yet ↵ | slioch | |
functional without additional testing. | |||
2009-06-26 | 0.14.91+jenner15debian/0.14.91+jenner15 | Mohit Mehta | |
2009-06-26 | make changes to work with dhcp 4.1.0 | Mohit Mehta | |
2009-06-26 | 0.14.91+jenner14debian/0.14.91+jenner14 | slioch | |
2009-06-26 | The SYNTAX and COMMIT tags will be executed before an actions (UPDATE, | slioch | |
CREATE, DELETE, END, BEGIN) within a priority tree. That means that all work (include the commit-check pass) will be performed on a priority tree before proceeding to the next priority tree. If a priority tree generates a failure in the commit-check pass processing will halt on the priority tree and no further processing will be performed on the priority tree. The failed priority tree will NOT be copied to the active working directory. All nodes in the priority tree will execute SYNTAX and COMMIT actions except for nodes that have been deleted. Note this iteration is performed on the working tree, so all commit-check nodes will either be directly modified or have a node down the hierarchy that had been modified. The working directory and active directory will not be modified until after all priority trees have been processed. | |||
2009-06-24 | 0.14.91+jenner13debian/0.14.91+jenner13 | slioch | |
2009-06-24 | Commit check now behaves like IslaVista. | slioch | |
Note that commit check only applies in the following cases: 1) On nodes or ancestors of nodes that have been set or modified 2) Does not applied to deleted nodes Feature developers should: 1) locate commit checks at a common ancestor if checking across a hierarchy 2) expect that the commit check only enforces created behavior (therefore behaves more like a create check). An additional flag is provided "-f" to allow for full syntax and commit checks. This allows a complete single pass on all syntax and commit errors. The default behavior is to stop processing on the first error. | |||
2009-06-19 | 0.14.91+jenner12debian/0.14.91+jenner12 | slioch | |
2009-06-19 | fix -a option for displaying actions when commit or syntax check is present ↵ | slioch | |
in the node.def. This change only affects display of nodes when -a option is used. | |||
2009-06-09 | 0.14.91+jenner11vyatta/3.3.99test3/i386vyatta/3.3.99test3/amd64vyatta/3.3.99test2/i386vyatta/3.3.99test1/i386debian/0.14.91+jenner11 | slioch | |
2009-06-09 | additional fix for bug 4212. root dirs needed to be reversed on del event. ↵ | slioch | |
passes regression | |||
2009-06-05 | 0.14.91+jenner10debian/0.14.91+jenner10 | slioch | |
2009-06-05 | fix for bug 4505 merge is now called merge. | slioch | |
2009-06-05 | 0.14.91+jenner9debian/0.14.91+jenner9 | slioch | |
2009-06-05 | fix for bug 4444. | slioch | |
Post unionfs directory magic until after all actions have been applied to node tree. | |||
2009-06-04 | 0.14.91+jenner8debian/0.14.91+jenner8 | Stephen Hemminger | |
2009-06-04 | Make sure interface name regex are anchored | Stephen Hemminger | |
Bug 4501 This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end. | |||
2009-06-04 | Manage speed duplex in vyatta-interfaces.pl | Stephen Hemminger | |
Move the speed/duplex setting into script where we can handle errors better, and avoid setting speed/duplex twice. | |||
2009-06-04 | 0.14.91+jenner7debian/0.14.91+jenner7 | Stephen Hemminger | |
2009-06-04 | Make sure interface name regex are anchored | Stephen Hemminger | |
This solves the problem that 'show interfaces ethernet' also shows pseudo ethernet (peth0) device. The problem was that peth0 matched the regex since it was missing start/end. | |||
2009-06-04 | 0.14.91+jenner6debian/0.14.91+jenner6 | Bob Gilligan | |
2009-06-04 | Bugfix 4235: Improve help text. | Bob Gilligan | |
2009-06-03 | 0.14.91+jenner5debian/0.14.91+jenner5 | Mohit Mehta | |
2009-06-03 | 0.14.91+jenner4debian/0.14.91+jenner4 | Stephen Hemminger | |
2009-06-03 | Allow delete of ethernet settings when device does not exist | Stephen Hemminger | |
More bug 3952 fixes | |||
2009-06-03 | Handle speed/duplex settings better | Stephen Hemminger | |
Bugs 3952 and 3797 Make the ethtool settings management smarter. Don't try and set a device that has been unplugged (causing commit fail). Don't force autonegotiation if device is already in that mode. | |||
2009-06-03 | change default-policy to default-action for zones | Mohit Mehta | |
2009-06-02 | 0.14.91+jenner3debian/0.14.91+jenner3 | Stephen Hemminger | |
2009-06-02 | Fix update on multi-node | Stephen Hemminger | |
update tag on loopback is incorrect since address is multi-value node. | |||
2009-06-01 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | slioch | |