summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2012-04-04Add network console supportStephen Hemminger
Bug 6883 This enhancement adds ability to configure one or more network consoles. A network console sends a copy of all console messages over UDP. Each target can be configured with local, remote and interface. The only required parameter is the interface name. The local and remote ports both have default values, and by default traffic is sent as broadcast. For more information see kernel: Documentation/networking/netconsole.txt Configuration example: device ttyS0 { speed 9600 } network netcon0 { interface eth0 remote { address 192.168.91.1 } }
2012-03-27Bugfix 7976: Move the test to update: to allow addresses to be configuredJon Andersson
2012-03-01bug fix for 7489 - Added warning message on delete system consoleDeepti Kulkarni
2012-02-18Fix VRRP templates error string capitalization.Daniil Baturin
2012-02-18Bug #7787: Modify VRRP templates to allow custom script arguments,Daniil Baturin
treat first word as script path and the rest as arguments.
2012-02-09fix path to ethtoolStephen Hemminger
/sbin is not part of default user path. Therefore need to use full path to ethtool.
2012-01-19Enforce length restriction on interface descriptionStephen Hemminger
Bug 7730 Kernel limit on interface description (ifalias) is 256 characters.
2011-12-02Add vrrp interface description for bonding vifJohn Southworth
2011-12-01Add vrrp interface descriptionJohn Southworth
2011-11-28Support VRRP virtual MAC interfaces above bond and bond vif interfacesBob Gilligan
This provides the same configuration parameters as are used to configure VRRP virtual MAC interfaces above ethernet and ethernet vif interfaces.
2011-11-14Remove unnecessary sudo on ethtoolStephen Hemminger
ethtool has capabilties set, therefore no need for sudo.
2011-11-09Adding CLI option for domain overrides for DNS forwarding, bug id 4086Gaurav Sinha
2011-11-08First pass implementation of support for virtual MAC addressBob Gilligan
This change introduces a new parameter named "interface" under the vrrp-group configuration tree under ethernet interfaces and vlans. If the "interface" parameter is set, keepalived will be configured to bring up a macvlan interface, which will hold the virtual MAC address that is specified in the VRRP spec.
2011-11-03Remove unnecessary sudo on bonding vif link detect scriptStephen Hemminger
2011-11-03Fix priority of vif for pseudo-ethernetStephen Hemminger
2011-11-03Add support for macvlan modeStephen Hemminger
Bug 7599 Expose macvlan mode which controls how packets are exchanged between pseudo-ethernets. Also allows VEPA support.
2011-11-03pseudo-ethernet: add VIF supportStephen Hemminger
Add VLAN (Vif) support for pseudo-ethernet interfaces
2011-11-03pseudo-ethernet: add support for proxy arpStephen Hemminger
Clone proxy-arp support from ethernet for pseudo-ethernet
2011-11-03pseudo-ethernet remove incorrect templateStephen Hemminger
The path: interfaces pseudo-ethernet link was a accidental leftover. Correct template is in interfaces pseudo-ethernet peth0 link
2011-10-10Bugfix 7551: Fix vlan address completion textJohn Southworth
2011-10-10Bugfix 7553: Move the logic for delete from and end tag to a delete tagJon Andersson
2011-09-27Bugfix 7492: Reset mac address to hw-id when the mac is deletedJohn Southworth
2011-08-24Fix ipv6 tunnel template errorStephen Hemminger
Remove whitespace at end of line. Also, indent continuation lines for clarity.
2011-08-11Don't bring ethernet device up if it is disabledStephen Hemminger
If ethernet (or pseudo) is disabled, don't bounce link.
2011-08-11Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels will ↵John Southworth
work properly after a deletion.
2011-08-11Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnardJohn Southworth
2011-08-11Initial checkin of ipv6 tunnel supportJon Andersson
2011-08-08bridge: allow setting mac addressStephen Hemminger
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05
2011-08-05ethernet: avoid needlessly setting mac addressStephen Hemminger
Bug 7408 Only set mac address if it is different, and try first with link up (many drivers allow it). Don't use hw-id as mac address, hw-id is meant for corelating names with addresses (in udev).
2011-06-16Revert "bonding: remove requirement of slaves existing before vif"Stephen Hemminger
This reverts commit 4729a33cdf054cce6780aa4817f9eaccb490ee3f. Need to put back the check, since it won't work asis
2011-06-16bonding: remove requirement of slaves existing before vifStephen Hemminger
Bug 5383 Kernel modified to not default to vlan challenged, therefore it is now okay to make vlan on empty bond
2011-06-08Move the mtu settings out of the main inteface priority subtree as a failure ↵John Southworth
boundry
2011-05-25alternative fix for bug 6958An-Cheng Huang
2011-05-23don't assume hw-id exists since it can be deletedAn-Cheng Huang
2011-05-10more changes for new commitAn-Cheng Huang
(cherry picked from commit 11baf27c6caf1a0edf2b993fb7066227d02eab7b)
2011-05-10changes for new commitAn-Cheng Huang
(cherry picked from commit edf507d5be8061475d00c0cb3278f7cdd8ae844a)
2011-05-06Update help for console speedStephen Hemminger
Bug 7024
2011-04-13* Add help and checks for VRRP transition-script nodesMohit Mehta
to push users towards putting scripts in /config/scripts
2011-03-28Bugfix 6958: only call cleanup script for tunnel modules on the last sibling ↵John Southworth
deletion
2011-03-28Remove these priorities as they are not needed. They are from an earlier ↵John Southworth
community submitted patch see bug 5491
2011-03-15match console type only once.Robert Bays
2011-03-15updated fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-15fix for bug 6919: Console settings don't support hvc0 for xenRobert Bays
2011-03-11Remove flag file at end of transactionStephen Hemminger
If commit cleans up temp file, no sudo is necessary.
2011-03-11Don't set speed duplex twiceStephen Hemminger
Bug 6778 Both the nodes for speed and duplex both update the device. But only the change only needs to be done once. Changing the values twice causes link bounce and takes some time to resolve.
2011-03-03Bugfix 5491: Allow tunnel parameters to be changed on a preconfigured tunnelJohn Southworth
2011-02-25Validate domain and host nameStephen Hemminger
Bug 6243 More complete validation of host name and domain name
2011-02-07Merge branch 'napa' of git.vyatta.com:/git/vyatta-cfg-system into napaJohn Southworth
2011-02-07Fix syslog not reloading properly after changing the log levelJohn Southworth
Bugfix 6781
2011-01-31use val_help to present valid info for nodeMohit Mehta