summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg.postinst.in
AgeCommit message (Collapse)Author
2009-11-17Workaround 5100: Disable TSO on NICs using the igb driver.Bob Gilligan
Packets forwarded by NICs using the igb driver are corrupted when TSO is enabled. It appears that a train of back-to-back packets from the same flow coalesced by LRO are not correctly re-generated by TSO. This workaround prevents the problem by disabling TSO. This problem does not occur in the Kenwood code base, so this workaround should NOT be merged forward to Kenwood.
2009-09-11Add group vyatta-opStephen Hemminger
Necessary to be able to distguish operators in config file to password sync.
2008-12-15initial checkin of new commit code--building but does not replace original ↵slioch
commit. New commit may be accessed through my_commit2 binary.
2008-07-28Remove spurious error message during installrbalocca
2008-03-02Vyatta-cfg postinst was preventing upgraderbalocca
2008-02-22use vyattacfg for config filesAn-Cheng Huang
2007-12-13make /opt/vyatta[/etc]/config in postinst rather than init scriptTom Grennan
2007-12-04create "vyattacfg" group in postinst (for configure mode).An-Cheng Huang
2007-11-27Fix 2497: check for duplicate ip address.Stig Thormodsrud
Also while we're add it, allow user to set an ipv6 address or get address from dhcp.
2007-11-07* support rc.local on persistent storage.An-Cheng Huang
* start vyatta-ofr at S90.
2007-11-06handle config directory in vyatta-ofr init.An-Cheng Huang
2007-10-18use S99 for vyatta-ofr initAn-Cheng Huang
2007-10-17import the vyatta-ofr init script from old eureka.An-Cheng Huang
2007-10-05added postinst to create config directories.An-Cheng Huang