Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-03 | 0.19.125debian/0.19.125 | Stephen Hemminger | |
2011-11-03 | Remove unnecessary sudo on bonding vif link detect script | Stephen Hemminger | |
2011-11-03 | Fix priority of vif for pseudo-ethernet | Stephen Hemminger | |
2011-11-03 | Add support for macvlan mode | Stephen Hemminger | |
Bug 7599 Expose macvlan mode which controls how packets are exchanged between pseudo-ethernets. Also allows VEPA support. | |||
2011-11-03 | pseudo-ethernet: add VIF support | Stephen Hemminger | |
Add VLAN (Vif) support for pseudo-ethernet interfaces | |||
2011-11-03 | pseudo-ethernet: add support for proxy arp | Stephen Hemminger | |
Clone proxy-arp support from ethernet for pseudo-ethernet | |||
2011-11-03 | pseudo-ethernet remove incorrect template | Stephen Hemminger | |
The path: interfaces pseudo-ethernet link was a accidental leftover. Correct template is in interfaces pseudo-ethernet peth0 link | |||
2011-10-20 | 0.19.124debian/0.19.124 | John Southworth | |
2011-10-20 | Bugfix 7575 allow tshark to run as unprivileged user, tshark uses dumpcap as ↵ | John Southworth | |
the packet interface so dumpcap needs cap_net_raw and cap_net_admin | |||
2011-10-17 | 0.19.123debian/0.19.123 | Stephen Hemminger | |
2011-10-17 | allow rmmod without being root (with capability) | Stephen Hemminger | |
Set capability bit on more rmmod and more capabilities for sysctl | |||
2011-10-10 | 0.19.122debian/0.19.122 | John Southworth | |
2011-10-10 | Bugfix 7551: Fix vlan address completion text | John Southworth | |
2011-10-10 | 0.19.121debian/0.19.121 | John Southworth | |
2011-10-10 | Bugfix 7553: Move the logic for delete from and end tag to a delete tag | Jon Andersson | |
2011-10-07 | snmp: remove unused enterprise-mib hook | Stephen Hemminger | |
Bug 7533 Remove unimplemented hook for enterprise MIB. Several years ago developer added hook to SNMP config but it was never completed or released. | |||
2011-09-27 | 0.19.120debian/0.19.120 | John Southworth | |
2011-09-27 | Bugfix 7492: Reset mac address to hw-id when the mac is deleted | John Southworth | |
2011-10-12 | 0.19.119debian/0.19.119 | Bob Gilligan | |
2011-10-12 | Bugfix 7502: Get "add system image" to work on Xen | Bob Gilligan | |
This fix solves the problem with indirection. We introduce a symlink in /live/image/boot pointing to the current default system image. The pygrub config file in /boot/grub/menu.lst points to the kernel and initrd files in the default image by using this symlink in the pathname. Every time we add, delete or change the default system image, we need to change this symlink to point to the new default image. | |||
2011-09-01 | 0.19.118debian/0.19.118 | Bob Gilligan | |
2011-09-01 | Bugfix 7488: Configure Xen PV console hvc0 in Vyatta config file. | Bob Gilligan | |
Previously, the install-image program was adding a line to /etc/inittab in the image being installed. This change adds a console entry to the Vyatta config file instead. Because of that entry, the system automatically generates a console entry for hvc0 in /etc/inittab at boot time. I also removed the code in install-image that added a line to /etc/fstab to mount /proc/xen. This is no longer necessary because the /etc/init.d/xe-linux-distribution startup script now mounts /proc/xen. | |||
2011-08-31 | 0.19.117debian/0.19.117 | Bob Gilligan | |
2011-08-31 | Bugfix 7469: Add support for installing onto Xen | Bob Gilligan | |
2011-08-24 | 0.19.116debian/0.19.116 | Stephen Hemminger | |
2011-08-24 | Fix ipv6 tunnel template error | Stephen Hemminger | |
Remove whitespace at end of line. Also, indent continuation lines for clarity. | |||
2011-08-23 | 0.19.115debian/0.19.115 | John Southworth | |
2011-08-23 | Bugfix 7461: Fix syntax problem when setting a mac address | John Southworth | |
2011-08-19 | Fix deprecated use of chown | Stephen Hemminger | |
Fix build warning on debian testing (more restrictive) W: vyatta-cfg-system: deprecated-chown-usage postinst:176 'chown -R root.vyattacfg' | |||
2011-08-19 | Cleanup vyatta-config-reboot-params | Stephen Hemminger | |
Split comments out of Description: text which is part of LSB info into later parts of the file. | |||
2011-08-15 | 0.19.114debian/0.19.114 | John Southworth | |
2011-08-15 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-08-15 | Migration for bug 6900 | John Southworth | |
2011-08-11 | 0.19.113debian/0.19.113 | Stephen Hemminger | |
2011-08-11 | Don't bring ethernet device up if it is disabled | Stephen Hemminger | |
If ethernet (or pseudo) is disabled, don't bounce link. | |||
2011-08-11 | 0.19.112debian/0.19.112 | John Southworth | |
2011-08-11 | Add encapsulation to IPv6 parameters deletion so that ipip6 tunnels will ↵ | John Southworth | |
work properly after a deletion. | |||
2011-08-11 | 0.19.111debian/0.19.111 | John Southworth | |
2011-08-11 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-08-11 | Initial checkin of ipv6 tunnel support | Jon Andersson | |
2011-08-08 | 0.19.110debian/0.19.110 | Stephen Hemminger | |
2011-08-08 | bridge: allow setting mac address | Stephen Hemminger | |
Bug 7164 set interface bridge br0 mac 00:01:02:03:04:05 | |||
2011-08-08 | Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-cfg-system into oxnard | John Southworth | |
2011-08-07 | 0.19.109debian/0.19.109 | Stephen Hemminger | |
2011-08-07 | Merge branch 'oxnard' of 192.168.1.19:oxnard/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-07 | fix missing command in debian/control | Stephen Hemminger | |
2011-08-07 | 0.19.108 | Stephen Hemminger | |
2011-08-07 | Merge branch 'oxnard' of fiji.vyatta.com:/git/vyatta-cfg-system into oxnard | Stephen Hemminger | |
2011-08-07 | 0.19.108debian/0.19.108 | Stephen Hemminger | |
2011-08-07 | Force dependency on later vyatta-cfg package | Stephen Hemminger | |
Since the code here now refers to is_uniq_address, current of this package needs to depend on the matching vyatta-cfg. |