diff options
author | fnm3 <fnm3> | 2002-11-21 10:33:53 +0000 |
---|---|---|
committer | fnm3 <fnm3> | 2002-11-21 10:33:53 +0000 |
commit | 67deb9e2a38597984eb2a9f878e7994207d46677 (patch) | |
tree | 2165a0579f9fd4184f2fa1727620c66fc766a520 /userspace/ebtables2/include | |
parent | 85e0a81243c69f5c360b0282ed4cb6f2ea9584ae (diff) |
Changed database path: #define _PATH_ETHERTYPES "/etc/ethertypes"
Diffstat (limited to 'userspace/ebtables2/include')
-rw-r--r-- | userspace/ebtables2/include/ethernetdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/userspace/ebtables2/include/ethernetdb.h b/userspace/ebtables2/include/ethernetdb.h index d881048..46d8bfd 100644 --- a/userspace/ebtables2/include/ethernetdb.h +++ b/userspace/ebtables2/include/ethernetdb.h @@ -27,7 +27,7 @@ /* Absolute file name for network data base files. */ #ifndef _PATH_ETHERTYPES -#define _PATH_ETHERTYPES "/usr/local/etc/ethertypes" +#define _PATH_ETHERTYPES "/etc/ethertypes" #endif /* _PATH_ETHERTYPES */ struct ethertypeent { |