We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc73f9 commit 0fcd397Copy full SHA for 0fcd397
1 file changed
api/net/ethernet/header.hpp
@@ -14,8 +14,8 @@
14
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
// See the License for the specific language governing permissions and
16
// limitations under the License.
17
-#pragma once
18
+#pragma once
19
#ifndef NET_ETHERNET_HEADER_HPP
20
#define NET_ETHERNET_HEADER_HPP
21
@@ -40,7 +40,7 @@ class Header {
40
const MAC::Addr& src() const noexcept
41
{ return src_; }
42
43
- const Ethertype& type() const noexcept
+ Ethertype type() const noexcept
44
{ return type_; }
45
46
void set_dest(const MAC::Addr& dest)
0 commit comments