Skip to content

Commit

Permalink
Move diagram into a different tex file
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed May 9, 2024
1 parent cc8234d commit 06b7752
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions LaTeX Writeup/eval.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,4 @@
and validate_network_config(),
\end{verbatim}
the script ensures that the assigned IP addresses are compatible with the network infrastructure. It also incorporates error-trapping mechanisms and support for common Unix signals to enhance reliability and resilience, safeguarding against potential errors or interruptions. The script's flexibility is maintained through adherence to modular design principles, allowing seamless adaptation to diverse network configurations and environments. However, since the IP addresses are not persistent after a reboot for DHCP-configured machines, the script includes functions like \texttt{reset\_network()} for error recovery. The IP-shuffle script encapsulates a robust solution for automating network interface configuration tasks, embodying a sophisticated yet accessible approach to dynamic IP address management.

\label{sec:figs}
%-------------------------------------------------------------------------------
%---------------------------


\begin{figure}
\caption{Network Topology Diagram}
\centering
\includegraphics[width=0.5\textwidth]{diagram.png}
\label{fig:network-topology}
\end{figure}

%% %---------------------------






0 comments on commit 06b7752

Please sign in to comment.