commit | edae353eae13ff94c2d780489b36b832cced2212 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Wed Apr 09 03:07:11 2014 +0200 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Apr 10 04:16:19 2014 +0200 |
tree | 5cb791827de86b4c77f7855bf7d0c18750f5a7ad | |
parent | c1d6a6b089489a41f30355829435e86eb559d088 [diff] [blame] |
face: change default separator for ethernet::Address::toString() to ':' Change-Id: I4c8d2e90bd0279cc6221ec58790de19d656f4ca3
diff --git a/daemon/core/face-uri.cpp b/daemon/core/face-uri.cpp index 442837b..5da35cd 100644 --- a/daemon/core/face-uri.cpp +++ b/daemon/core/face-uri.cpp
@@ -134,7 +134,7 @@ : m_isV6(false) { m_scheme = "ether"; - m_host = address.toString(':'); + m_host = address.toString(); } #endif // HAVE_PCAP