#!/bin/bash

reg_mode=$1
ip_mode=$2

sed -i -e "s/\(registration_mode=\).*/\1$1/" \
-e "s/\(ipv6_mode=\).*/\1$2/" /etc/nfc_nvme/hpe_nfc_nnscid.conf
