Skip to content

Commit

Permalink
Add remove-default-routes.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Feb 1, 2024
1 parent a335848 commit 482ab35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions srv6/remove-default-routes.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
# Copyright 2024 Louis Royer. All rights reserved.
# Use of this source code is governed by a MIT-style license that can be
# found in the LICENSE file.
# SPDX-License-Identifier: MIT

ip -6 r del default
ip -4 r del default

0 comments on commit 482ab35

Please sign in to comment.