summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2009-03-11Fix argument to show-interfaces to find vifStephen Hemminger
Need to do show=all
2009-03-11Fix vif deleteStephen Hemminger
Need 'dev' in argument to ip link
2009-03-11Block disabling interface with VIFStephen Hemminger
If interface with VIF is disabled, then it would fail on next boot when VIF's were created.
2009-03-11Disable creating vlan on disabled interfaceStephen Hemminger
Print message and fail commit if interface is disabled.
2009-03-09Change tag node to use 'create' instead of 'update' since the cli orders ↵Stig Thormodsrud
them differently.
2009-03-03Need to setup bonding before ethernetStephen Hemminger
2009-03-03Use check option to vyatta-interfaces.plStephen Hemminger
Eliminate checks in template in favor of doing it in one place in vyatta-interfaces.pl code.
2009-03-03Use vyatta-interfaces to generate allowed listStephen Hemminger
2009-03-02added 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-02Need to do bridge before ethernetStephen Hemminger
The way bridging works, bridge needs to be made first.
2009-03-02Rearrange interfaces in priority tableStephen Hemminger
Put physical devices (ethernet, serial, etc) before virtual devices that get created from those devices (bonding, bridging).
2009-03-02Fix delete of VIFStephen Hemminger
Syntax is not the same for 'ip link delete'
2009-03-02Use iproute link to setup vifStephen Hemminger
Bug 3779 Simpler to use 'ip link' command.
2009-02-26added protocols to root nodes at end of priority listing.slioch
2009-02-25Add bgp priority.Stig Thormodsrud
2009-02-25cosmetic changes, and better to not leave interfaces root node under default ↵slioch
priority.
2009-02-25Change protocols to protocols/snmpStephen 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-24Adjust prioritiesStephen Hemminger
1. Add ripng and ospf3 2. For protocols parameters always come after protocol
2009-02-20move ospf/rip before interfaceStephen Hemminger
2009-02-19adjust 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-19changes in priority to support bgp process start/stop.slioch
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.