summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)Author
2013-01-29Add ability to restart services when hostname changesJames Davidson
Currently only restart rsyslog but more can be added as needed. Fixes bug 8237.
2013-01-22Dmvpn merge with mirantis jan22-2013Saurabh Mohan
2013-01-08Bug 7856: Set default neighbour table size to 8192James Davidson
Also increase the max allowed value to 32768.
2012-12-26mgre support initial commit.Saurabh Mohan
2012-12-12revert 918bd40d3e3f238a800b1486f70e2d5ee1d71a72John Southworth
2012-09-18Bugfix 8359: When deleteing vti interface use tunnel interface mode ipipSaurabh Mohan
2012-09-10Update /etc/hosts when host name and domain name changesJames Davidson
2012-09-05Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-system into pacificaJohn Southworth
2012-09-05Bugfix 8326John Southworth
Fix password change script save function to work as it does in vyattacfg. Fix empty substitution on 'plaintext-password ""' causing script error.
2012-09-04Configure logrotate to maintain log file ownershipJames Davidson
logrotate needs the create config option so that it keeps the original log file's permissions and ownership. Fixes bug 8240
2012-09-04Bugfix 8290John Southworth
Don't allow default password to persist after first boot. Due to the numerous ways a user can get a vyatta system this required a lot of changes. 1. Don't allow a user to set a password to 'vyatta' after first login, but allow it on the initial boot otherwise the system will have no user. 2. Don't allow the password to be set to vyatta in installer. 3. Force password change on first login. under the following conditions: 3.a. User is an admin level user. Operators do not have the abillity to change the config so they can't change passwords. Allow 'vyatta' to be the password until an admin logs in. 3.b. This is not the livecd, its silly to force a password change before install.
2012-08-16Allow any mtu for bonding vifStephen Hemminger
Bug 8285 The commit for mtu always triggers because of incorrect variable reference, just remove it.
2012-08-15Remove support for ssh protocol versionStephen Hemminger
Bug 6576
2012-08-09Bugfix 8241: VTI Sync up the mtu range check with what the kernel module ↵Saurabh Mohan
accepts. Allow VTI mtu range check to be inline with what the kernel will accept. Also add a warning if a VTI is configured but not used. Improve the interface name range which is allowed (8259)
2012-08-03Restart rsyslog when system time-zone changesJames Davidson
Without this change the system log daemon does not notice the time-zone change and continues to timestamp logs using the previous time-zone. Fixes BZ6694
2012-06-27Minor typo in bonding helpStephen Hemminger
2012-06-19Bugfix 8115: reset miimon on arp-montior deletionJohn Southworth
2012-06-13Fix help on for USB serial consoleStephen Hemminger
2012-06-12Allow USB serial consoleStephen Hemminger
Bug 7724 related.
2012-06-11VTI delete check for reference under vpn.Saurabh Mohan
2012-05-16Vti tunnel config support.Saurabh Mohan
2012-05-15Move VRRP to its own packageJohn Southworth
2012-04-24Merge branch 'pacifica' of fiji.vyatta.com:/git/vyatta-cfg-system into pacificaStephen Hemminger
2012-04-24vif: remove check for flags when creating VIFStephen Hemminger
Bug 8007 The 3.3 kernel removed sysfs features file (/sys/class/net/ethX/features). Detect vlan failure when added instead.
2012-04-18Use rsyslog to trigger log rotationJames Davidson
The previous implementation of log rotation used an hourly cron job to check log file size and possibly perform a rotation. If the logging rate is high, this interval may allow for root file system space exhustion. Utilizing rsyslog's outchannel mechanism enables log rotation to be initiated as soon as the log file becomes larger than its configured size. Fixes Bug 7807.
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.