Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-04 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg into jenner | Stig Thormodsrud | |
2009-03-04 | Fix show_interfaces() so that it includes vlans for $type='all'. | Stig Thormodsrud | |
2009-03-04 | 0.14.38debian/0.14.38 | slioch | |
2009-03-04 | limit 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-04 | 0.14.37debian/0.14.37 | slioch | |
2009-03-04 | modified environment variable setting for action on nodes. | slioch | |
2009-03-03 | 0.14.36debian/0.14.36 | slioch | |
2009-03-03 | fixed -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-03 | 0.14.35debian/0.14.35 | Stephen Hemminger | |
2009-03-03 | Need to setup bonding before ethernet | Stephen Hemminger | |
2009-03-03 | Use check option to vyatta-interfaces.pl | Stephen Hemminger | |
Eliminate checks in template in favor of doing it in one place in vyatta-interfaces.pl code. | |||
2009-03-03 | Extend vyatta-interfaces to do device name checking | Stephen Hemminger | |
Have one central place for validity checks. | |||
2009-03-03 | Use vyatta-interfaces to generate allowed list | Stephen Hemminger | |
2009-03-02 | 0.14.34debian/0.14.34 | slioch | |
2009-03-02 | added 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-02 | 0.14.33debian/0.14.33 | Stig Thormodsrud | |
2009-03-02 | Need to do bridge before ethernet | Stephen Hemminger | |
The way bridging works, bridge needs to be made first. | |||
2009-03-02 | 0.14.32debian/0.14.32 | Stephen Hemminger | |
2009-03-02 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-02 | Rearrange interfaces in priority table | Stephen Hemminger | |
Put physical devices (ethernet, serial, etc) before virtual devices that get created from those devices (bonding, bridging). | |||
2009-03-02 | Fix delete of VIF | Stephen Hemminger | |
Syntax is not the same for 'ip link delete' | |||
2009-03-02 | Ignore /sys/class/net/bonding_masters | Stephen Hemminger | |
Bonding leaves this file in /sys/class/net that confuses scripts. | |||
2009-03-02 | 0.14.31debian/0.14.31 | Stephen Hemminger | |
2009-03-02 | Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-02 | Use iproute link to setup vif | Stephen Hemminger | |
Bug 3779 Simpler to use 'ip link' command. | |||
2009-03-02 | 0.14.30debian/0.14.30 | Stig Thormodsrud | |
2009-03-02 | Add loopback as a type for getInterfacesIPadresses(). | Stig Thormodsrud | |
2009-03-02 | When an IP address is configured on a loopback, ↵ | Stig Thormodsrud | |
getInterfacesIPadresses('all') doesn't include them. Include loopback addresses. | |||
2009-03-02 | Remove duplicate constants. | Stig Thormodsrud | |
2009-03-02 | fixed preservation of def file when committing configuration. default leafs | slioch | |
configured by system will now be suppressed via show command (same behavior as with old commit). | |||
2009-03-01 | 0.14.29debian/0.14.29 | Stig Thormodsrud | |
2009-03-01 | Fix bareword error for missing constants. | Stig Thormodsrud | |
Fix $mask usagage in getInterfacesIPadresses(). | |||
2009-03-01 | Fix call to Vyatta::Misc::getIP() | Stig Thormodsrud | |
2009-02-27 | 0.14.28debian/0.14.28 | slioch | |
2009-02-27 | fixed 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-27 | Added 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-27 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-02-27 | Fix --vif option | Stephen Hemminger | |
When finding allwed VIF, want to show vif id not name. | |||
2009-02-26 | new option added to commit to disable partial commit behavior. This allows the | slioch | |
user to support the 'old' cli behavior if desired via the -o flag. | |||
2009-02-26 | 0.14.27debian/0.14.27 | Stephen Hemminger | |
2009-02-26 | Handle MTU on all types of interface | Stephen Hemminger | |
Use new Vyatta::Interface mtu function to handle all interface types with DHCP. | |||
2009-02-26 | Add option to show VIF for interface | Stephen Hemminger | |
2009-02-26 | Fix regex for VIF name extraction | Stephen Hemminger | |
Incorrect paren was breaking commands with VIF | |||
2009-02-26 | handle seg violation if an empty line is found in the priority file. | slioch | |
2009-02-26 | added protocols to root nodes at end of priority listing. | slioch | |
2009-02-25 | 0.14.26debian/0.14.26 | An-Cheng Huang | |
2009-02-25 | Add bgp priority. | Stig Thormodsrud | |
2009-02-25 | cosmetic changes, and better to not leave interfaces root node under default ↵ | slioch | |
priority. | |||
2009-02-25 | harvesting dead code. | slioch | |
2009-02-25 | 0.14.25debian/0.14.25 | Stephen Hemminger | |