Skip to content

Commit

Permalink
Add new lines at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyyeh committed Aug 25, 2021
1 parent 453d419 commit 41cb3c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ def dhcp6relay_counter_clear(interface, verbose):
counter.clear_table(intf)

def register(cli):
cli.add_command(dhcp6relay_counter_clear)
cli.add_command(dhcp6relay_counter_clear)

Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ def counts(interface, verbose):


def register(cli):
cli.commands['dhcp6realy_counters'].add_command(dhcp6relay_counters)
cli.commands['dhcp6realy_counters'].add_command(dhcp6relay_counters)

Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ def get_dhcpv6_helper_address():
print(tabulate({'Interface':[vlan], vlan:addr.get(vlan)}, tablefmt='simple', stralign='right') + '\n')

def register(cli):
cli.commands['dhcp_relay_helper'].add_command(dhcp_relay_helper)
cli.commands['dhcp_relay_helper'].add_command(dhcp_relay_helper)

0 comments on commit 41cb3c2

Please sign in to comment.