Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-03-10 | 0.14.41debian/0.14.41 | slioch | |
2009-03-10 | buggy file exist test--thanx stig for test case to repro. fixes vpn_smoke ↵ | slioch | |
regression failure. | |||
2009-03-09 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg into jenner | Stephen Hemminger | |
2009-03-09 | Block shutdown in configure mode | Stephen Hemminger | |
2009-03-09 | added 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-09 | 0.14.40debian/0.14.40 | slioch | |
2009-03-09 | fix 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-09 | Change tag node to use 'create' instead of 'update' since the cli orders ↵ | Stig Thormodsrud | |
them differently. | |||
2009-03-05 | 0.14.39debian/0.14.39 | Stig Thormodsrud | |
2009-03-05 | Fix is_valid_name() to support any valid interface type (--check all). | Stig Thormodsrud | |
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. |