Revision c1d8c235
Added by Renato Botelho over 12 years ago
etc/inc/interfaces.inc | ||
---|---|---|
3071 | 3071 |
} |
3072 | 3072 |
} |
3073 | 3073 |
|
3074 |
interfaces_staticarp_configure($interface); |
|
3074 | 3075 |
return 0; |
3075 | 3076 |
} |
3076 | 3077 |
|
Also available in: Unified diff
Configure static arp inside interface_configure() since it removes all interface addresses and the static arps are removed together. It fixes #2939