Skip to content

Commit

Permalink
Version number change
Browse files Browse the repository at this point in the history
  • Loading branch information
pzanna committed Jun 11, 2019
1 parent d3e5949 commit 9bcfdea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ZodiacFX/src/config/config_zodiac.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define CONFIG_ZODIAC_H_


#define VERSION "0.85_A" // Firmware version number
#define VERSION "0.85" // Firmware version number

#define TOTAL_PORTS 4 // Total number of physical ports on the Zodiac FX

Expand Down
3 changes: 3 additions & 0 deletions ZodiacFX/src/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,9 @@ static err_t http_recv(void *arg, struct tcp_pcb *pcb, struct pbuf *p, err_t err

// Force OpenFlow version
reset_config.of_version = 0; // Force version disabled

//How often to retrieve stats from switch
reset_config.stats_interval = 1; // Default 1 second

memcpy(&reset_config.MAC_address, &Zodiac_Config.MAC_address, 6); // Copy over existing MAC address so it is not reset
memcpy(&Zodiac_Config, &reset_config, sizeof(struct zodiac_config));
Expand Down

0 comments on commit 9bcfdea

Please sign in to comment.