|
@@ -596,15 +596,14 @@ protected:
|
|
|
/// @param pkt packet to be classified
|
|
|
void classifyPacket(const Pkt6Ptr& pkt);
|
|
|
|
|
|
-
|
|
|
/// @brief Attempts to get a MAC/hardware address using configred sources
|
|
|
///
|
|
|
/// Tries to extract MAC/hardware address information from the packet
|
|
|
- /// using MAC sources configured in 'mac-sources' directive.
|
|
|
+ /// using MAC sources configured in 'mac-sources' configuration parameter.
|
|
|
///
|
|
|
/// @param pkt will try to exact MAC address from this packet
|
|
|
/// @return HWaddr pointer (or NULL if configured methods fail)
|
|
|
- HWAddrPtr getMAC(const Pkt6Ptr& pkt);
|
|
|
+ static HWAddrPtr getMAC(const Pkt6Ptr& pkt);
|
|
|
|
|
|
/// @brief this is a prefix added to the contend of vendor-class option
|
|
|
///
|