Skip to content

Commit

Permalink
[libnozzle] fix whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com>
  • Loading branch information
fabbione committed Dec 15, 2018
1 parent 3db5c57 commit e750718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libnozzle/libnozzle.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ int nozzle_set_down(nozzle_t nozzle);
* nozzle - pointer to the nozzle struct
*
* ipaddr - string containing either an IPv4 or an IPv6 address.
* Please note that Linux will automatically remove any IPv6 addresses from an interface
* with MTU < 1280. libnozzle will cache those IPs and re-instate them when MTU is > 1280.
* MTU must be set via nozzle_set_mtu for IPv6 to be re-instated.
* Please note that Linux will automatically remove any IPv6 addresses from an interface
* with MTU < 1280. libnozzle will cache those IPs and re-instate them when MTU is > 1280.
* MTU must be set via nozzle_set_mtu for IPv6 to be re-instated.
*
* prefix - 24, 64 or any valid network prefix for the requested address.
*
Expand Down

0 comments on commit e750718

Please sign in to comment.