summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-28let admin user set arp paramtersMohit Mehta
2009-02-270.15.3-6debian/0.15.3-6Mohit Mehta
2009-02-27Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jennerMohit Mehta
2009-02-27Fix Bug 2463 Allow the neighbor table threshold values to beMohit Mehta
modified via the CLI - (modify ARP table size) * added cli to configure [arp (ipv4)] and [neighbor (ipv6)] table-size * set default value for arp_announce so as to avoid local addresses that are not in the target's subnet for the interface
2009-02-27up the bridge interface when it's createdAn-Cheng Huang
2009-02-27fix logic and shell syntaxAn-Cheng Huang
2009-02-240.15.3-5debian/0.15.3-5Mohit Mehta
2009-02-24set default values for ipv6 accept_redirects and accept_source_routeMohit Mehta
2009-02-240.15.3-4debian/0.15.3-4Stephen Hemminger
2009-02-24Don't depend on /proc/ideStephen Hemminger
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide.
2009-02-24Allow installation on virtio diskStephen Hemminger
In virtualized environment virtio block device is vda
2009-02-190.15.3-3debian/0.15.3-3Mohit Mehta
2009-02-19Fix Bug 3951 default values for kernel tunable security parameters under ↵Mohit Mehta
firewall
2009-02-17Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-02-17Take out ipt_rlsnmpstats moduleStephen Hemminger
Not used, not needed, possible buggy.
2009-02-100.15.3-2debian/0.15.3-2Mohit Mehta
2009-02-08fix spelling mistakeMohit Mehta
2009-02-060.15.3-1debian/0.15.3-1Mohit Mehta
2009-02-06permit operator-level user to issue show and clear commands for firewallMohit Mehta
2009-01-26bridge: handle non ethernet devices in bridgeStephen Hemminger
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices.
2009-01-260.15.3debian/0.15.3Stephen Hemminger
2009-01-25Replace bare word file handleStephen Hemminger
Use local variable.
2009-01-22Fix delete of bonding interfaceStephen Hemminger
Don't allow removal of a bonded device that still has slaves. Bug 4045
2009-01-120.15.2debian/0.15.2Stephen Hemminger
2009-01-12Bridge/bonding update to new syntaxStephen Hemminger
Update to new syntax and remove unneeded CLI path.
2009-01-08Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-01-08disable bridge node should be same as disable ethernetStephen Hemminger
There is no reason that disable of ethernet and disable of bridge have conflicting syntax.
2009-01-080.15.1debian/0.15.1An-Cheng Huang
2009-01-06Fix Bug 4022 dynamic dns config fails during system boot if interface does ↵Mohit Mehta
not exist - Generate a warning rather than a commit fail when user enters a non-existent interface
2008-12-17Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerslioch
2008-12-17removed unprintable form-feed characters. This was causing xml validation to ↵slioch
fail within the webgui.
2008-12-16Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-16Add acpidStephen Hemminger
Acpid is used to handle ACPI events like power-off button. Useful with KVM as well.
2008-12-12"files" file should be removed before package buildAn-Cheng Huang
2008-12-12update maintainer informationAn-Cheng Huang
2008-12-05Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-05need full path to linkdetectStephen Hemminger
2008-12-03Merge branch 'islavista' into jennerRick Balocca
2008-12-03fix grammar of previous patchStephen Hemminger
2008-12-03Remove OFR from grub linesStephen Hemminger
OFR is no longer used in reference to Vyatta per marketing guidelines.
2008-12-03Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-12-03use vyatta-link-detectStephen Hemminger
2008-12-02Fix for bug http://bugzilla.vyatta.com/show_bug.cgi?id=3963Rick Balocca
2008-12-01Add correct help for bonding modesStephen Hemminger
Template did not match available bonding modes
2008-11-253.2.0vyatta/3.2.0debian/0.15Mark O'Brien
2008-11-24VyattaConfig -> Vyatta::ConfigStephen Hemminger
2008-11-24Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2008-11-24Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerBob Gilligan
2008-11-24Bugfix 3747: Allow user to break previously existing RAID group.Bob Gilligan
Add logic to install system to allow user to break previously existing RAID group. This completely destroys the RAID group so that nothing remains even if the subsequent install doesn't use all of the disks that make up the RAID group.
2008-11-21Convert to Vyatta::Config hierarchyStephen Hemminger