Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | 0.15.3-12debian/0.15.3-12 | Bob Gilligan | |
2009-03-09 | Remove per-interface firewall templates. They are generated now. | Bob Gilligan | |
2009-03-08 | Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-system into jenner | Stig Thormodsrud | |
2009-03-08 | Fix 4183: No auto completion for group number when running 'clear vrrp | Stig Thormodsrud | |
master interface <ifname> group <group-num>' | |||
2009-03-07 | 0.15.3-11debian/0.15.3-11 | An-Cheng Huang | |
2009-03-07 | Fix path to lsof | Stephen Hemminger | |
Show tech-support would fail when running lsof as operator. | |||
2009-03-06 | Remove prefix mask on vip if present since it can't be using in arping. | Stig Thormodsrud | |
2009-03-06 | 0.15.3-10debian/0.15.3-10 | Stig Thormodsrud | |
2009-03-06 | Specify source address with arping since we no longer require an IP | Stig Thormodsrud | |
address on the actual interface. | |||
2009-03-06 | Remove unused directory. | Stig Thormodsrud | |
2009-03-06 | Move changes file to /var/run/vrrpd and make sure the directory exists. | Stig Thormodsrud | |
2009-03-05 | More checking for open() of log | Stephen Hemminger | |
If log open fails, at least print the reason why. | |||
2009-03-03 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-03-03 | Change sudo ability of some operator related commands | Stephen Hemminger | |
Bug 4147, 4142 Don't allow arbitrary conntrack commands Do allow operator to show disk format. | |||
2009-03-03 | Fix perlcritic warnings | Stephen Hemminger | |
Use of global loop variable, and open syntax. | |||
2009-03-03 | 0.15.3-9debian/0.15.3-9 | Stephen Hemminger | |
2009-03-03 | Fix slave device startup | Stephen Hemminger | |
Slave devices need to be added by config not by script Bug 4085 | |||
2009-03-03 | Use vyatta-interfaces.pl to check bridge validity | Stephen Hemminger | |
2009-03-03 | Use vyatta-interfaces.pl to show available bonding devices | Stephen Hemminger | |
2009-03-03 | Run through tidy for indent | Stephen Hemminger | |
2009-03-03 | Fix path on hwclock cleanout | Stephen Hemminger | |
2009-03-02 | 0.15.3-8debian/0.15.3-8 | Stephen Hemminger | |
2009-03-02 | Remove out of date quick-install | Stephen Hemminger | |
The script was out of date (created multiple partitions), and no longer worth supporting and updating. | |||
2009-03-02 | Change install-system to handle CF better | Stephen Hemminger | |
On small disks use ext2 to avoid the extra writes wearing out flash prematurely. Bug 4149 and 3969 | |||
2009-03-02 | Convert to bonding vif to use netlink. | Stephen Hemminger | |
2009-03-01 | 0.15.3-7debian/0.15.3-7 | Stig Thormodsrud | |
2009-03-01 | Fix 4152: Add support for VRRP operation on unnumbered interfaces | Stig Thormodsrud | |
2009-03-01 | Fix 4068: 'show vrrp' last transition times are not updated when a ↵ | Stig Thormodsrud | |
transition occurs on boot. | |||
2009-03-01 | Fix breakage from previous cleanup commit. | Stig Thormodsrud | |
2009-02-28 | Fix 3778: vrrp should allow prefix to be included with the virtual-address | Stig Thormodsrud | |
2009-02-28 | let admin user set arp paramters | Mohit Mehta | |
2009-02-27 | 0.15.3-6debian/0.15.3-6 | Mohit Mehta | |
2009-02-27 | Merge branch 'jenner' of mohit@git.vyatta.com:/git/vyatta-cfg-system into jenner | Mohit Mehta | |
2009-02-27 | Fix Bug 2463 Allow the neighbor table threshold values to be | Mohit 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-27 | up the bridge interface when it's created | An-Cheng Huang | |
2009-02-27 | fix logic and shell syntax | An-Cheng Huang | |
2009-02-24 | 0.15.3-5debian/0.15.3-5 | Mohit Mehta | |
2009-02-24 | set default values for ipv6 accept_redirects and accept_source_route | Mohit Mehta | |
2009-02-24 | 0.15.3-4debian/0.15.3-4 | Stephen Hemminger | |
2009-02-24 | Don't depend on /proc/ide | Stephen Hemminger | |
/proc/ide doesn't exist in all configs, and it doesn't work correctly with KVM and other buggy virtualized ide. | |||
2009-02-24 | Allow installation on virtio disk | Stephen Hemminger | |
In virtualized environment virtio block device is vda | |||
2009-02-19 | 0.15.3-3debian/0.15.3-3 | Mohit Mehta | |
2009-02-19 | Fix Bug 3951 default values for kernel tunable security parameters under ↵ | Mohit Mehta | |
firewall | |||
2009-02-17 | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-system into jenner | Stephen Hemminger | |
2009-02-17 | Take out ipt_rlsnmpstats module | Stephen Hemminger | |
Not used, not needed, possible buggy. | |||
2009-02-10 | 0.15.3-2debian/0.15.3-2 | Mohit Mehta | |
2009-02-08 | fix spelling mistake | Mohit Mehta | |
2009-02-06 | 0.15.3-1debian/0.15.3-1 | Mohit Mehta | |
2009-02-06 | permit operator-level user to issue show and clear commands for firewall | Mohit Mehta | |
2009-01-26 | bridge: handle non ethernet devices in bridge | Stephen Hemminger | |
Eventually, need to be able to devices named something other than 'ethX' into bridge. So use sysfs to find devices. |