diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 09:33:38 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-11-22 10:42:26 -0800 |
commit | cb55706633bda6c5bd7c8391da9193ad0146002b (patch) | |
tree | 236d75d4f3a7a2911f3609eb0f983f1e189f53ea /.gitignore | |
parent | fb1bf8a2eefbdb467a948688ab388628455ef480 (diff) | |
download | vyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.tar.gz vyatta-cfg-system-cb55706633bda6c5bd7c8391da9193ad0146002b.zip |
Add utilities checking addresses
These are new C language utilites to replace the Perl utility
when checking interface addresses. Perl compilation is major component
of slow boot time.
Note: this changes the package from pure scripts (arch independent)
to arch dependent
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 25 insertions, 18 deletions
@@ -3,21 +3,28 @@ *# *~ .*.swp -/aclocal.m4 -/autom4te.cache -/build-stamp -/config -/config.log -/config.guess -/config.status -/config.sub -/configure -/debian/files -/debian/vyatta-cfg-system -/debian/vyatta-cfg-system.postinst -/debian/*.log -/debian/*.substvars -/INSTALL -/Makefile.in -/Makefile - +*.[oa] +*.l[oa] +*.so +*.libs +*.deps +.dirstamp +aclocal.m4 +autom4te.cache +build-stamp +config +config.log +config.guess +config.status +config.sub +configure +debian/files +debian/vyatta-cfg-system +debian/vyatta-cfg-system.postinst +debian/*.log +debian/*.substvars +INSTALL +Makefile.in +Makefile +src/valid_address +src/local_ip |