Skip to content

Commit

Permalink
ci: test reviewdog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Neudrino committed Mar 25, 2022
1 parent b35a4a3 commit 6a67912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lte/gateway/c/li_agent/src/InterfaceMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
namespace magma {
namespace lte {


InterfaceMonitor::InterfaceMonitor(const std::string& iface_name,
std::unique_ptr<PDUGenerator> pkt_gen)
: pcap_(nullptr), iface_name_(iface_name), pkt_gen_(std::move(pkt_gen)) {}
Expand Down
1 change: 1 addition & 0 deletions lte/gateway/python/magma/mobilityd/dhcp_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ def _get_option(packet, name):
return opt[1]
return None


def _process_dhcp_pkt(self, packet, state: DHCPState):
LOG.debug("DHCP pkt recv %s", packet.show(dump=True))

Expand Down
1 change: 1 addition & 0 deletions src/go/agwd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

package main


import (
"flag"

Expand Down

0 comments on commit 6a67912

Please sign in to comment.