summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-02-18Remove no longer used protocol/disable entriesStephen Hemminger
Also put newline at end of file
2009-02-18need to add service to priority file.slioch
2009-02-18removing incorrect placement of node.tag on firewall/group priorityslioch
2009-02-18fixed 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-17added 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-16change bgp disable node priorityStephen Hemminger
2009-02-16Add hook for starting protocolsStephen Hemminger
2009-02-13provide non-default priorities to load-balancing and cluster so theseslioch
nodes can be treated as separate transactions.
2009-02-12removed 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-12typo on setting firewall group priority.slioch
2009-02-12enable new cli.slioch
2009-02-09fixed reversed priority for bgp parameters andslioch
neighbors--order now agrees with configload.pm
2009-01-12Use new interfaces routinesStephen 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-23alter return check for dirctory copy on successful completion of node ↵slioch
processing.
2008-12-15initial checkin of new commit code--building but does not replace original ↵slioch
commit. New commit may be accessed through my_commit2 binary.
2008-12-05Need full path to link-detectStephen Hemminger
2008-12-03Use vyatta-link-detectStephen Hemminger
New script to wrap direct calls to vtysh
2008-11-19Fix Bug 3917 dhcp brings interface up for lease acquire/renew even though ↵Mohit Mehta
interface has been disabled in CLI
2008-10-21Bugfix: 3807: Typo in config template for interfaces/loopback.Bob Gilligan
2008-10-15Enforce restrictions on loopback nameStephen Hemminger
Add allowed completion and check type of device.
2008-10-15enforce syntax restrictions on ethernet device namesStephen Hemminger
Only allow devices name ethXXX and check that device exists Bugfix 3495
2008-08-12Vtysh is not in sbindirStephen Hemminger
2008-08-12Change back to vyatta-vtyshStephen Hemminger
2008-08-11Replace vyatta-vtysh with vtyshStephen Hemminger
2008-07-30Use vtysh directlyStephen Hemminger
No longer need the perl wrapper for vtysh. The options and logging have been folded into it.
2008-07-29Add ipv6 address to comp_help.Stig Thormodsrud
2008-07-23Fix bug 3318Mohit Mehta
dont't create unnecessary temporary files, use already created file in active config to retrieve mtu value
2008-07-23Fix 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-19Bugfix: 3355Bob Gilligan
Handle case of user changing SMP affinity configuration of an interface.
2008-05-14Avoid any problems with non-device entries in /sys/class/netStephen Hemminger
Bonding leaves file in /sys/class/net/bonding. Avoid any problems this causes.
2008-04-21Merge branch 'glendale' into hollywoodrbalocca
2008-04-18fix for bug 3177Robert Bays
2008-04-14Merge branch 'glendale' into hollywoodrbalocca
2008-04-14Fix 3034: Loopback interface controlled by "ethernet lo"Stig Thormodsrud
2008-04-11Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-04-09Fix Bug 3069 Help strings should be standardizedMohit Mehta
- help strings standardized in vyatta-cfg
2008-03-12CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before. handle "<*>" allowed values.
2008-03-11CLI tab enhancement at "set interfaces ethernet <> address"Mohit Mehta
- tab gives dhcp if interface hasn't been configured before
2008-03-11more robust handling of set mac addressStephen Hemminger
Bugfix: 2826 Enforce restrictions on address (must be valid ethernet address), and only bring interface down/up if already up.
2008-02-26Bugfix: 2653Bob Gilligan
Only allow setting SMP affinity on multiprocessor machines.
2008-02-15Fix 2826 Failure when setting mac address on interfaceStig Thormodsrud
2008-02-13Fix 2829 System permits DHCP on loopback interfaceStig Thormodsrud
- remove dchp from help string
2008-02-08- Change vlan range to 0-4094 to match linuxStig Thormodsrud
- Change ethernet completion
2008-02-04Allow configuration of jumbo frames on ethernet interfaces.Bob Gilligan
2008-02-04Bugfix: 2653Bob Gilligan
Don't allow the bitmask argument of the smp_affinity parameter to contain more bits than there are CPUs on the system.
2008-01-31convert templates to new syntaxAn-Cheng Huang
2008-01-29add initialization support for vif and link-detect status via quagga.Michael Larson
2008-01-23allow setting 2500 or 10000 speeddebian/0.1Stephen Hemminger
Ethtool allows setting speed of 2.5Gb or 10Gb on devices that support it. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
2008-01-21Fix vlan nodes to use create instead of updateStig Thormodsrud
2008-01-16Add help and error message for 'set interfaces ethernet <dev> addressStig Thormodsrud