diff options
author | Dave Barach <dave@barachs.net> | 2016-05-14 18:38:48 -0400 |
---|---|---|
committer | Dave Barach <dave@barachs.net> | 2016-05-14 18:39:11 -0400 |
commit | 7e55d364fd88bb462c7211209f5cbb5bbae3a68c (patch) | |
tree | 781f3309654b27c32808f02b804dca09314af08b /vnet/etc/scripts/dhcp/ludd-cluster-1 | |
parent | 1d1644c260808293a5629922201546763c3e2b64 (diff) |
VPP-63: clean up config scripts, remove specific hostnames
Change-Id: Ifb77256fa691b1a90045a10448835c09b764e74f
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'vnet/etc/scripts/dhcp/ludd-cluster-1')
-rw-r--r-- | vnet/etc/scripts/dhcp/ludd-cluster-1 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/vnet/etc/scripts/dhcp/ludd-cluster-1 b/vnet/etc/scripts/dhcp/ludd-cluster-1 deleted file mode 100644 index 458eecf0caf..00000000000 --- a/vnet/etc/scripts/dhcp/ludd-cluster-1 +++ /dev/null @@ -1,17 +0,0 @@ -set int ip table GigabitEthernet2/2/0 12 -set int ip address GigabitEthernet2/2/0 192.168.1.1/24 -set int state GigabitEthernet2/2/0 up - -set int ip table GigabitEthernet2/7/0 11 -set int ip address GigabitEthernet2/7/0 192.168.2.1/24 -set int state GigabitEthernet2/7/0 up - -comment { set dhcp proxy server 1.2.3.4 src-address 1.2.3.5 add-option-82 rx-fib-id 0 server-fib-id 0 } - -comment { set dhcp proxy server 192.168.2.2 src-address 192.168.2.1 add-option-82 rx-fib-id 12 server-fib-id 11 } - -ip route add 0.0.0.0/24 table 11 via local -ip route add 255.255.255.255/24 table 11 via local - -ip route add 0.0.0.0/24 table 12 via local -ip route add 255.255.255.255/24 table 12 via local |