summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-090.15.3-12debian/0.15.3-12Bob Gilligan
2009-03-09Remove per-interface firewall templates. They are generated now.Bob Gilligan
2009-03-08Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jennerStig Thormodsrud
2009-03-08Fix 4183: No auto completion for group number when running 'clear vrrpStig Thormodsrud
master interface <ifname> group <group-num>'
2009-03-070.15.3-11debian/0.15.3-11An-Cheng Huang
2009-03-07Fix path to lsofStephen Hemminger
Show tech-support would fail when running lsof as operator.
2009-03-06Remove prefix mask on vip if present since it can't be using in arping.Stig Thormodsrud
2009-03-060.15.3-10debian/0.15.3-10Stig Thormodsrud
2009-03-06Specify source address with arping since we no longer require an IPStig Thormodsrud
address on the actual interface.
2009-03-06Remove unused directory.Stig Thormodsrud
2009-03-06Move changes file to /var/run/vrrpd and make sure the directory exists.Stig Thormodsrud
2009-03-05More checking for open() of logStephen Hemminger
If log open fails, at least print the reason why.
2009-03-03Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jennerStephen Hemminger
2009-03-03Change sudo ability of some operator related commandsStephen Hemminger
Bug 4147, 4142 Don't allow arbitrary conntrack commands Do allow operator to show disk format.
2009-03-03Fix perlcritic warningsStephen Hemminger
Use of global loop variable, and open syntax.
2009-03-030.15.3-9debian/0.15.3-9Stephen Hemminger
2009-03-03Fix slave device startupStephen Hemminger
Slave devices need to be added by config not by script Bug 4085
2009-03-03Use vyatta-interfaces.pl to check bridge validityStephen Hemminger
2009-03-03Use vyatta-interfaces.pl to show available bonding devicesStephen Hemminger
2009-03-03Run through tidy for indentStephen Hemminger
2009-03-03Fix path on hwclock cleanoutStephen Hemminger
2009-03-020.15.3-8debian/0.15.3-8Stephen Hemminger
2009-03-02Remove out of date quick-installStephen Hemminger
The script was out of date (created multiple partitions), and no longer worth supporting and updating.
2009-03-02Change install-system to handle CF betterStephen Hemminger
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969
2009-03-02Convert to bonding vif to use netlink.Stephen Hemminger
2009-03-010.15.3-7debian/0.15.3-7Stig Thormodsrud
2009-03-01Fix 4152: Add support for VRRP operation on unnumbered interfacesStig Thormodsrud
2009-03-01Fix 4068: 'show vrrp' last transition times are not updated when a ↵Stig Thormodsrud
transition occurs on boot.
2009-03-01Fix breakage from previous cleanup commit.Stig Thormodsrud
2009-02-28Fix 3778: vrrp should allow prefix to be included with the virtual-addressStig Thormodsrud
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.