Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-26 | added protocols to root nodes at end of priority listing. | slioch | |
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 | Change protocols to protocols/snmp | Stephen Hemminger | |
The protocols node it self is empty, but there is one child that needs to have late priority (snmp), so make it clearer | |||
2009-02-24 | Adjust priorities | Stephen Hemminger | |
1. Add ripng and ospf3 2. For protocols parameters always come after protocol | |||
2009-02-20 | move ospf/rip before interface | Stephen Hemminger | |
2009-02-19 | adjust priority file to push root nodes of protocol before sub nodes to ↵ | slioch | |
ensure that daemons stop/stop are handled in correct order. OSPF priority changes are ugly and needs to be fixed either in priority notation, or move start/stop to parameters (which probably isn't that intuitive). | |||
2009-02-19 | changes in priority to support bgp process start/stop. | slioch | |
2009-02-18 | Remove no longer used protocol/disable entries | Stephen Hemminger | |
Also put newline at end of file | |||
2009-02-18 | need to add service to priority file. | slioch | |
2009-02-18 | removing incorrect placement of node.tag on firewall/group priority | slioch | |
2009-02-18 | fixed vrrp configuration error by placing vrrp under vif after vif interface ↵ | slioch | |
is created. this is a nested priority and can potentially cause a problem if the parent fails and the child succeeds. | |||
2009-02-17 | added additional debug output and fixed dumping of trans nodes to screen. ↵ | slioch | |
added default priorities in priorities file. also fixed bug where interface changes could sweep in portions of failed configuration on error. now fixed. | |||
2009-02-16 | change bgp disable node priority | Stephen Hemminger | |
2009-02-16 | Add hook for starting protocols | Stephen Hemminger | |
2009-02-13 | provide non-default priorities to load-balancing and cluster so these | slioch | |
nodes can be treated as separate transactions. | |||
2009-02-12 | removed priority specification for vrrp. checked with stig and it doesn't ↵ | slioch | |
sound like priorities are needed. also priority specified with new cli and vrrp script generated an error on vrrp changes file. | |||
2009-02-12 | typo on setting firewall group priority. | slioch | |
2009-02-12 | enable new cli. | slioch | |
2009-02-09 | fixed reversed priority for bgp parameters and | slioch | |
neighbors--order now agrees with configload.pm | |||
2009-01-12 | Use new interfaces routines | Stephen Hemminger | |
Unify all code that does name -> interface attribute translation into one place. No need to pass interface path to scripts, and handle addresses correctly in DHCP code. Use 'undef' consitently for false in perl code. | |||
2008-12-23 | alter return check for dirctory copy on successful completion of node ↵ | slioch | |
processing. | |||
2008-12-15 | initial checkin of new commit code--building but does not replace original ↵ | slioch | |
commit. New commit may be accessed through my_commit2 binary. | |||
2008-12-05 | Need full path to link-detect | Stephen Hemminger | |
2008-12-03 | Use vyatta-link-detect | Stephen Hemminger | |
New script to wrap direct calls to vtysh | |||
2008-11-19 | Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵ | Mohit Mehta | |
interface has been disabled in CLI | |||
2008-10-21 | Bugfix: 3807: Typo in config template for interfaces/loopback. | Bob Gilligan | |
2008-10-15 | Enforce restrictions on loopback name | Stephen Hemminger | |
Add allowed completion and check type of device. | |||
2008-10-15 | enforce syntax restrictions on ethernet device names | Stephen Hemminger | |
Only allow devices name ethXXX and check that device exists Bugfix 3495 | |||
2008-08-12 | Vtysh is not in sbindir | Stephen Hemminger | |
2008-08-12 | Change back to vyatta-vtysh | Stephen Hemminger | |
2008-08-11 | Replace vyatta-vtysh with vtysh | Stephen Hemminger | |
2008-07-30 | Use vtysh directly | Stephen Hemminger | |
No longer need the perl wrapper for vtysh. The options and logging have been folded into it. | |||
2008-07-29 | Add ipv6 address to comp_help. | Stig Thormodsrud | |
2008-07-23 | Fix bug 3318 | Mohit Mehta | |
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value | |||
2008-07-23 | Fix Bug 3318 ENHANCEMENT REQUEST: Option to NOT Accept DHCP MTU Offers Below ↵ | Mohit Mehta | |
Specified Value - only request for dhcp-option interface-mtu from a dhcp-server for an ethernet interface using dhcp to get IP - do not request for interface-mtu for other interfaces that use dhcp i.e. ethernet vifs and bridges - request for interface-mtu from dhcp-server for ethernet interfaces, only if ethernet mtu not set in CLI | |||
2008-06-19 | Bugfix: 3355 | Bob Gilligan | |
Handle case of user changing SMP affinity configuration of an interface. | |||
2008-05-14 | Avoid any problems with non-device entries in /sys/class/net | Stephen Hemminger | |
Bonding leaves file in /sys/class/net/bonding. Avoid any problems this causes. | |||
2008-04-21 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-18 | fix for bug 3177 | Robert Bays | |
2008-04-14 | Merge branch 'glendale' into hollywood | rbalocca | |
2008-04-14 | Fix 3034: Loopback interface controlled by "ethernet lo" | Stig Thormodsrud | |
2008-04-11 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
2008-04-09 | Fix Bug 3069 Help strings should be standardized | Mohit Mehta | |
- help strings standardized in vyatta-cfg | |||
2008-03-12 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values. | |||
2008-03-11 | CLI tab enhancement at "set interfaces ethernet <> address" | Mohit Mehta | |
- tab gives dhcp if interface hasn't been configured before | |||
2008-03-11 | more robust handling of set mac address | Stephen Hemminger | |
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up. | |||
2008-02-26 | Bugfix: 2653 | Bob Gilligan | |
Only allow setting SMP affinity on multiprocessor machines. | |||
2008-02-15 | Fix 2826 Failure when setting mac address on interface | Stig Thormodsrud | |
2008-02-13 | Fix 2829 System permits DHCP on loopback interface | Stig Thormodsrud | |
- remove dchp from help string |