Skip to content

Commit

Permalink
Rename tex file
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed May 10, 2024
1 parent 06b7752 commit 5edd5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LaTeX Writeup/eval.tex → LaTeX Writeup/design.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
The IP-shuffle script offers a systematic approach to dynamic IP address assignment for network interfaces in Linux and FreeBSD environments. Built around Bash scripting, it seamlessly orchestrates the IP address allocation process. By default, the program runs every 3 minutes, based on the provided cronjob. During execution, the script dynamically configures the IP address, gateway, network interface details, and other parameters, providing a flexible framework for network configuration. Through dedicated functions such as
The IP-shuffle script offers a systematic approach to dynamic IP address assignment for network interfaces in Linux and FreeBSD environments. Built around Bash scripting, it seamlessly orchestrates the IP address allocation process. By default, the program runs every three minutes, based on the provided cronjob. During execution, the script dynamically configures the IP address, gateway, network interface details, and other parameters, providing a flexible framework for network configuration. Through dedicated functions such as
\begin{verbatim}
generate_random_ip (),
check_ip_availability(),
Expand Down
2 changes: 1 addition & 1 deletion LaTeX Writeup/writeup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ \section{Threat Model}
%-------------------------------------------------------------------------------

\section{System Design}
\input{eval}
\input{design}

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

Expand Down

0 comments on commit 5edd5ae

Please sign in to comment.